https://github.com/daniel-cottone/serverless-demo
Demo for using Serverless
https://github.com/daniel-cottone/serverless-demo
Last synced: 2 months ago
JSON representation
Demo for using Serverless
- Host: GitHub
- URL: https://github.com/daniel-cottone/serverless-demo
- Owner: daniel-cottone
- Created: 2018-06-03T16:08:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T13:00:09.000Z (over 7 years ago)
- Last Synced: 2025-03-24T11:21:25.578Z (10 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-demo
## Getting started
To begin, first make sure you have the latest version of [Serverless](https://github.com/serverless/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](https://github.com/serverless/serverless/blob/master/docs/providers/aws/guide/credentials.md).
## Usage
Run `yarn install` in either of the demo directories to install dependencies. Then you can deploy the service to AWS
using `sls deploy`.