Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilevisionorganization/step-functions-demo
This is a demo project, created as a part of the blog post. The project uses serverless for deployments.
https://github.com/agilevisionorganization/step-functions-demo
aws aws-lambda demo serverless
Last synced: 29 days ago
JSON representation
This is a demo project, created as a part of the blog post. The project uses serverless for deployments.
- Host: GitHub
- URL: https://github.com/agilevisionorganization/step-functions-demo
- Owner: AgileVisionOrganization
- License: mit
- Created: 2017-01-08T13:50:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T11:25:26.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T15:10:42.213Z (29 days ago)
- Topics: aws, aws-lambda, demo, serverless
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 16
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Step Functions Demo Project
This is a demo project, created as a part of the [blog post](http://agilevision.pl/blog/serverless%20architecture/2017/02/12/easily-create-complex-workflows-with-aws-step-functions.html).
The project uses **serverless** for deployments.# Setup
```
npm install
serverless deploy
serverless deploy stepf
```Be sure to adjust bucket names and the email address inside the **serverless.yml**!