Deploy Multiple Serverless Projects with Ease - Serverless Compose

  Рет қаралды 3,435

Complete Coding - Master AWS Serverless

Complete Coding - Master AWS Serverless

Күн бұрын

Managing multiple serverless repos can be a pain.
Making sure that they're all deployed in the correct order, storing variables in cloudformation exports and secrets.
Luckily Serverless have just made out lives easier.
0:00 The Pain
0:15 Serverless Compose
1:02 Repo Setup
1:27 serverless-compose.ts
1:47 Infrastructure Service
2:03 Outputs
3:00 Passing Params Around
3:52 Using the Params
5:58 Output API Gateway URL
7:00 Frontend Parameters
7:46 dependsOn
8:38 Frontend repo
9:32 Serverless Deploy
10:09 Verbose logs
11:04 single lambda deployment
12:36 Further advancement
13:49 review

Пікірлер: 13
@vinaynair1911
@vinaynair1911 2 жыл бұрын
you are amazing my friend! Great tutorial.
@CompleteCoding
@CompleteCoding 2 жыл бұрын
Thank you! Cheers!
@awaismanzoor2920
@awaismanzoor2920 Жыл бұрын
Love it
@CompleteCoding
@CompleteCoding Жыл бұрын
Thanks!
@3266711732665514
@3266711732665514 Жыл бұрын
Awesome tutorial, do you think there is any way to use this alongside appsync? How would it build the same graphql Schema with all these scattered services, I was taking a look and saw no mention of appsync compose
@user-zi6cx7dn9w
@user-zi6cx7dn9w 9 ай бұрын
great and detailed tuts, is this working with serverless-offline?
@CompleteCoding
@CompleteCoding 6 ай бұрын
I've never tried it. Let me know how it goes
@ehteahsma
@ehteahsma 2 жыл бұрын
Great! What about stages i see deployment being going for dev stage. Is there any way we can specify stage for serverless compose to embed them to each service deployment
@CompleteCoding
@CompleteCoding 2 жыл бұрын
You can run the base level serverless deploy with `--stage prod` and all services will have the stage of prod
@ahasibrifat7568
@ahasibrifat7568 2 жыл бұрын
please provide git link
@CompleteCoding
@CompleteCoding 2 жыл бұрын
github.com/SamWSoftware/serverless-compose-demo
@vishwasmp1408
@vishwasmp1408 6 ай бұрын
do you have using yml file
@CompleteCoding
@CompleteCoding 6 ай бұрын
I haven't used YAML in years, but you can paste the JSON into a JSON to YAML converter and get what you need