serverless-aws-alias icon indicating copy to clipboard operation
serverless-aws-alias copied to clipboard

#136 - Fixed issue with eventSourceArn if not a resource reference

Open guillaumevp opened this issue 4 years ago • 1 comments

This makes sure that the event source ARN is a reference to a resource defined in serverless.yml and not just an ARN to an existing resource, which is not defined in serverless.yml. If it is an ARN to an existing resource, it does not modify the EventSourceArn

guillaumevp avatar Dec 27 '19 11:12 guillaumevp

I had test this changes, solves the problem and works fine. Are there plans to merge this?

franciscomemoli avatar Jun 18 '20 20:06 franciscomemoli