Skip to content

sfn-sqs-cdk: Update aws-cdk-lib#3122

Open
kakakakakku wants to merge 2 commits into
aws-samples:mainfrom
kakakakakku:sfn-sqs-cdk
Open

sfn-sqs-cdk: Update aws-cdk-lib#3122
kakakakakku wants to merge 2 commits into
aws-samples:mainfrom
kakakakakku:sfn-sqs-cdk

Conversation

@kakakakakku
Copy link
Copy Markdown
Contributor

Issue #, if available:
N/A

Description of changes:
Hi😀 Thanks for the useful patterns!

To keep this pattern maintainable, I updated the aws-cdk-lib.

Check

cdk deploy completed successfully and works good.

$ aws stepfunctions start-execution  --name "test" --state-machine-arn "arn:aws:states:ap-northeast-1:000000000000:stateMachine:SQSWorkflowStateMachineD7FFB1AA-Zuxb7GWU1X97" --input "{\"message\": {\"hello\" : \"world\" } }"
{
    "executionArn": "arn:aws:states:ap-northeast-1:000000000000:execution:SQSWorkflowStateMachineD7FFB1AA-Zuxb7GWU1X97:test",
    "startDate": "2026-05-26T09:42:16.817000+09:00"
}
image

Thank you😀


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Comment thread sfn-sqs-cdk/README.md


This CDK application deploys a Step Functions workflow, that takes in a payload and sends part of it to an Amazon SQS. In this pattern, the state machine does not wait for a callback from the queue. The application contains the minimum IAM resources required to run the workflow.
This CDK application deploys a AWS Step Functions workflow, that takes in a payload and sends part of it to an Amazon SQS. In this pattern, the state machine does not wait for a callback from the queue. The application contains the minimum IAM resources required to run the workflow.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: Step FunctionsAWS Step Functions

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.

3 participants