serverless-event-gateway-plugin icon indicating copy to clipboard operation
serverless-event-gateway-plugin copied to clipboard

Event Gateway plugin for Serverless Framework

Results 3 serverless-event-gateway-plugin issues
Sort by recently updated
recently updated
newest added

This issue seems to be introduced in all releases after 0.7.4 -- `sls deploy` seems to toggle CORS configuration after the initial deployment. I am using this plugin with event-gateway...

If I try to deploy two functions with `cors: true`, I get the following error: ```Couldn't configure CORS for path /alexdebrie-auth/. Error: Failed to create CORS configuration due the error:...

bug

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....