Expand description
Lambda Extensions API types and state management.
Implements the Lambda Extensions API as documented at: https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html
Structs§
- Extension
State - Shared state for extension management.
- Register
Request - Registration request from an extension.
- Registered
Extension - Information about a registered extension.
- Tracing
Info - X-Ray tracing information.
Enums§
- Event
Type - Lifecycle events that extensions can subscribe to.
- Lifecycle
Event - A lifecycle event sent to extensions.
- Shutdown
Reason - Reasons for a shutdown event.
Type Aliases§
- Extension
Id - Extension identifier returned upon registration.