prisma / ecosystem-tests

🥼🧬🧪🔬🧫🦠 - Continuously tests Prisma Client with various operating systems, frameworks, platforms, databases and more.
187 stars 24 forks source link

Test Google Cloud Functions `2nd gen` #3377

Open Jolg42 opened 1 year ago

Jolg42 commented 1 year ago

We only test the 1st gen at the moment

https://cloud.google.com/functions/docs/concepts/version-comparison

Jolg42 commented 1 month ago

Message from Google Internal Slack

Since Cloud Functions for Firebase is built on Google Cloud Functions, we're writing to let you know about some changes that are being made to the Google Cloud Functions.

What you need to know Starting September 1, 2024, future versions of the gcloud functions deploy CLI command will create Cloud Functions using 2nd generation by default. If you do not wish to create a 2nd generation function, you can override this behavior by using the --no-gen2 CLI flag.