Skip to content

API Gateway Name Change Downtime?

0

I have a production API deployed with API Gateway. If I change the name of the API Gateway resource in AWS (API -> Settings -> Name) will there be any downtime to the API itself? Will there be ANY impact to the clients calling my API?

Planning to change the name in the console here

  • Considering that I have an authorizer lambda function, will the function trigger need to be updated?

1 Answer
1
Accepted Answer

Hi,

This table https://docs.aws.amazon.com/apigateway/latest/developerguide/updating-api.html will tell you the parameter changes that imply downtime and those that do not.

Name is not mentioned in those requiring downtime.

EXPERT
answered 3 years ago
EXPERT
reviewed 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.