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
- Host: GitHub
- URL: https://github.com/marvin-j97/lemna
- Owner: marvin-j97
- License: mit
- Created: 2021-03-10T13:12:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:06:04.000Z (over 1 year ago)
- Last Synced: 2024-10-29T20:45:23.284Z (over 1 year ago)
- Topics: aws, aws-lambda, esbuild, lambda, nodejs, serverless, typescript
- Language: TypeScript
- Homepage: https://marvin-j97.github.io/lemna/
- Size: 2.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Lemna
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)