Skip to content
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

[WIP]Adds step_function decorator #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

claudiopastorini
Copy link

With this new decorator, it is possible to create a Step Function providing its definition with a name using the state_machine_name optional parameter or the function name. With this new capability, it
is also possible to add also more than one Step Function with different names

With this new decorator, it is possible to create a Step Function providing its definition with a name using the state_machine_name optional parameter or the function name. With this new capability, it
is also possible to add also more than one Step Function with different names
@claudiopastorini
Copy link
Author

See #12

It fixes the problem that causes the not deployment of the tasks specified inside the project. It
was necessary to change the generator of Lambda alias in order to save also the state machine
name. Now the name of Lambda's alias will be
"domovoi-stepfunctions-{sfn_name}-task-{sfn_task_name}".
@kislyuk kislyuk force-pushed the master branch 4 times, most recently from b634d8e to f3a9a45 Compare April 15, 2019 23:37
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.

1 participant