Skip to content

A demo repository to showcase clean TypeScript lambda function

Notifications You must be signed in to change notification settings

tomoima525/clean-nodejs-lambda

Repository files navigation

Clean TypeScript Lambda funciton

This is a repository to show how to create a clean TypeScript Lambda function.

How to deploy

  • Setup your AWS credentials.
// .env
CDK_ACCOUNT=123456789012
CDK_REGION=us-east-1
  • Install dependencies.
yarn install
  • Deploy.
yarn dlx cdk deploy --profile={your profile name}

About

A demo repository to showcase clean TypeScript lambda function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published