java - AWS Lambda execute JAR from S3 which is encrypted using KMS -


we use aws lambda in our project work. lambda function implemented using java. code bundled jar file , uploaded s3. path of jar file in s3 given input when lambda function created. challenge in our project, files uploaded s3 bucket must encrypted using kms security reasons. when jar file taken lambda, not know jar encrypted, , there no option specify kms key decrypt code also. how can handled?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -