Skip to content

sfn-glue-terraform: Update AWS Provider to v6#3091

Open
kakakakakku wants to merge 7 commits intoaws-samples:mainfrom
kakakakakku:sfn-glue-terraform
Open

sfn-glue-terraform: Update AWS Provider to v6#3091
kakakakakku wants to merge 7 commits intoaws-samples:mainfrom
kakakakakku:sfn-glue-terraform

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 Provider to v6 and replaced deprecated HCL code.

Check

terraform apply completed successfully and works good.

stepfunctions_graph 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-glue-terraform/README.md
Comment thread sfn-glue-terraform/README.md Outdated
# AWS Step Functions to start a AWS Glue Job Through a CloudWatch event rule

The Terraform template deploys a AWS Step Function, a AWS Glue Job, a Cloudwatch Event Rule, a Amazon S3 bucket and the minimum IAM resources required to run the application.
The Terraform template deploys a AWS Step Functions, a AWS Glue Job, a CloudWatch Event Rule, a Amazon S3 bucket and the minimum IAM resources required to run the application.
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.

🙅‍♂️ Step Function
🙆‍♂️ Step Functions

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can you change AWS Step Functions to AWS Step Functions state machine?

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.

Thank you! I fixed it😀
4f57ff0

Comment thread sfn-glue-terraform/modules/terraform-amazon-s3/main.tf
@ellisms
Copy link
Copy Markdown
Contributor

ellisms commented May 8, 2026

Thanks @kakakakakku. While we have this open, can you add more details about verifying the state machine executions? The current instructions aren't very clear.

@kakakakakku
Copy link
Copy Markdown
Contributor Author

@ellisms
Thanks for your response😀

Originally, the Testing section in the README only says After deployment, go to the cloudwatch logs to check the event details..

In reality, the system works by having EventBridge triggered with rate(10 minutes), which then automatically invokes Step Functions, as shown in the README diagram.

How about adding a Testing section to the README that explains how to verify that the Step Functions workflow executed successfully?

I’ll try to work on this soon. Please stay tuned!

@kakakakakku
Copy link
Copy Markdown
Contributor Author

@ellisms
I've updated the Testing section in the README with detailed instructions for verifying the AWS Step Functions and AWS Glue job executions. I redeployed to my environment and confirmed that the commands work as expected.

Please take a look and let me know if you have any feedback😀

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