Skip to content

joblocal/serverless-template

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published