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

https://github.com/macnev2013/serverless-lambda-test


https://github.com/macnev2013/serverless-lambda-test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Serverless - Lambda Deployment

### Compilation instructions:

Install all the npm dependancies

```sh
$ npm install
```

Run serverless deployment on localstack
```sh
$ export AWS_ACCESS_KEY_ID=NONE_FOR_LOCAL
$ export AWS_SECRET_ACCESS_KEY=NONE_FOR_LOCAL
$ serverless deploy --stage local
```