Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 778 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 778 Bytes

Serverless Template

Prerequisites

Make sure you have the following installed on your system:

# using homebrew
$ brew install node yarn

Getting started

  • initialize new servless project
$ curl -fsSL https://raw.github.com/joblocal/serverless-template/master/install.sh | sh

# optionaly provide a name
$ curl -fsSL https://raw.github.com/joblocal/serverless-template/master/install.sh | sh -s my-awesome-serverless-project
  • install depencenies: yarn install

To test the hello function, execute the following command:

$ serverless invoke local --function hello

Edit the serverless.yml accordingly. Happy hacking ;)

Made with ❤️ by Joblocal