Additional functionalities (methods and properties) are available on the [AWS Lambda context](http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-context.html). Some of these could be eventually ported to Google Functions, when they become available: - context.getRemainingTimeInMillis() - context.functionName - context.functionVersion - context.memoryLimitInMB - context.awsRequestId - context.identity - context.clientContext