routing-api
routing-api copied to clipboard
fix: can not apply cdk when in region ap-southeast-1
I encountered a small issue when trying to run your CDK stack to test the Swap API in region ap-southeast-1.
The problem was caused by the AWS::Lambda::Permission resource. I believe the issue was due to the Lambda alias name being too long. I made a slight adjustment, and now it works as expected.