Repo contains all source code and Cloudformation templates for Macie DynamoDB blog located here https://aws.amazon.com/blogs/security/detecting-sensitive-data-in-dynamodb-with-macie/
The cft.yaml in the /src folder is the Cloudformation template used to deploy the blog
Location: in /src folder
src/Import-Data-To-DynamoDB.py
Python file that handles the import of test CSV datasets to DynamoDB
src/Export-DynamoDB-Data-To-S3.py
Python file that handles the export of DynamoDB table data into S3
Location: in /datasets folder
accounts.csv
Test dataset that will be loaded into the DynamoDB table by the Import-Data-To-DynamoDB lambda function
people.csv
Test dataset that will be loaded into the DynamoDB table by the Import-Data-To-DynamoDB lambda function
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.