Hello, can you help me?
When I try to deploy the API to AWS, I always get the message "Invalid region us-west-2" on action RESTAPI_Create. Can you please validate it?
Thanks
Try USWest2
Thanks Daniel.
It works!
BR
Although it is marked as solved, but asking how this region is different than https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html?
Shouldn't be (us-west-1) us-west-2 instead of USWest2?
Hi,
This component uses aws’s .net sdk. You can check the aws documentation here: https://docs.aws.amazon.com/sdkfornet/v3/apidocs/Index.html and region endpoint allowed values here https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/Amazon/TRegionEndpoint.html
Cheers,
Guilherme
Thanks Guilherme.