LICENSE
README.md
pyproject.toml
src/awskit/__init__.py
src/awskit/config.py
src/awskit/converter.py
src/awskit/exceptions.py
src/awskit/logging_config.py
src/awskit/metrics.py
src/awskit/py.typed
src/awskit.egg-info/PKG-INFO
src/awskit.egg-info/SOURCES.txt
src/awskit.egg-info/dependency_links.txt
src/awskit.egg-info/requires.txt
src/awskit.egg-info/top_level.txt
src/awskit/sqs/__init__.py
src/awskit/sqs/acknowledgement.py
src/awskit/sqs/backpressure.py
src/awskit/sqs/container.py
src/awskit/sqs/context.py
src/awskit/sqs/decorator.py
src/awskit/sqs/models.py
src/awskit/sqs/registry.py
src/awskit/sqs/template.py
tests/test_acknowledgement.py
tests/test_backpressure.py
tests/test_container.py
tests/test_context.py
tests/test_converter.py
tests/test_error_handling.py
tests/test_fifo_support.py
tests/test_listener.py
tests/test_logging.py
tests/test_logging_properties.py
tests/test_metrics.py
tests/test_template.py