Deploy to AWS Lambda in ap-southeast-5
Region Fails with Validation Error
#4548
Labels
bug
Something isn't working
ap-southeast-5
Region Fails with Validation Error
#4548
Deploy to AWS Lambda in
ap-southeast-5
Region Fails with Validation ErrorBug Report 🐛
Description
Attempting to deploy to AWS Lambda in the
ap-southeast-5
(Malaysia) region results in a validation error. The error suggests thatap-southeast-5
is not recognized as a valid AWS region.Error Message
Steps to Reproduce
ap-southeast-5
.Expected Behavior
Deployment should recognize
ap-southeast-5
as a valid AWS region and proceed without error.Actual Behavior
Deployment fails with a region validation error.
Environment
4.0.229
]18.x
]2.x
]Additional Information
ap-southeast-5
is a valid AWS region as per the AWS [documentation](https://docs.aws.amazon.com/general/latest/gr/rande.html).Suggested Fix
Update the region validation logic in the
validate-aws-region.js
file to includeap-southeast-5
.Workaround
No known workaround at the moment.
Thank you for looking into this issue! Let me know if additional details or logs are required.
The text was updated successfully, but these errors were encountered: