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

Support for new runtimes #307

Open antonmyronyuk opened 1 year ago

antonmyronyuk commented 1 year ago

Google Gloud supports python 3.10+, node.js 16+, go 1.18+ and so on. Need to add support for these runtimes to serverless-google-cloudfunctions plugin.

antonmyronyuk commented 1 year ago

Opened PR #306