Ultimate access to all questions.
As an AWS Certified Developer Associate, you have launched several AWS Lambda functions that are implemented in Java. A new requirement necessitates that more than 1MB of data needs to be passed to these functions, and this data must be both encrypted before it's passed and decrypted during the function's runtime.
Which of the following methods is most suitable for addressing this use case?