Hello - I'm facing the following error while tryin...
# aws
r
Hello - I'm facing the following error while trying to update the rest api in AWS API Gateway. Did some research and found out that by setting
create_before_destroy=true
in the lifecycle section on deployment resource, it will get rid of that problem. This solution works on terraform side but I didn't see any such option on the Pulumi side to set the lifecycle section on
aws._*apigateway*_._*Deployment*_
resource.
BadRequestException: Active stages pointing to this deployment must be moved or deleted