-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Added Step Function resources (State Machine & Activity) #11420
Conversation
e7f4b5d
to
0d24ef5
Compare
1e226e1
to
ee1b517
Compare
Hi @Ninir how is this progressing? :) P. |
Hi @stack72! |
👍 |
ed01d7c
to
7fe0c96
Compare
7fe0c96
to
67dd2bc
Compare
Hey @stack72
Creating an issue for this, let's see... |
Hi @Ninir I think we should remove the Import from this to start with and wait for that bug to be fixed - that way we can unblock you and we can follow up with import later Thoughts? Paul |
Hey Paul, Just removed the file. Will investigate the issue. I think you can run tests and go with it :) |
Hey @Ninir the code looks great - there is 1 issue on the tests though
|
Hey @stack72, I'm a bit of annoyed there. I was able to reproduce the issue, however, here is the REST API:
Delete is OK, but describe still shows it... not even consistent there :( |
I think we may have to add a retry until it's gone? |
Sure, will add a retry to 2minutes max (we are talking of a few seconds IMO) :) |
Perfect - eventual consistency FTW ;) |
Hey Paul, Just added the retry. Tests are ok on my side (multiple tries):
And the logs are exposing the eventual consistency, but it is now handled :) |
77f435a
to
92cede0
Compare
92cede0
to
e47b883
Compare
Yay! :) Thanks so much for this
|
* Added Step Function Activity & Step Function State Machine * Added SFN State Machine documentation * Added aws_sfn_activity & documentation * Allowed import of sfn resources * Added more checks on tests, fixed documentation * Handled the update case of a SFN function (might be already deleting) * Removed the State Machine import test file * Fixed the eventual consistency of the read after delete for SFN functions
…1420) * Added Step Function Activity & Step Function State Machine * Added SFN State Machine documentation * Added aws_sfn_activity & documentation * Allowed import of sfn resources * Added more checks on tests, fixed documentation * Handled the update case of a SFN function (might be already deleting) * Removed the State Machine import test file * Fixed the eventual consistency of the read after delete for SFN functions
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Reasoning for this change
This is the second step towards #10652, following #11109.
TODOs
Acceptance tests