Untitled
{ "Version": "2012-10-17", "Statement": [ { "Action": [ "ecr:CreateRepository", "ecr:GetAuthorizationToken", "ecr:BatchCheckLayerAvailability", "ecr:GetDownloadUrlForLayer", "ecr:BatchGetImage", "ecr:InitiateLayerUpload", "ecr:UploadLayerPart", "ecr:CompleteLayerUpload", "ecr:PutImage" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "logs:CreateLogStream", "logs:PutLogEvents" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "s3:*" ], "Resource": [ "arn:aws:s3:::dev-dbos-client-code", "arn:aws:s3:::dev-dbos-client-code/*", "arn:aws:s3:::global-dbos", "arn:aws:s3:::global-dbos/*" ], "Effect": "Allow" }, { "Action": [ "dynamodb:GetItem", "dynamodb:Scan", "dynamodb:Query" ], "Resource": "arn:aws:dynamodb:us-east-1:719227682233:table/dev-dbos-dynamodb-data-origins", "Effect": "Allow" }, { "Action": [ "lambda:CreateFunction", "lambda:AddPermission", "lambda:UpdateFunctionConfiguration", "lambda:TagResource" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "events:DescribeRule", "events:PutRule", "events:PutTargets" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "sts:GetCallerIdentity" ], "Resource": "*", "Effect": "Allow" }, { "Action": [ "iam:PassRole" ], "Resource": "*", "Effect": "Allow" } ] }
Leave a Comment