We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b01fde commit b6495dbCopy full SHA for b6495db
cdk/service/api_construct.py
@@ -76,7 +76,7 @@ def _build_lambda_role(self, db: dynamodb.TableV2, idempotency_table: dynamodb.T
76
'dynamodb_db': iam.PolicyDocument(
77
statements=[
78
iam.PolicyStatement(
79
- actions=['dynamodb:PutItem', 'dynamodb:GetItem'],
+ actions=['dynamodb:PutItem'],
80
resources=[db.table_arn],
81
effect=iam.Effect.ALLOW,
82
)
0 commit comments