Issue: An event source mapping with SQS arn (” arn:aws:sqs:* “) and function (” * “) already exists. Please update or delete the existing mapping with UUID dc07eb6b-b360-4f6c-9e41-1eb1835cc678
My Cloudformation stack is created with above error and its status is ROLLBACK_COMPLETE. After my investigation, I notice that at times what happens is that the mapping will still remain even though the stack is deleted. Easiest way to get around it would be to use AWS CLI and delete the mapping. I delete the event source mapping with UUID…
Read More »