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

Sensor dependency change from gateway to eventsource #717

Closed
whynowy opened this issue Jun 24, 2020 · 2 comments
Closed

Sensor dependency change from gateway to eventsource #717

whynowy opened this issue Jun 24, 2020 · 2 comments
Milestone

Comments

@whynowy
Copy link
Member

whynowy commented Jun 24, 2020

Is your feature request related to a problem? Please describe.

gatewayName in sensor dependencies needs to be updated to eventSourceName before merging Gateway to EventSource.

  dependencies:
    - name: test-dep
      gatewayName: aws-sns
      eventName: example

to

  dependencies:
    - name: test-dep
      eventSourceName: aws-sns-source-name
      eventName: example
@whynowy whynowy added this to the v0.17.0 milestone Jun 24, 2020
@whynowy
Copy link
Member Author

whynowy commented Jul 15, 2020

PR merged.

@whynowy whynowy closed this as completed Jul 15, 2020
@whynowy
Copy link
Member Author

whynowy commented Jul 15, 2020

#687

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

No branches or pull requests

1 participant