New: [AEA-6256] - StateMachine construct#604
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
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
| statements: [ | ||
| new PolicyStatement({ | ||
| actions: ["lambda:InvokeFunction"], | ||
| resources: ["*"] |
Check failure
Code scanning / SonarCloud
AWS IAM policies should limit the scope of permissions given High test
| statements: [ | ||
| new PolicyStatement({ | ||
| actions: ["lambda:InvokeFunction"], | ||
| resources: ["*"] |
Check failure
Code scanning / SonarCloud
AWS IAM policies should limit the scope of permissions given High test
197af08 to
f701083
Compare
|




Summary
Details
Reusable state machine construct
Note this is stacked on PR 547