.gitignore
README.md
mkdocs.yml
pyproject.toml
docs/index.md
docs/api/adapter.md
docs/api/extension.md
docs/guides/lambda-deployment.md
docs/guides/lambda-extensions.md
docs/guides/metrics.md
src/restmachine_aws/__init__.py
src/restmachine_aws/__main__.py
src/restmachine_aws/_version.py
src/restmachine_aws/adapter.py
src/restmachine_aws/extension.py
src/restmachine_aws/metrics.py
src/restmachine_aws.egg-info/PKG-INFO
src/restmachine_aws.egg-info/SOURCES.txt
src/restmachine_aws.egg-info/dependency_links.txt
src/restmachine_aws.egg-info/requires.txt
src/restmachine_aws.egg-info/top_level.txt
tests/conftest.py
tests/test_adapter_metrics.py
tests/test_aws_alb.py
tests/test_aws_apigw_v2.py
tests/test_aws_lambda_driver.py
tests/test_aws_suite.py
tests/test_aws_tls.py
tests/test_extension.py
tests/test_metrics.py
tests/framework/__init__.py
tests/framework/driver.py