Skip to content

Commit dadbc16

Browse files
committed
add TODO item for Lambda event source mapping contract test
1 parent 6a0fed0 commit dadbc16

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
@@ -766,6 +766,8 @@ def test_bedrock_agent_get_data_source(self):
766766
span_name="Bedrock Agent.GetDataSource",
767767
)
768768

769+
# TODO: add contract test for Lambda event source mapping resource
770+
769771
@override
770772
def _assert_aws_span_attributes(self, resource_scope_spans: List[ResourceScopeSpan], path: str, **kwargs) -> None:
771773
target_spans: List[Span] = []

0 commit comments

Comments
 (0)