Open mathieudi opened 2 years ago
us-west-1 region is currently not supported by this serverless plugin as you can see here: https://github.com/serverless/serverless-google-cloudfunctions/blob/b1cdaf25c1cb782b906ea4bfbf0adbd4b4efa4fd/provider/googleProvider.js#L30
us-west-1
But in the Google documentation you can see that us-west1 region is available under tier 1 pricing: https://cloud.google.com/functions/docs/locations#tier_1_pricing
us-west1
This PR is about adding support for this available region.
us-west-1
region is currently not supported by this serverless plugin as you can see here: https://github.com/serverless/serverless-google-cloudfunctions/blob/b1cdaf25c1cb782b906ea4bfbf0adbd4b4efa4fd/provider/googleProvider.js#L30But in the Google documentation you can see that
us-west1
region is available under tier 1 pricing: https://cloud.google.com/functions/docs/locations#tier_1_pricingThis PR is about adding support for this available region.