An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# test-aws-dynamodb-athena-tf

![overview](./diagrams/overview.png)

## 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)