Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tylerlong/kickstart-serverless-lambda-node

A kickstart project for Node.js projects which are deployed to AWS Lambda using serverless framework.
https://github.com/tylerlong/kickstart-serverless-lambda-node

kickstart lambda node serverless

Last synced: 19 days ago
JSON representation

A kickstart project for Node.js projects which are deployed to AWS Lambda using serverless framework.

Awesome Lists containing this project

README

        

# {{ projectName }}

{{ description }}

{# This is a [kickstart](https://github.com/tylerlong/kickstart) project. #}

## Setup

```
yarn install

cd {{ serviceName }}
cp env.sample.yml env.yml
edit env.yml
```

## Deploy

### Full deploy

yarn deploy:full

### Quick deploy

yarn deploy

### Deploy to production

yarn deploy:full:prod

## Service information

yarn run info

## Log information

yarn run log

Or check log in realtime:

yarn run log:stream

## Remove the service

yarn run remove