micropost-functions

December 15, 2016 ยท View on GitHub

This project manages lambda functions by using Serverless.

Getting Started

Configure.

cp .envrc.example .envrc
vi .envrc
direnv allow

Install dependencies.

npm install -g yarn serverless
yarn install

Deploy.

sls deploy -v

Run functions.

sls invoke -f notifyToSlack -l

Related Projects

  • Angular2 app
  • Spring Boot app
  • Android app
  • Infrastructure by Terraform

License

MIT

Contents

  1. 1Getting Started
  2. 2Related Projects
  3. 3License