marvin-j97 / lemna

⚡ Quickly scaffold and deploy AWS Lambda handlers powered by Typescript

Home Page:https://marvin-j97.github.io/lemna/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Visit the documentation here

About

⚡ Quickly scaffold and deploy AWS Lambda handlers powered by Typescript

https://marvin-j97.github.io/lemna/

License:MIT License


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%