Packages

Runtime core for the aws-gleam SDK: credentials, SigV4 + SigV4a signing, endpoint resolution, retry, HTTP transport, waiters, paginators, and Smithy protocol codecs.

Current section

Files

Jump to
aws_gleam_runtime include aws@lambda_Context.hrl
Raw

include/aws@lambda_Context.hrl

-record(context, {
request_id :: binary(),
deadline_ms :: integer(),
invoked_function_arn :: binary(),
trace_id :: gleam@option:option(binary()),
client_context :: gleam@option:option(binary()),
cognito_identity :: gleam@option:option(binary())
}).