Skip to content

Best way of deploying multiple API gateways at once

0

Let us say, I have 2 API gateways in 1 single project, is there any option to deploy multiple API gateways at once ? Or we have to manually deploy each API Gateway ? What is the best CICD option for this use case ?

1 Answer
0

You can include both APIs in the same CloudFormation/SAM template and whenever you deploy the stack, it will deploy both.

AWS
EXPERT

answered 3 years ago

EXPERT

reviewed 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.