Endpoint Override URL | Endpoint Override URL | | | Endpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints. Supports Expression Language: true (will be evaluated using Environment variables only) |
Name | Description |
---|
aws.lambda.result.function.error | Function error message in result on posting message to AWS Lambda |
aws.lambda.result.status.code | Status code in the result for the message when posting to AWS Lambda |
aws.lambda.result.payload | Payload in the result from AWS Lambda |
aws.lambda.result.log | Log in the result of the message posted to Lambda |
aws.lambda.exception.message | Exception message on invoking from AWS Lambda |
aws.lambda.exception.cause | Exception cause on invoking from AWS Lambda |
aws.lambda.exception.error.code | Exception error code on invoking from AWS Lambda |
aws.lambda.exception.request.id | Exception request id on invoking from AWS Lambda |
aws.lambda.exception.status.code | Exception status code on invoking from AWS Lambda |