serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
GCF 2nd Generation
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
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.