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

Handle integer values for timeout.

Open bnekolny opened this issue 6 years ago • 0 comments

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.

bnekolny avatar Jan 29 '19 04:01 bnekolny