I am working on serverless architecture using AWS lambda where multiple modules/lambdas communicate via SNS (simple notification service).
Due to compliance requirement that data in transit should be secure and encrypted, do I need to do that manually or SNS natively supports it?