Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 547 Bytes

serverless-demo

Getting started

To begin, first make sure you have the latest version of Serverless installed:

yarn global add serverless

Then, lets make sure we can easily use serverless from the command line by setting up our AWS credentials.

Usage

Run yarn install in either of the demo directories to install dependencies. Then you can deploy the service to AWS using sls deploy.