Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcruz-br/testing-nest-aws-lambda
https://github.com/wcruz-br/testing-nest-aws-lambda
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wcruz-br/testing-nest-aws-lambda
- Owner: wcruz-br
- Created: 2024-12-09T23:41:56.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-10T00:12:41.000Z (25 days ago)
- Last Synced: 2024-12-10T00:29:19.026Z (25 days ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Lambda with NestJS
## Building for AWS Lambda Function
```bash
npm run build:lambda
```## Creating zip for upload
```bash
./zipa.sh
```Upload this zip to your lambda function and call its URL - alas!
(This example was adapted from [this old repository](https://github.com/gemerick/nest-lambda). There is a lot of things here we don't need here, I was in a hurry and just trying to prove that it works. If you clean things here, send a PR, thank you!)