serverless-google-cloudfunctions icon indicating copy to clipboard operation
serverless-google-cloudfunctions copied to clipboard

GCF 2nd Generation

Open satya-500 opened this issue 2 years ago • 1 comments
trafficstars

Is there an existing issue for this?

  • [X] I have searched existing issues, it hasn't been reported yet

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

satya-500 avatar May 22 '23 17:05 satya-500

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.

elkelk avatar Mar 12 '24 19:03 elkelk