Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkfabrik/serverless-devops-2022
https://github.com/sparkfabrik/serverless-devops-2022
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparkfabrik/serverless-devops-2022
- Owner: sparkfabrik
- Created: 2022-03-10T14:32:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T15:55:18.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T13:09:28.583Z (2 months ago)
- Language: TypeScript
- Size: 503 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Incontro DevOps 2022 - Workshop: Progettare e sviluppare applicazioni Serverless con AWS
## Requisiti
- git
- node ^14.x
- npm ^6.x
- aws cli 2.3.6 (https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html)## Setup
1) launch `aws configure --profile workshops`
2) enter your credentials and `eu-west-2` as the default region
3) clone repository
4) run `make setup-stage`
5) run `make`
6) run `make be-deploy`
7) update Angular prod environment file with ApiGateway endpoint (replace {API_GATEWAY_ENDPOINT})
8) run `make fe-deploy`
9) run `make fe-start`## Links
- Serverless framework docs: https://www.serverless.com/framework/docs/
- AWS SKD for Javascript docs: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/index.html