We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79be527 + c1a3dd7 commit 0808e23Copy full SHA for 0808e23
template.yml
@@ -10,7 +10,7 @@ Resources:
10
Runtime: java8
11
CodeUri: target/psipher-0.0.1-SNAPSHOT.jar
12
MemorySize: 1512
13
- Policies: [AWSLambdaBasicExecutionRole, AWSLambdaDynamoDBExecutionRole]
+ Policies: [AWSLambdaBasicExecutionRole, AWSLambdaDynamoDBExecutionRole, AmazonDynamoDBFullAccess]
14
Timeout: 60
15
Events:
16
GetResource:
0 commit comments