Dave Dela Cruz

Results 4 comments of Dave Dela Cruz

@onury I'm keen to put together a pull request if you can point me in the right direction. I see that this would be a change on the notation package...

@GerardPaligot was looking to make a patch with this. Found that this was already merged [here](https://github.com/serverless/serverless-google-cloudfunctions/pull/215). ``` functions: a-function: serviceAccountEmail: [email protected] ```

This was already implemented [here](https://github.com/serverless/serverless-google-cloudfunctions/pull/215) ``` functions: a-function: serviceAccountEmail: [email protected] ```

> You can't just set the entry point to handler? I haven't tested this yet, but it seems like that's the idea I tried this but I also ran into...