alexcasalboni/aws-lambda-power-tuning

Add KMS permission(s) that may be optionally needed

Open

#214 建立於 2023年9月20日

在 GitHub 查看
 (11 留言) (0 反應) (1 負責人)JavaScript (4,670 star) (325 fork)batch import
enhancementhelp wanted

描述

I had to create an IAM policy with kms:CreateGrant permission for the KMS key I was using with my Lambda functions, and then attach this manually to the solution's Lambda IAM roles.

It would be great to be able to optionally pass the KMS key ARN and add the necessary permission(s) as part of the solution.

貢獻者指南