alexcasalboni/aws-lambda-power-tuning

Add KMS permission(s) that may be optionally needed

Open

#214 ouverte le 20 sept. 2023

Voir sur GitHub
 (11 commentaires) (0 réactions) (1 assigné)JavaScript (325 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 670 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur