Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!)