Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elthrasher/cdk-dynamo-lambda-loader
https://github.com/elthrasher/cdk-dynamo-lambda-loader
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elthrasher/cdk-dynamo-lambda-loader
- Owner: elthrasher
- License: mit
- Created: 2020-01-13T02:46:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:25:53.000Z (about 2 years ago)
- Last Synced: 2024-08-02T22:27:02.401Z (7 months ago)
- Language: TypeScript
- Size: 3.39 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - elthrasher/cdk-dynamo-lambda-loader - (TypeScript)
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