An open API service indexing awesome lists of open source software.

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

⚡ Quickly scaffold and deploy AWS Lambda handlers powered by Typescript
https://github.com/marvin-j97/lemna

aws aws-lambda esbuild lambda nodejs serverless typescript

Last synced: 10 months ago
JSON representation

⚡ Quickly scaffold and deploy AWS Lambda handlers powered by Typescript

Awesome Lists containing this project

README

          

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](https://esbuild.github.io))
- Zipping & uploading code
- Updating function configuration
- Optionally setting up function URL

### [Visit the documentation here](https://marvin-j97.github.io/lemna)