Skip to content

New: [AEA-6256] - StateMachine construct#604

Draft
tstephen-nhs wants to merge 17 commits intomainfrom
aea-6256-cdk-statemachine
Draft

New: [AEA-6256] - StateMachine construct#604
tstephen-nhs wants to merge 17 commits intomainfrom
aea-6256-cdk-statemachine

Conversation

@tstephen-nhs
Copy link

Summary

  • ✨ New Feature

Details

Reusable state machine construct
Note this is stacked on PR 547

@tstephen-nhs tstephen-nhs changed the title New: [AEA-6256] cdk statemachine construct New: [AEA-6256] StateMachine construct Mar 25, 2026
@tstephen-nhs tstephen-nhs changed the title New: [AEA-6256] StateMachine construct New: [AEA-6256] - StateMachine construct Mar 25, 2026
@github-actions
Copy link
Contributor

This PR is linked to a ticket in an NHS Digital JIRA Project. Here's a handy link to the ticket:

AEA-6256

statements: [
new PolicyStatement({
actions: ["lambda:InvokeFunction"],
resources: ["*"]

Check failure

Code scanning / SonarCloud

AWS IAM policies should limit the scope of permissions given High test

This policy is vulnerable to the "lambda:InvokeFunction" privilege escalation vector. Remove permissions or restrict the set of resources they apply to. See more on SonarQube Cloud
statements: [
new PolicyStatement({
actions: ["lambda:InvokeFunction"],
resources: ["*"]

Check failure

Code scanning / SonarCloud

AWS IAM policies should limit the scope of permissions given High test

This policy is vulnerable to the "lambda:InvokeFunction" privilege escalation vector. Remove permissions or restrict the set of resources they apply to. See more on SonarQube Cloud
statements: [
new PolicyStatement({
actions: ["lambda:InvokeFunction"],
resources: ["*"]

Check failure

Code scanning / SonarCloud

AWS IAM policies should limit the scope of permissions given High test

This policy is vulnerable to the "lambda:InvokeFunction" privilege escalation vector. Remove permissions or restrict the set of resources they apply to. See more on SonarQube Cloud
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
D Security Rating on New Code (required ≥ A)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant