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

https://github.com/4lessandrodev/simple-lambda

template for simple lambda
https://github.com/4lessandrodev/simple-lambda

aws-lambda aws-lambda-node lambda nodejs serverless template

Last synced: 10 months ago
JSON representation

template for simple lambda

Awesome Lists containing this project

README

          

# Lambda application

A simple lambda template using serverless

---

Install deps

```sh

$ yarn

```

Run the function

```sh

$ yarn dev

# OR

$ npm run dev

```

Deploy it

```sh

$ yarn deploy

```