forked from aws/aws-sam-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for S3 Batch Operations event (aws#4521)
- Loading branch information
1 parent
bce85fd
commit f971e39
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
samcli/lib/generated_sample_events/events/s3/S3BatchInvocation.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"invocationSchemaVersion": "1.0", | ||
"invocationId": "YXNkbGZqYWRmaiBhc2RmdW9hZHNmZGpmaGFzbGtkaGZza2RmaAo", | ||
"job": { | ||
"id": "f3cc4f60-61f6-4a2b-8a21-d07600c373ce" | ||
}, | ||
"tasks": [ | ||
{ | ||
"taskId": "dGFza2lkZ29lc2hlcmUK", | ||
"s3Key": "{{{key}}}", | ||
"s3VersionId": "1", | ||
"s3BucketArn": "{{{bucket_arn}}}" | ||
} | ||
] | ||
} |