-
Notifications
You must be signed in to change notification settings - Fork 209
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
Map state machines in DISTRIBUTED mode bug #542
Comments
I'm also running into this issue, which has actually been addressed in #536. The above change hasn't been released yet but you can get around it by pinning the plugin against the latest commit in
|
I tried above configuration with |
encountered the same issue as well :( |
This is fixed in the latest release! You can try and leave feedback. |
For a non-distributed map (
If a separate issue needs to be filed, please let me know and I'll do so. Edit: Looks like this is actually a result of this bug that was filed almost 3 years ago |
@cwardcode I tried to reproduce with |
This is a Bug Report
Description
What went wrong?
When using the DISTRIBUTED mode for a Map state the following error is thrown from compileIamRole.js.
What did you expect should have happened?
Serverless file deploys correctly.
What was the config you used?
What stacktrace or error message from your provider did you see?
Additional Data
Solution
There is a very simple solution for this, updating the switch case for Map to use either Iterator or ItemProcessor
The text was updated successfully, but these errors were encountered: