serverless-google-cloudfunctions icon indicating copy to clipboard operation
serverless-google-cloudfunctions copied to clipboard

Force Environment Variables to be Strings

Open pickypg opened this issue 7 years ago • 2 comments

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 avatar Nov 14 '18 21:11 pickypg

@pickypg I think it is a good idea, can you rebase and fix the conflicts then I can move forward ? thanks

bao1018 avatar Mar 25 '20 06:03 bao1018

@bao1018 I've rebased and fixed the conflicts.

pickypg avatar Oct 14 '20 16:10 pickypg