-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add EventBridge and Step Function modules #38
Conversation
@askulkarni2 requested by Michael Gasch (product manager of EventBridge), I added eventbridge and sfn modules and added an example "event driven pipeline" to demo this new feature. I've tested locally. pls review. thanks. |
@askulkarni2 event-drive-pipeline example is removed. only keep the eb and sfn modules. pls review. thx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@season1946 minor comment otherwise lgtm!
examples/complete/main.tf
Outdated
@@ -52,7 +52,7 @@ locals { | |||
################################################################################ | |||
|
|||
module "eks_blueprints" { | |||
source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.12.2" | |||
source = "github.com/aws-ia/terraform-aws-eks-blueprints?ref=v4.18.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest is 4.24.0, can we please change it everywhere in this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. @askulkarni2
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted.
Consult the CONTRIBUTING guide for submitting pull-requests.
Motivation
Test Results
Additional Notes