Open sontl opened 6 hours ago
We can consider adding support for this region in the future
At the moment we don't store the prices for it and have not deployed the Lambda Layers, this is the reason we only support a few regions at a time
See the regions supported: https://www.remotion.dev/docs/lambda/region-selection
Yeah, hope it can be supported soon because it's cheapest pricing compare to others
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.