Quickly scaffold and deploy AWS Lambda handlers powered by Typescript


Keywords
lambda, aws, scaffold, bundling, esbuild, serverless, aws-lambda, nodejs, typescript
License
MIT
Install
npm install lemna@4.1.0

Documentation

Lemna

TS ready ESM ready Version Build Status License

Quickly scaffold and deploy AWS Lambda handlers powered by Typescript.

No more tedious code deploying to Lambda, Lemna handles for you:

  • Scaffolding new functions with TypeScript
  • Transpiling & bundling only necessary dependencies (using esbuild)
  • Zipping & uploading code
  • Updating function configuration
  • Optionally setting up function URL