Skip to content

nitinda/aws-cdk-dynmodb-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS CDK: aws-cdk-dynmodb-table


Stability: Stable

This is a stable example. It should successfully build out of the box

This examples does is built on Construct Libraries marked "Stable" and does not have any infrastructure prerequisites to build.


This example creates a new DynamoDB Table with default KMS key Encryption.


Build

To build this app, you need to be in this example's root folder. Then run the following:

npm install -g aws-cdk
npm install
npm run build

This will install the necessary CDK, then this example's dependencies, and then build your TypeScript files and your CloudFormation template.


Deploy

To Deploy Run

cdk deploy

This will deploy / redeploy your Stack to your AWS Account. After the deployment you will see the API's URL, which represents the url you can then use.


Synthesize Cloudformation Template

To see the Cloudformation template generated by the CDK, run cdk synth, then check the output file in the "cdk.out" directory.


Authors

Module maintained by Module maintained by the - Nitin Das

About

This example creates a new Dynamodb Table using AWS CDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published