You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS Lambda custom runtime API returns this information as response headers. See https://docs.aws.amazon.com/lambda/latest/dg/runtimes-api.html#runtimes-api-next.
We could use these to construct a Context object to pass from lambdaMain to the handler function as an extra parameter, as is done with several of the supported language runtimes.
As in native runtimes, the environment information must be available to the process upon request.
The text was updated successfully, but these errors were encountered: