Skip to content

⚡ Quickly scaffold and deploy AWS Lambda handlers powered by Typescript

License

Notifications You must be signed in to change notification settings

marvin-j97/lemna

Repository files navigation

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