Skip to content

feat(iot-actions-alpha): support batchAcrossTopics in HttpActionBatchConfig#37981

Open
badmintoncryer wants to merge 1 commit into
aws:mainfrom
badmintoncryer:feat/iot-batchacrosstopics
Open

feat(iot-actions-alpha): support batchAcrossTopics in HttpActionBatchConfig#37981
badmintoncryer wants to merge 1 commit into
aws:mainfrom
badmintoncryer:feat/iot-batchacrosstopics

Conversation

@badmintoncryer
Copy link
Copy Markdown
Contributor

Issue # (if applicable)

Closes #37980.

Reason for this change

batchAcrossTopics is supported by the underlying L1 AWS::IoT::TopicRule but missing from the L2 HttpActionBatchConfig in @aws-cdk/aws-iot-actions-alpha.

Description of changes

Add optional batchAcrossTopics?: boolean to HttpActionBatchConfig and pass it through to the L1 BatchConfig.BatchAcrossTopics.

Describe any new or updated permissions being added

None.

Description of how you validated changes

  • Unit tests covering true / false (via test.each) and the omitted case (Match.absent()).
  • Integ test updated with batchAcrossTopics: true and the assertion verifies it in the deployed TopicRule.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 23, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.
To suppress a specific rule, see Suppressing Rules.


TestsPassed ✅SkippedFailed
Security Guardian Results48 ran48 passed
TestResult
No test annotations available

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 23, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.
To suppress a specific rule, see Suppressing Rules.


TestsPassed ✅SkippedFailed
Security Guardian Results with resolved templates48 ran48 passed
TestResult
No test annotations available

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iot-actions-alpha: support batchAcrossTopics in HTTPS action batchConfig

2 participants