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).
This may be different from `cloud.resource_id` if an alias is involved.
@example arn:aws:lambda:us-east-1:123456:function:myfunction:myalias
public const AWS_LAMBDA_INVOKED_ARN = 'aws.lambda.invoked_arn';