mirror of
https://github.com/alexgo-io/peggedassets-server.git
synced 2026-04-30 04:35:17 +08:00
populate secrets from ddb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user