mattzcarey / dynamo-example-cdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example - Dynamo CDK Workshop

To get started with this repo set up aws credentials and then run:

yarn

cdk deploy

Prerequisites

nodejs v16.x

Check with node -v Check AWS credentials with aws sts get-caller-identity

Further help

To get started with your own infrastructure as code (IaC) in CDK. Run:

cdk init sample-app --language=typescript

About


Languages

Language:TypeScript 69.4%Language:JavaScript 30.6%