serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Force Environment Variables to be Strings
This forces any environment variables to be sent to GCF as strings, even if the value was supplied as a non-string (e.g., number).
This is necessary because GCF throws an error if it receives non-string values.
Fixes #128
@pickypg I think it is a good idea, can you rebase and fix the conflicts then I can move forward ? thanks
@bao1018 I've rebased and fixed the conflicts.