CloudFormation doesn't deploy to API gateway stages on update

后端 未结 8 1289
南笙
南笙 2020-12-25 11:47

When I run CloudFormation deploy using a template with API Gateway resources, the first time I run it, it creates and deploys to stages. The subsequent times I

8条回答
  •  粉色の甜心
    2020-12-25 12:11

    Use SAM

    AWS::Serverless::Api

    This does the deployment for you when it does the Transformation

提交回复
热议问题