https://github.com/johanneskonings/test-aws-dynamodb-athena-tf
Example how to Analyse DynamoDB data with Athena via Kinesis created with Terraform
https://github.com/johanneskonings/test-aws-dynamodb-athena-tf
athena aws dynamodb kinesis terraform
Last synced: 4 months ago
JSON representation
Example how to Analyse DynamoDB data with Athena via Kinesis created with Terraform
- Host: GitHub
- URL: https://github.com/johanneskonings/test-aws-dynamodb-athena-tf
- Owner: JohannesKonings
- License: mit
- Created: 2021-06-03T13:40:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T07:29:42.000Z (over 2 years ago)
- Last Synced: 2025-05-30T20:49:55.089Z (4 months ago)
- Topics: athena, aws, dynamodb, kinesis, terraform
- Language: HCL
- Homepage:
- Size: 415 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-aws-dynamodb-athena-tf

## desription
see more information here: https://dev.to/aws-builders/example-how-to-analyze-dynamodb-item-changes-with-kinesis-and-athena-created-with-terraform-g2h
## warnings
:warning: Don't forget to destroy after testing. Kinesis Data Streams has [costs](https://aws.amazon.com/kinesis/data-streams/pricing/) per hour
## serverless.tf
The [lambdas](./terraform/lambda.tf) are created with a module from [https://serverless.tf/](https://serverless.tf/)
Docs: https://github.com/terraform-aws-modules/terraform-aws-lambda
Examples: https://github.com/terraform-aws-modules/terraform-aws-lambda/tree/master/examples
See more for serverless here [https://serverless.tf/#aws-serverless](https://serverless.tf/#aws-serverless)