Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elthrasher/cdk-dynamo-lambda-loader


https://github.com/elthrasher/cdk-dynamo-lambda-loader

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# CDK Dynamo with Data Generation

Create a Dynamo table with CDK and load it with [faker](https://github.com/marak/Faker.js/) and a Lambda function.

Read more about it on [dev.to](https://dev.to/elthrasher/exploring-aws-cdk-a-million-a-minute-dynamodb-and-providerframework-e92).

## Useful commands

- `npm run build` compile typescript to js
- `npm run lint` check style
- `npm run watch` watch for changes and compile
- `npm t` perform the jest unit tests
- `cdk deploy` deploy this stack to your default AWS account/region
- `cdk diff` compare deployed stack with current state
- `cdk synth` emits the synthesized CloudFormation template