AWS. Lambda. Runtime. Application
(AWS Lambda Runtime v0.1.0)
View Source
OTP application entry point.
Supervises the Task.Supervisor that bounds handler invocations and the
AWS.Lambda.Runtime loop itself, one-for-one.
The runtime loop can be disabled with
config :aws_lambda_runtime, start_runtime: falsewhich is how this library's own test suite avoids looping against a Runtime API that doesn't exist in the test environment.
Summary
Functions
Starts the application supervision tree. Called by the OTP boot process.