Skip to content

Commit

Permalink
AWS Lambda Update: Add support for MaximumConcurrency parameter for S…
Browse files Browse the repository at this point in the history
…QS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
  • Loading branch information
AWS committed Jan 12, 2023
1 parent 0e16829 commit 84b48b2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSLambda-eff4615.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Lambda",
"contributor": "",
"description": "Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping."
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
Loading

0 comments on commit 84b48b2

Please sign in to comment.