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
Post a Comment