serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
272 stars 127 forks source link

Deploy to GCP with custom region from CLI as deploying to AWS Lambda #294

Open AsafTAG opened 2 years ago

AsafTAG commented 2 years ago

Is there an existing issue for this?

Use case description

Right now we can't deploy GCP Functions wih custom region from the CLI. Using AWS Lambda function there is an option using --region parameter.

Proposed solution (optional)

Copy the same CLI deploying features from AWS Lambda to GCP.