SQS is a serverless queuing service, so there is no infrastructure to worry about when using it. On the other hand, SNS is also a serverless pub-sub service.
Both services cooperate very well with each other, and can be useful for decoupling and scaling microservices within our service infrastructure.