serverless / serverless-google-cloudfunctions

Serverless Google Cloud Functions Plugin – Adds Google Cloud Functions support to the Serverless Framework
https://www.serverless.com
MIT License
271 stars 127 forks source link

feat: Add ability to individually package functions #261

Open El-Fitz opened 3 years ago

El-Fitz commented 3 years ago

Based on https://github.com/serverless/serverless-google-cloudfunctions/pull/164

Fixed linting; still need to resolve merge conflicts

Fixes #89

El-Fitz commented 3 years ago

Have to fix the tests now. Not really sure of what I'm doing, so please don't hesitate to give feedback ^^'