.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
VERSION
setup.cfg
setup.py
tox.ini
src/e3/__init__.py
src/e3/aws/__init__.py
src/e3/aws/cfn/__init__.py
src/e3/aws/cfn/codecommit.py
src/e3/aws/cfn/iam.py
src/e3/aws/cfn/ini.py
src/e3/aws/cfn/main.py
src/e3/aws/cfn/route53.py
src/e3/aws/cfn/s3.py
src/e3/aws/cfn/service_discovery.py
src/e3/aws/cfn/arch/__init__.py
src/e3/aws/cfn/arch/security.py
src/e3/aws/cfn/ec2/__init__.py
src/e3/aws/cfn/ec2/security.py
src/e3/aws/ec2/__init__.py
src/e3/aws/ec2/ami.py
src/e3/aws/handler/__init__.py
src/e3/aws/handler/s3.py
src/e3/aws/troposphere/__init__.py
src/e3/aws/troposphere/apigateway/__init__.py
src/e3/aws/troposphere/awslambda/__init__.py
src/e3/aws/troposphere/awslambda/flask.py
src/e3/aws/troposphere/awslambda/flask_apigateway2_http_wrapper.py
src/e3/aws/troposphere/cloudformation/__init__.py
src/e3/aws/troposphere/cloudfront/__init__.py
src/e3/aws/troposphere/cloudfront/data/__init__.py
src/e3/aws/troposphere/cloudfront/data/lambda_invalidate_head.py
src/e3/aws/troposphere/config/__init__.py
src/e3/aws/troposphere/config/config_rule.py
src/e3/aws/troposphere/config/configuration_recorder.py
src/e3/aws/troposphere/ec2/__init__.py
src/e3/aws/troposphere/ecr/__init__.py
src/e3/aws/troposphere/ecr/repository.py
src/e3/aws/troposphere/ecs/__init__.py
src/e3/aws/troposphere/ecs/cluster.py
src/e3/aws/troposphere/ecs/task_definition.py
src/e3/aws/troposphere/ecs/vpc.py
src/e3/aws/troposphere/events/__init__.py
src/e3/aws/troposphere/events/rule.py
src/e3/aws/troposphere/iam/__init__.py
src/e3/aws/troposphere/iam/managed_policy.py
src/e3/aws/troposphere/iam/policy_document.py
src/e3/aws/troposphere/iam/policy_statement.py
src/e3/aws/troposphere/iam/role.py
src/e3/aws/troposphere/s3/__init__.py
src/e3/aws/troposphere/s3/bucket.py
src/e3/aws/troposphere/secretsmanager/__init__.py
src/e3/aws/troposphere/sns/__init__.py
src/e3/aws/troposphere/sqs/__init__.py
src/e3/aws/util/__init__.py
src/e3/aws/util/ecr.py
src/e3_aws.egg-info/PKG-INFO
src/e3_aws.egg-info/SOURCES.txt
src/e3_aws.egg-info/dependency_links.txt
src/e3_aws.egg-info/entry_points.txt
src/e3_aws.egg-info/namespace_packages.txt
src/e3_aws.egg-info/requires.txt
src/e3_aws.egg-info/top_level.txt
tests/conftest.py
tests/fix-coverage-paths.py
tests/gen-cov-config.py
tests/coverage/base.rc
tests/coverage/darwin.rc
tests/coverage/linux.rc
tests/coverage/windows.rc
tests/tests_e3_aws/__init__.py
tests/tests_e3_aws/cfn/__init__.py
tests/tests_e3_aws/cfn/main_test.py
tests/tests_e3_aws/cfn/arch/__init__.py
tests/tests_e3_aws/cfn/arch/main_test.py
tests/tests_e3_aws/cfn/codecommit/__init__.py
tests/tests_e3_aws/cfn/codecommit/main_test.py
tests/tests_e3_aws/cfn/ec2/__init__.py
tests/tests_e3_aws/cfn/ec2/main_test.py
tests/tests_e3_aws/cfn/ec2/security/__init__.py
tests/tests_e3_aws/cfn/ec2/security/main_test.py
tests/tests_e3_aws/cfn/iam/__init__.py
tests/tests_e3_aws/cfn/iam/main_test.py
tests/tests_e3_aws/cfn/main/main_test.py
tests/tests_e3_aws/cfn/route53/__init__.py
tests/tests_e3_aws/cfn/route53/main_test.py
tests/tests_e3_aws/cfn/s3/__init__.py
tests/tests_e3_aws/cfn/s3/main_test.py
tests/tests_e3_aws/cfn/service_discovery/__init__.py
tests/tests_e3_aws/cfn/service_discovery/main_test.py
tests/tests_e3_aws/ec2/__init__.py
tests/tests_e3_aws/ec2/main_test.py
tests/tests_e3_aws/session/session_test.py
tests/tests_e3_aws/troposphere/__init__.py
tests/tests_e3_aws/troposphere/apigateway_test.py
tests/tests_e3_aws/troposphere/cfn_project_test.py
tests/tests_e3_aws/troposphere/cloudformation_test.py
tests/tests_e3_aws/troposphere/cloudfront_test.py
tests/tests_e3_aws/troposphere/conftest.py
tests/tests_e3_aws/troposphere/awslambda/awslambda_test.py
tests/tests_e3_aws/troposphere/config/__init__.py
tests/tests_e3_aws/troposphere/config/config_test.py
tests/tests_e3_aws/troposphere/ec2/ec2_test.py
tests/tests_e3_aws/troposphere/ec2/igw_test.py
tests/tests_e3_aws/troposphere/ecr/__init__.py
tests/tests_e3_aws/troposphere/ecr/ecr_test.py
tests/tests_e3_aws/troposphere/ecs/ecs_test.py
tests/tests_e3_aws/troposphere/events/__init__.py
tests/tests_e3_aws/troposphere/events/events_test.py
tests/tests_e3_aws/troposphere/iam/__init__.py
tests/tests_e3_aws/troposphere/iam/iam_test.py
tests/tests_e3_aws/troposphere/s3/__init__.py
tests/tests_e3_aws/troposphere/s3/s3_test.py
tests/tests_e3_aws/troposphere/secretsmanager/secrets_test.py
tests/tests_e3_aws/troposphere/stack/stack_test.py