- Use
create_data.py
to load 7 years of data for 3 fictitious locations. - Use
read_data.py
to get a sense of different queries you can construct and their respective durations. - Use
aggregate_data.py
as the Lambda code to aggregate days to months using DynamoDB streams- Keep in mind that DynamoDB Streams work in batch sizes of 100 and at the time of writing this is not configuratble.
- Use
delete_data.py
to remove your DynamoDB data - Manually delete DynamoDB and Lambda resources.
- Create DynamoDB and Lambda resources through CloudFormation