AWS appsync documentation change
Summary
Removed DynamoDB permissions policy example for batch operations
Security assessment
Deletion of access policy example doesn't indicate security remediation. Likely documentation streamlining.
Diff
diff --git a/appsync/latest/devguide/tutorial-dynamodb-batch-js.md b/appsync/latest/devguide/tutorial-dynamodb-batch-js.md index 27c73338d..ebedd44ae 100644 --- a//appsync/latest/devguide/tutorial-dynamodb-batch-js.md +++ b//appsync/latest/devguide/tutorial-dynamodb-batch-js.md @@ -274,33 +273,0 @@ Your new tables will contain automatically generated roles. There are still a co -JSON - - -**** - - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": [ - "dynamodb:DeleteItem", - "dynamodb:GetItem", - "dynamodb:PutItem", - "dynamodb:Query", - "dynamodb:Scan", - "dynamodb:UpdateItem", - "dynamodb:BatchGetItem", - "dynamodb:BatchWriteItem" - ], - "Resource": [ - "arn:aws:dynamodb:us-east-1:111122223333:table/locationReadings", - "arn:aws:dynamodb:us-east-1:table/locationReadings/*", - "arn:aws:dynamodb:us-east-1:111122223333:table/temperatureReadings", - "arn:aws:dynamodb:us-east-1:table/temperatureReadings/*" - ] - } - ] - } - -