Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support getting information from AWS lambda (remaining time, etc.) #26

Open
koterpillar opened this issue Feb 22, 2018 · 1 comment
Open

Comments

@koterpillar
Copy link
Contributor

As in native runtimes, the environment information must be available to the process upon request.

@dmoverton
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants