cyber-netics / Aws-Resources-Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aws-Resources-Examples

  • Aws basic Dynamodb cdk and Api example

CDK - Create Infrastructure with aws cdk

  1. Cdk will require aws user credentials
    export AWS_ACCESS_KEY_ID=<XXXX>
    export AWS_SECRET_ACCESS_KEY=<XXXX>
    export AWS_DEFAULT_REGION=<XXXX>
  1. Add Environmental Variables .env file
    AWS_DEFAULT_REGION=<region>
    APP_NAME=<MyAppName>

  1. Install and Deploy
    npm install
    npm run deploy
  1. Test
    npm run test:cdk

About


Languages

Language:TypeScript 92.5%Language:JavaScript 6.7%Language:Shell 0.8%