.coveragerc
.gitignore
README.md
buildspec.yml
requirements.txt
setup.cfg
setup.py
examples/cloudwatch.py/create_log_and_stream.py
examples/cloudwatch.py/delete_log.py
examples/cloudwatch.py/generate_logs.py
examples/cloudwatch.py/retrieve_logs.py
examples/cloudwatch.py/tail_logs.py
examples/dynamodb/add_items_to_table.py
examples/dynamodb/create_table.py
examples/dynamodb/delete_table.py
examples/dynamodb/get_all_items.py
examples/dynamodb/get_item.py
examples/dynamodb/get_item_with_logging.py
examples/dynamodb/list_tables.py
examples/dynamodb/partiql_query.py
examples/dynamodb/data/names.csv
examples/lambdas/lambda.py
examples/rds/create_rds.py
examples/rds/run_queries.py
examples/rds/show_rds.py
examples/rds/start_rds.py
examples/rds/stop_rds.py
examples/s3/create_bucket.py
examples/s3/create_upload_delete.py
examples/s3/delete_bucket.py
examples/s3/example.txt
examples/s3/ezs3_ops.py
examples/s3/list_buckets.py
examples/sqs/messenger_example.py
examples/sqs/send_and_read_messages.py
examples/sqs/to_sort.py
examples/ssm/parameter_store.py
ezaws/__init__.py
ezaws/exceptions.py
ezaws.egg-info/PKG-INFO
ezaws.egg-info/SOURCES.txt
ezaws.egg-info/dependency_links.txt
ezaws.egg-info/top_level.txt
ezaws/cloudwatch/logs.py
ezaws/dynamodb/dynamodb.py
ezaws/lambdas/lambdas.py
ezaws/models/cloudwatch.py
ezaws/models/common.py
ezaws/models/dynamodb.py
ezaws/models/lambdas.py
ezaws/models/rds.py
ezaws/models/regions.py
ezaws/models/s3.py
ezaws/models/sqs.py
ezaws/models/ssm.py
ezaws/rds/rds.py
ezaws/s3/__init__.py
ezaws/s3/s3.py
ezaws/sqs/__init__.py
ezaws/sqs/functions.py
ezaws/sqs/messenger.py
ezaws/ssm/__init__.py
ezaws/ssm/parameter_store.py
ezaws/utils/timing.py
tests/conftest.py
tests/pytest.ini
tests/test_ezaws/test_cloudwatch/test_cloudwatch.py
tests/test_ezaws/test_dynamodb/test_dynamodb.py
tests/test_ezaws/test_lambdas/test_lambdas.py
tests/test_ezaws/test_rds/test_rds.py
tests/test_ezaws/test_s3/test_s3.py
tests/test_ezaws/test_s3/testing_file.txt
tests/test_ezaws/test_sqs/test_messenger.py
tests/test_ezaws/test_ssm/test_ssm_parameter_store.py
tests/test_ezaws/test_utils/test_timing.py