serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
# Add AWS SSM like variable functionality for GCP Secrets Manager The Idea here is to make an alternative like [AWS SSM variables](https://www.serverless.com/framework/docs/providers/aws/guide/variables#reference-variables-using-aws-secrets-manager) from AWS provider on GCP provider. #...
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.
Added some missing runtimes.
This started a few days ago. If I run any command that interacts with GCP, I get the following error: ``` Environment: linux, node 18.12.1, framework 3.25.1 (local) 3.25.1v (global),...
Is it possible to provide a pub/sub subscription id instead of a topic when configuring and event trigger? Right now for an `event` trigger type I specify a pub/sub [topic](https://www.serverless.com/framework/docs/providers/google/events/event)....
Hi there, Any plans to add support for a wider range of languages? Thanks!
All the examples I can find using this are only using one function. Are there any examples using many functions, with TypeScript, Webpack, ESBuild, etc? ## Issues There's some questions...
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...