Skip to content

Commit d717673

Browse files
committed
add TODO item for Lambda event source mapping contract test
1 parent 90b8623 commit d717673

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/contract-tests/images/applications/TestSimpleApp.AWSSDK.Core/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ async Task PrepareAWSServer(IServiceProvider services)
225225
// Create a state machine and activity for the Step Functions tests
226226
await stepfunctionsTests.CreateStateMachine("test-state-machine");
227227
await stepfunctionsTests.CreateActivity("test-activity");
228+
229+
// TODO: create resources for Lambda event source mapping test
228230
}
229231

230232
// Reroute the Bedrock API calls to our mock responses in BedrockTests. While other services use localstack to handle the requests,

test/contract-tests/tests/test/amazon/awssdk/awssdk_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,8 @@ def test_bedrock_agent_get_data_source(self):
892892
span_name="Bedrock Agent.GetDataSource",
893893
)
894894

895+
# TODO: add contract test for Lambda event source mapping resource
896+
895897
@override
896898
def _assert_aws_span_attributes(self, resource_scope_spans: List[ResourceScopeSpan], path: str, **kwargs) -> None:
897899
target_spans: List[Span] = []

0 commit comments

Comments
 (0)