populate secrets from ddb

This commit is contained in:
0xngmi
2024-01-06 17:49:53 +00:00
parent f40c6c99ee
commit c2518d97fb
3 changed files with 19 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ provider:
- dynamodb:BatchGetItem
Resource:
- "Fn::GetAtt": [DynamoTable, Arn]
- Effect: "Allow"
Action:
- dynamodb:GetItem
Resource:
- "arn:aws:dynamodb:eu-central-1:856461987125:table/secrets"
- Effect: Allow # Lambda logs on cloudwatch
Action:
- logs:CreateLogGroup