alexcasalboni/aws-lambda-power-tuning

Add KMS permission(s) that may be optionally needed

Open

#214 aperta il 20 set 2023

Vedi su GitHub
 (11 commenti) (0 reazioni) (1 assegnatario)JavaScript (325 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (4670 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor