whathelll / cdk-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to your CDK TypeScript project!

This is a blank project for TypeScript development with CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test 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

TODO

✅Simple Hello Lambda through API gateway

✅Make Hello Lambda + API Gateway into Construct

Deploy a simple node app to ecs and expose it via api gateway, make this into a construct

Deploy a cluster of node apps talking to a redis db

Automate it

Learn to use code commit and code pipeline

build a code pipeline

Work out how to deploy KMS,

how to access KMS via lambda

how to access KMS via ECS node app

Work out logging of node app to splunk container

Create a lambda that writes to a ElastiCache and keeps adding to it, expose via api gateway, convert to construct

Figure out unit testing

About


Languages

Language:TypeScript 92.8%Language:JavaScript 5.6%Language:Dockerfile 1.7%