Skip to content

Commit 52b63c7

Browse files
authored
Merge pull request #798 from serverless/compose-multiframework-comments
chore(compose-multiframework): add more comments
2 parents fd113f5 + 995bb50 commit 52b63c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compose-multiframework/serverless-compose.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
# Deployments happen in parallel by default. You can also share outputs from one Service to another, across template types.
88
# In this case, Compose will auto-determine the correct order to deploy each Service.
99

10+
# Example stage-specific parameters you might need in your services.
1011
stages:
1112
default:
1213
params:
13-
domain: "serverless.dev"
14+
domain: "dev-api.acmeinc.com" # This is the value of the "domain" param in the dev stage
1415
prod:
1516
params:
16-
domain: "serverless.com"
17+
domain: "prod-api.acmeinc.com" # This is the value of the "domain" param in the prod stage
1718

1819
services:
1920
# Framework: AWS CloudFormation

0 commit comments

Comments
 (0)