Skip to content

quick example of having a cdk app with multiple lambdas of two different languages

Notifications You must be signed in to change notification settings

rayjanwilson/cdk-multi-lang-lambdas

Repository files navigation

CDK Multilanguage Lambdas Demo

Just a simple demonstrator on having a cdk based microservice app that has lambdas from different languages.

Prerequirement

  • Docker installed
  • VS Code or similar ide
  • nodejs installed, preverably via nvm

Things added from base cdk init

  • npm run deploy added this script to package.json
  • typescript linter and formatter with eslint and prettier
  • lambda types with @types/aws-lambda

Lambdas

Useful commands

  • npm run deploy build and deploy this stack to your default AWS account/region
  • 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

About

quick example of having a cdk app with multiple lambdas of two different languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published