alexcasalboni/aws-lambda-power-tuning

Add KMS permission(s) that may be optionally needed

オープン

#214 opened on 2023/09/20

 (11 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (325 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,670 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド