Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
879dd07
fix(lambda): make ProvisionedPollerConfig properties optional and upd…
badmintoncryer Apr 8, 2026
915e707
fix(lambda): add SQS provisionedPollerConfig support with validation …
badmintoncryer Apr 8, 2026
9409fc8
fix(lambda): use 'got: {value}' format in SQS provisioned poller erro…
badmintoncryer Apr 8, 2026
45ffb33
refactor(lambda): simplify SQS provisioned poller validation and add …
badmintoncryer Apr 8, 2026
0195a96
refactor(lambda): remove unnecessary non-null assertions in SQS provi…
badmintoncryer Apr 8, 2026
5342637
refactor(lambda): consolidate SQS provisioned poller validation tests…
badmintoncryer Apr 8, 2026
6ecb4b1
refactor(lambda): split SQS provisioned poller tests into 3 test.each…
badmintoncryer Apr 8, 2026
c3d4e4a
refactor(lambda): use string literals instead of regex in toThrow ass…
badmintoncryer Apr 8, 2026
54e6ecf
docs(lambda): add source links for provisioned poller limit values in…
badmintoncryer Apr 8, 2026
9f5c2a9
docs(lambda): move provisioned poller doc links from inline comments …
badmintoncryer Apr 8, 2026
f19a2f6
add integ test
badmintoncryer Apr 9, 2026
f515452
docs(lambda): add provisioned poller configuration details to README
badmintoncryer Apr 9, 2026
6f6cb4f
Merge branch 'main' into fix/provisioned-poller-config-types-and-docs
badmintoncryer Apr 9, 2026
14b28bf
Merge branch 'main' into fix/provisioned-poller-config-types-and-docs
badmintoncryer Apr 10, 2026
88574b8
fix(ecs): add allowed-breaking-changes entry for ProvisionedPollerConfig
badmintoncryer Apr 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions allowed-breaking-changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4164,3 +4164,8 @@ removed:aws-cdk-lib.aws_lambda.MetricType.KAFKAMETRICS
# Never intended to be mutable, not usefully mutable
removed-mutability:aws-cdk-lib.aws_s3.Bucket.grants
removed-mutability:aws-cdk-lib.aws_s3.BucketBase.grants

# Making minimumPollers/maximumPollers optional in ProvisionedPollerConfig is backwards compatible
# for consumers (they can still provide the values). This aligns with the existing
# ProvisionedPollerConfig in aws-lambda/event-source-mapping.ts which already has them as optional.
weakened:aws-cdk-lib.aws_lambda_event_sources.ProvisionedPollerConfig
Loading
Loading