routing-api icon indicating copy to clipboard operation
routing-api copied to clipboard

fix: can not apply cdk when in region ap-southeast-1

Open anthoai97 opened this issue 1 year ago • 1 comments

I encountered a small issue when trying to run your CDK stack to test the Swap API in region ap-southeast-1. errr

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.

Success

anthoai97 avatar Sep 13 '24 09:09 anthoai97