Constant AWS_LAMBDA_INVOKED_ARN
pub const AWS_LAMBDA_INVOKED_ARN: &'static str;
Expand description
The full invoked ARN as provided on the Context
passed to the function (Lambda-Runtime-Invoked-Function-Arn
header on the /runtime/invocation/next
applicable).
§Notes
This may be different from cloud.resource_id
if an alias is involved.
§Examples
"arn:aws:lambda:us-east-1:123456:function:myfunction:myalias"