I created SNS topic using the serverless framework,
functions:
employee-claimtypes-max-amount:
handler: employee-claimtypes-max-amount/index.handler
events:
- sns: mClaim
I ran the serverless deploy after adding the SNS topic details to the serverless.yml file.
it created the SNS topic
But when we run the serverless deploy again,
it gives and error saying "An error occurred: SNSTopicEmployeeclaimmaxamountmClaimT - employee-claim-max-amount-mClaimT already exists in stack arn:aws:cloudformation:ap-southeast-1:xxxxxxxxxxx:stack/balanceCalculator-dev/yyyyyyyyyyyy.
Can anybody let me know it is possible to redeploy the application .
If possible how can i achieve it.
Thank You