Skip to content

A TypeScript implementation while following 'Infrastructure is Code with the AWS CDK - AWS Online Tech Talks'

Notifications You must be signed in to change notification settings

chrischenyc/url-shortener-cdk-typescript

Repository files navigation

'Infrastructure is Code with the AWS CDK - AWS Online Tech Talks' - TypeScript implementation

Background

Infrastructure is Code with the AWS CDK - AWS Online Tech Talks was easy to follow but done in Python (nothing bad about it!). While porting the demo project to TypeScript, I came across a few hurdles:

How to deploy

Prerequisite: your CLI should have access to AWS with suitable AWS_PROFILE and AWS_REGION.

  • yarn - install dependencies
  • cdk bootstrap - if you haven't got stack CDKToolkit on CloudFormation
  • cdk deploy '*' - deploy all stacks to dev environment
  • ENV=prod cdk deploy '*' - deploy all stacks to production environment

About

A TypeScript implementation while following 'Infrastructure is Code with the AWS CDK - AWS Online Tech Talks'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published