-
Couldn't load subscription status.
- Fork 4.4k
feat: Add aws-ruby-step-functions example
#632
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 aws-ruby-step-functions example
#632
Conversation
|
Thanks @Pigius 🙌 As discussed, it's temporarily paused until serverless-operations/serverless-step-functions#451 is merged and new version of the plugin is released, due to incompatibility with new variable resolver. |
|
@pgrzesik the package for the step function was updated to the newest version. Everything works seamlessly. Ready to be checked by you 🚀 |
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.
It looks great, thank you @Pigius 🙇 I have only one question about seemingly unrelated change that landed in this PR and we should be good to go 💯
README.md
Outdated
| - [Contributing](#contributing) | ||
| - [Adding example code](#adding-example-code) | ||
| - [Adding a community example](#adding-a-community-example) | ||
| - [Getting Started](#getting-started) |
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.
I'm guessing this should not be a part of this PR, right? :D
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.
@pgrzesik fixed. Not sure what it changed, I've run npm run docs and this happened :/ But fixed anyway :)
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.
Interesting, I'll look into it 💯
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.
Thank you for awesome, as always, contribution @Pigius 🙇
aws-ruby-step-functions example
Big picture behind
Currently, there aren't many examples of using the serverless approach with Ruby for AWS. Ruby is a great and mature language with a great community and lots of gems.
General message
There are not many examples of Step Functions, and some of the existing ones do not use the Step Functions plugin, but have a ready-made schema that you can copy.
Luckily we also now have Workflow Studio for AWS Step Functions, so it's easier to design state machines.
Diagrams could be found here:
Extra points:
slsvariables with this plugin, there are already issues for that.