minor: Unify and adjust API Gateway stage name#27
Conversation
|
🚀 Preview for this PR: https://ls-4d7tkepavuers.sandbox.localstack.cloud/cloudfront/aed84b3b/ |
|
Quick context as to why it failed: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigateway.RestApi.html#deploy To unblock the demo, we ran a I've just looked at the docs: when deploying with CDK, it will auto deploy your REST API, apparently with the We could also set some parameters over the Anyway, just wanted to understand myself why it suddenly deployed on the |
When preparing for a customer demo today, we've noticed that the API Gateway URL does not work for the seed script.
Got some help from @bentsku today 🙌 who found out that the stage reference needs to be adjusted in the API Gateway URL, to be compatible with AWS (and the latest provider implementation in LS).