LambdaInvokeOperation
Contains the configuration parameters for a Lambda Invoke
operation.
Types
Properties
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
Specifies the schema version for the payload that Batch Operations sends when invoking an Lambda function. Version 1.0
is the default. Version 2.0
is required when you use Batch Operations to invoke Lambda functions that act on directory buckets, or if you need to specify UserArguments
. For more information, see Using Lambda with Amazon S3 Batch Operations and Amazon S3 Express One Zone in the Amazon Web Services Storage Blog.
Key-value pairs that are passed in the payload that Batch Operations sends when invoking an Lambda function. You must specify InvocationSchemaVersion
2.0 for LambdaInvoke
operations that include UserArguments
. For more information, see Using Lambda with Amazon S3 Batch Operations and Amazon S3 Express One Zone in the Amazon Web Services Storage Blog.