Skip to content

Commit

Permalink
AWS S3 Control Update: S3 Object Lambda is a new S3 feature that enab…
Browse files Browse the repository at this point in the history
…les users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request
  • Loading branch information
AWS committed Mar 18, 2021
1 parent 17536b6 commit 68dc642
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSS3Control-611b550.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS S3 Control",
"contributor": "",
"description": "S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListAccessPointsForObjectLambda": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "ObjectLambdaAccessPointList"
},
"ListJobs": {
"input_token": "NextToken",
"output_token": "NextToken",
Expand Down
Loading

0 comments on commit 68dc642

Please sign in to comment.