Closed
Description
I am trying to subscribe to an existing SNS topic with the serverless-aws-alias plugin installed. When using an existing SNS topic it doesn't look like the subscription is actually created. I was able to replicate this using serverless 1.25 and serverless-aws-alias 1.5.1.
When navigating to the lambda alias and looking at the SNS trigger a message is shown on the bottom stating
"A subscription for arn on the topic topic name could not be found". The console gives an option to fix or delete.
Under CloudFormation resources I do not see an AWS::SNS::Subscription defined either.
It does work as expected with the alias plugin commented out in serverless.yml