LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
examples/auto_init.py
examples/basic_usage.py
examples/lambda_example.py
examples/lambda_sns_integration.py
examples/pytest_example.py
examples/sns_example.py
testcontainers_aws/__init__.py
testcontainers_aws/core.py
testcontainers_aws/fixtures.py
testcontainers_aws.egg-info/PKG-INFO
testcontainers_aws.egg-info/SOURCES.txt
testcontainers_aws.egg-info/dependency_links.txt
testcontainers_aws.egg-info/requires.txt
testcontainers_aws.egg-info/top_level.txt
testcontainers_aws/services/__init__.py
testcontainers_aws/services/base.py
testcontainers_aws/services/dynamodb.py
testcontainers_aws/services/kinesis.py
testcontainers_aws/services/lambda_service.py
testcontainers_aws/services/s3.py
testcontainers_aws/services/sns.py
testcontainers_aws/services/sqs.py
tests/__init__.py
tests/test_core.py
tests/test_lambda_sns.py
tests/test_services.py