struct AwsLambdaRuntime::Invocation
- AwsLambdaRuntime::Invocation
- Struct
- Value
- Object
Overview
Invocation
provides the event payload, the context and meta information of a lambda invocation.
Defined in:
aws_lambda_runtime/invocation.crConstructors
Instance Method Summary
- #aws_request_id : String
- #client_context : JSON::Any
- #context : LambdaContext
- #deadline_ms : Int64
- #event : String
-
#get_remaining_time_in_millis
FIXME not correct, deadline ms is a date
- #identity : JSON::Any
- #invoked_function_arn : String
- #trace_id : String