serverless-event-gateway-plugin
serverless-event-gateway-plugin copied to clipboard
Plugin interacts w/ config outside of the service (e.g. subscriptions, event types, etc.)
On deploy, the plugin tries to modify Event Types and Subscriptions that I have in another Service.
On dashboard I can see subscriptions that are outside of my current Service.
In this Service, the EG is v1-demo-1.
@ac360 It is true that the dashboard command displays functions and subscriptions from other services. The plugin shouldn't modify them though.
Two follow-up questions:
-
Are you seeing the plugin modify functions and subscriptions from other services?
-
Is it confusing to see functions and subscriptions from other services w/ the
dashboardcommand? Perhaps we could limit that down to the existing service.