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

GCF 2nd Generation #305

Open satya-500 opened 1 year ago

satya-500 commented 1 year ago

Is there an existing issue for this?

Use case description

wanted to deploy google cloud function 2nd generation

Proposed solution (optional)

service: test

provider:
  name: google
  stage: dev
  runtime: python310
  region: us-central1
  project: heisenberg
  credentials: secret.json
  generation: "2nd"  # <------------------------ second generation
elkelk commented 3 months ago

I would love for this to be added. We also need to know if anyone can actually review any PRs that are submitted. I've reached out to the maintainers to assist and have gotten no response.