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

https://github.com/tsaidavid/serverless-nodejs


https://github.com/tsaidavid/serverless-nodejs

aws aws-lambda aws-lambda-node nodejs serverless serverless-framework

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# serverless-nodejs

### Requirements
- Node
* `>=4 <=9`

- [Serverless](https://serverless.com/framework/docs/) CLI
* To install:
- `yarn global add serverless`
- `npm install -g serverless`

### Get Started

#### Offline Usage
To hit the ground running without even configuring your AWS creds.

```
$ yarn install # or use npm install
$ serverless offline start
```

Now, you can visit `localhost:3000/hello` and should see a simple message!