https://github.com/sc5/serverless-deployment-example-service
https://github.com/sc5/serverless-deployment-example-service
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sc5/serverless-deployment-example-service
- Owner: SC5
- Created: 2017-02-03T12:18:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T08:09:57.000Z (about 9 years ago)
- Last Synced: 2025-02-22T20:48:14.758Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Serverless project for deployment
## Serverless Deployment with Ansible (Lite)
[serverless-deployment-ansible-lite](https://github.com/SC5/serverless-deployment-ansible-lite) builds and deploys project with Serverless so no extra configuration is needed.
## Serverless Deployment with Ansible
[serverless-deployment-ansible](https://github.com/SC5/serverless-deployment-ansible) deploys already built serverless package.
Here is the deployment flow in short:
1. Build artifact with `sls deploy --ansible` ([serverless-ansible-build-plugin](https://github.com/laardee/serverless-ansible-build-plugin)) which creates Jinja2 template from CloudFormation stack and copies .zip file to deployment folder.
2. Copy .j2 template and zip to Artifactory/S3 or where ever you wish.
3. Ansible playbook downloads template and deploys CloudFormation stack and functions zip to AWS.
More detailled instructions will be available in [serverless-deployment-ansible](https://github.com/SC5/serverless-deployment-ansible).