It is AWS tutorial: https://aws.amazon.com/ru/serverless/use-sqs-as-an-event-source-for-lambda-tutorial/ The implementation scenario is build on a principle that all data are mandatory encrypted based on the sensitive nature of the application.
My application architecture is: Frontend(443)->AWS Lambda-> SNS -> SQS -> AWS Lambda.
Incoming data from outside into AWS Lambda is encrypted by https protocol. Do I need to use encryption in Lambda->SNS->SQS->Lambda processing?
Is internal network of AWS unsafety?