-
Notifications
You must be signed in to change notification settings - Fork 131
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
Stream startup and config processing enhancements #94
base: master
Are you sure you want to change the base?
Stream startup and config processing enhancements #94
Conversation
chris-armstrong
commented
Oct 17, 2019
- Wait for stream to become "ACTIVE" before subscribing (helpful with scripts that create a Kinesis stream or use kinesalite)
- Handle different ways of specifying the stream ARN in the event source
I'm just updating to use avajs instead of jest and get rid of the linting issues |
This now has all the linting problems and test framework issues resolved. |
Sorry for the late answer @chris-armstrong, Might be interested to split the PR, and try to make pass kinesis retry on it's one (edit, forgot about #89) Cloudformation resolving should be done globally (on all packages), it has been asked and mentionned in many issues/pr (ex #103, #74...) |
@chris-armstrong retry mecanism is live since #140 and it's fix in #148. so that just leaves the Cloudformation resolving part to be implemented. |