{"slug":"iam-aws-dynamodb","cloud":"aws","service":"dynamodb","title":"AWS DynamoDB (IAM)","description":"Amazon DynamoDB is a fully managed NoSQL database service for high-performance applications at any scale.","category":"database","common_permissions":["dynamodb:GetItem","dynamodb:PutItem","dynamodb:DeleteItem","dynamodb:UpdateItem","dynamodb:ListTables","dynamodb:DescribeTable","dynamodb:CreateTable","dynamodb:DeleteTable"],"least_privilege_example":"{\n  \"Version\": \"2012-10-17\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Action\": [\n        \"dynamodb:GetItem\",\n        \"dynamodb:PutItem\",\n        \"dynamodb:DeleteItem\",\n        \"dynamodb:UpdateItem\",\n        \"dynamodb:ListTables\",\n        \"dynamodb:DescribeTable\",\n        \"dynamodb:CreateTable\",\n        \"dynamodb:DeleteTable\"\n      ],\n      \"Resource\": \"*\"\n    }\n  ]\n}","warnings":["Avoid dynamodb:* — grants full control including deletion of tables and backups.","Avoid dynamodb:PutItem without conditions — can overwrite or create items unexpectedly."],"docs":"https://servicereference.us-east-1.amazonaws.com/v1/dynamodb/dynamodb.json","tags":["iam","aws"],"last_verified":"2026-06-14T00:00:00.000Z","next_check":"2026-12-11T00:00:00.000Z","created_at":"2026-06-14T04:48:32.466Z","updated_at":"2026-06-14T04:48:32.466Z"}