API Reference AWS Lambda Runtime v#0.1.0
View SourceModules
The custom runtime loop.
:httpc client for the AWS Lambda Runtime API (version 2018-06-01).
OTP application entry point.
Per-invocation context, assembled from the Lambda-Runtime-* response headers
of GET /runtime/invocation/next plus the static function environment.
Behaviour implemented by your function, plus resolution of the _HANDLER
environment variable that Lambda sets from the function's Handler setting.
mix release steps wired in by AWS.Lambda.Runtime.MixRelease.releases/1 to
turn a plain release into a Lambda-ready package.
Mix Tasks
Builds this project's Lambda release inside the prebuilt Elixir builder image and downloads the resulting deployment zip.