Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 723 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 723 Bytes

cdktf-aws-nodejs-function-ts

CDKTF app that deploys a Lambda function written in TypeScript in a way similar to AWS CDK NodejsFunction construct.

Prerequisites

Installation

npx projen install

Deployment

npx projen deploy

Cleanup

npx projen destroy