serverless-aws-alias
serverless-aws-alias copied to clipboard
#136 - Fixed issue with eventSourceArn if not a resource reference
trafficstars
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
I had test this changes, solves the problem and works fine. Are there plans to merge this?