serverless-google-cloudfunctions
serverless-google-cloudfunctions copied to clipboard
Handle integer values for timeout.
In moving my function from AWS to GCP one of the issues I ran into was the timeout value. Since the difference between AWS and GCP was "120" vs "120s", it seems relevant to accept the AWS seconds integer given that the most accessible documentation references AWS values.
I'm open to any thoughts or feedback though, my hope is that this can just make it easier for those that are new to any of this.