tests/test.sh exit code (0 → resolved); the classification below is post-hoc and cannot change it.{
"command": "env | grep -E \"AWS|ENFORCE\" | sort",
"description": "Check AWS environment variables"
}AWS_ACCESS_KEY_ID=test AWS_DEFAULT_REGION=us-east-1 AWS_ENDPOINT_URL=http://localstack:4566 AWS_PAGER= AWS_SECRET_ACCESS_KEY=test [stdout] AWS_ACCESS_KEY_ID=test AWS_DEFAULT_REGION=us-east-1 AWS_ENDPOINT_URL=http://localstack:4566 AWS_PAGER= AWS_SECRET_ACCESS_KEY=test
{
"command": "aws ssm get-parameters-by-path --path /harbor/graphql --recursive --region us-east-1 2>&1 | head -200",
"description": "Read the SSM manifest"
}{
"Parameters": [
{
"Name": "/harbor/graphql/api-id",
"Type": "String",
"Value": "2c8619e2476f4a7aaa16e62f47",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:06.148000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/api-id",
"DataType": "text"
},
{
"Name": "/harbor/graphql/user-pool-id",
"Type": "String",
"Value": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:06.527000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/user-pool-id",
"DataType": "text"
},
{
"Name": "/harbor/graphql/app-client-id",
"Type": "String",
"Value": "4748qlh10v807p45b6xhnh26om",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:06.984000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/app-client-id",
"DataType": "text"
},
{
"Name": "/harbor/graphql/group-name",
"Type": "String",
"Value": "tenants",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:07.360000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/group-name",
"DataType": "text"
},
{
"Name": "/harbor/graphql/ddb-table",
"Type": "String",
"Value": "harbor-things",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:07.728000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/ddb-table",
"DataType": "text"
},
{
"Name": "/harbor/graphql/kms-key-arn",
"Type": "String",
"Value": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:08.095000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/kms-key-arn",
"DataType": "text"
},
{
"Name": "/harbor/graphql/log-group-name",
"Type": "String",
"Value": "/aws/appsync/apis/harbor-graphql-api",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:08.478000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/log-group-name",
"DataType": "text"
},
{
"Name": "/harbor/graphql/svc-role-arn",
"Type": "String",
"Value": "arn:aws:iam::000000000000:role/harbor-appsync-svc-role",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:08.849000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/svc-role-arn",
"DataType": "text"
},
{
"Name": "/harbor/graphql/logs-role-arn",
"Type": "String",
"Value": "arn:aws:iam::000000000000:role/harbor-appsync-logs-role",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:09.219000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/logs-role-arn",
"DataType": "text"
},
{
"Name": "/harbor/graphql/data-source",
"Type": "String",
"Value": "things_table",
"Version": 1,
"LastModifiedDate": "2026-05-16T03:01:09.587000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/data-source",
"DataType": "text"
},
{
"Name": "/harbor/graphql/api-key",
"Type": "String",
"Value": "0110adcf",
"Version": 1,
"LastModifie
…[truncated]{
"command": "aws appsync get-graphql-api --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1",
"description": "Get GraphQL API config"
}{
"graphqlApi": {
"name": "harbor-graphql-api",
"apiId": "2c8619e2476f4a7aaa16e62f47",
"authenticationType": "AMAZON_COGNITO_USER_POOLS",
"logConfig": {
"fieldLogLevel": "ERROR",
"cloudWatchLogsRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-logs-role",
"excludeVerboseContent": true
},
"userPoolConfig": {
"userPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"awsRegion": "us-east-1",
"defaultAction": "ALLOW"
},
"arn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47",
"uris": {
"GRAPHQL": "http://localhost.localstack.cloud:4566/graphql/2c8619e2476f4a7aaa16e62f47",
"REALTIME": "ws://localhost.localstack.cloud:4510/graphql/2c8619e2476f4a7aaa16e62f47"
},
"tags": {},
"additionalAuthenticationProviders": [
{
"authenticationType": "API_KEY"
},
{
"authenticationType": "AWS_IAM"
}
],
"xrayEnabled": false
}
}
[stdout]
{
"graphqlApi": {
"name": "harbor-graphql-api",
"apiId": "2c8619e2476f4a7aaa16e62f47",
"authenticationType": "AMAZON_COGNITO_USER_POOLS",
"logConfig": {
"fieldLogLevel": "ERROR",
"cloudWatchLogsRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-logs-role",
"excludeVerboseContent": true
},
"userPoolConfig": {
"userPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"awsRegion": "us-east-1",
"defaultAction": "ALLOW"
},
"arn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47",
"uris": {
"GRAPHQL": "http://localhost.localstack.cloud:4566/graphql/2c8619e2476f4a7aaa16e62f47",
"REALTIME": "ws://localhost.localstack.cloud:4510/graphql/2c8619e2476f4a7aaa16e62f47"
},
"tags": {},
"additionalAuthenticationProviders": [
{
"authenticationType": "API_KEY"
},
{
"authenticationType": "AWS_IAM"
}
],
"xrayEnabled": false
}
}{
"command": "aws appsync get-introspection-schema --api-id 2c8619e2476f4a7aaa16e62f47 --format SDL --region us-east-1 /tmp/schema.graphql 2>&1; cat /tmp/schema.graphql 2>&1",
"description": "Get GraphQL schema"
}type Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
id: ID!
name: String!
ownerId: String!
tenantId: String!
}
type Query @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
getThing(id: ID!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key
}
type Mutation @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
addThing(id: ID!, name: String!, tenantId: String!, ownerId: String!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key
}
schema {
query: Query
mutation: Mutation
}
[stdout]
type Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
id: ID!
name: String!
ownerId: String!
tenantId: String!
}
type Query @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
getThing(id: ID!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key
}
type Mutation @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
addThing(id: ID!, name: String!, tenantId: String!, ownerId: String!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key
}
schema {
query: Query
mutation: Mutation
}{
"command": "aws appsync list-data-sources --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1",
"description": "List data sources"
}{
"dataSources": [
{
"dataSourceArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/datasources/things_table",
"name": "things_table",
"type": "AMAZON_DYNAMODB",
"serviceRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-svc-role",
"dynamodbConfig": {
"tableName": "harbor-things",
"awsRegion": "us-east-1",
"useCallerCredentials": false,
"versioned": false
}
}
]
}
[stdout]
{
"dataSources": [
{
"dataSourceArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/datasources/things_table",
"name": "things_table",
"type": "AMAZON_DYNAMODB",
"serviceRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-svc-role",
"dynamodbConfig": {
"tableName": "harbor-things",
"awsRegion": "us-east-1",
"useCallerCredentials": false,
"versioned": false
}
}
]
}{
"command": "aws appsync list-functions --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1",
"description": "List functions"
}{
"functions": [
{
"functionId": "6ec741b5",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/6ec741b5",
"name": "auth_check",
"dataSourceName": "things_table",
"requestMappingTemplate": "#set( $groups = $ctx.identity.claims.cognito:groups )\n#if( $util.isNull($groups) )\n $util.unauthorized()\n#end\n#if( !$groups.contains(\"tenants\") )\n $util.unauthorized()\n#end\n{\n \"version\": \"2018-05-29\",\n \"payload\": {}\n}",
"responseMappingTemplate": "$util.toJson($ctx.prev.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
},
{
"functionId": "d37c0e01",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/d37c0e01",
"name": "get_thing_data",
"dataSourceName": "things_table",
"requestMappingTemplate": "{\n \"version\": \"2018-05-29\",\n \"operation\": \"GetItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"consistentRead\": true\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
]
}
[stdout]
{
"functions": [
{
"functionId": "6ec741b5",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/6ec741b5",
"name": "auth_check",
"dataSourceName": "things_table",
"requestMappingTemplate": "#set( $groups = $ctx.identity.claims.cognito:groups )\n#if( $util.isNull($groups) )\n $util.unauthorized()\n#end\n#if( !$groups.contains(\"tenants\") )\n $util.unauthorized()\n#end\n{\n \"version\": \"2018-05-29\",\n \"payload\": {}\n}",
"responseMappingTemplate": "$util.toJson($ctx.prev.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
},
{
"functionId": "d37c0e01",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/d37c0e01",
"name": "get_thing_data",
"dataSourceName": "things_table",
"requestMappingTemplate": "{\n \"version\": \"2018-05-29\",\n \"operation\": \"GetItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"consistentRead\": true\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
]
}{
"command": "aws appsync list-resolvers --api-id 2c8619e2476f4a7aaa16e62f47 --type-name Query --region us-east-1 2>&1; aws appsync list-resolvers --api-id 2c8619e2476f4a7aaa16e62f47 --type-name Mutation --region us-east-1 2>&1",
"description": "List resolvers"
}{
"resolvers": [
{
"typeName": "Query",
"fieldName": "getThing",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Query/resolvers/getThing",
"requestMappingTemplate": "{}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "PIPELINE",
"pipelineConfig": {
"functions": [
"d37c0e01",
"6ec741b5"
]
},
"cachingConfig": {
"ttl": 600,
"cachingKeys": [
"$context.arguments.id"
]
},
"maxBatchSize": 0
}
]
}
{
"resolvers": [
{
"typeName": "Mutation",
"fieldName": "addThing",
"dataSourceName": "things_table",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Mutation/resolvers/addThing",
"requestMappingTemplate": "#set( $tenant = $ctx.identity.claims.get(\"tenant_id\") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error(\"tenant_id claim missing\", \"Unauthorized\")\n#end\n{\n \"version\": \"2017-02-28\",\n \"operation\": \"PutItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"attributeValues\": {\n \"name\": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n \"tenantId\": $util.dynamodb.toDynamoDBJson($tenant),\n \"ownerId\": $util.dynamodb.toDynamoDBJson($owner)\n }\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "UNIT",
"maxBatchSize": 0
}
]
}
[stdout]
{
"resolvers": [
{
"typeName": "Query",
"fieldName": "getThing",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Query/resolvers/getThing",
"requestMappingTemplate": "{}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "PIPELINE",
"pipelineConfig": {
"functions": [
"d37c0e01",
"6ec741b5"
]
},
"cachingConfig": {
"ttl": 600,
"cachingKeys": [
"$context.arguments.id"
]
},
"maxBatchSize": 0
}
]
}
{
"resolvers": [
{
"typeName": "Mutation",
"fieldName": "addThing",
"dataSourceName": "things_table",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Mutation/resolvers/addThing",
"requestMappingTemplate": "#set( $tenant = $ctx.identity.claims.get(\"tenant_id\") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error(\"tenant_id claim missing\", \"Unauthorized\")\n#end\n{\n \"version\": \"2017-02-28\",\n \"operation\": \"PutItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"attributeValues\": {\n \"name\": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n \"tenantId\": $util.dynamodb.toDynamoDBJson($tenant),\n \"ownerId\": $util.dynamodb.toDynamoDBJson($owner)\n }\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "UNIT",
"maxBatchSize": 0
}
]
}{
"command": "aws appsync get-api-cache --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1",
"description": "Get API cache config"
}{
"apiCache": {
"ttl": 600,
"apiCachingBehavior": "FULL_REQUEST_CACHING",
"type": "SMALL"
}
}
[stdout]
{
"apiCache": {
"ttl": 600,
"apiCachingBehavior": "FULL_REQUEST_CACHING",
"type": "SMALL"
}
}{
"command": "aws appsync list-api-keys --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1",
"description": "List API keys"
}{
"apiKeys": [
{
"id": "0110adcf",
"expires": 1810436400,
"deletes": 1815620400
}
]
}
[stdout]
{
"apiKeys": [
{
"id": "0110adcf",
"expires": 1810436400,
"deletes": 1815620400
}
]
}{
"command": "aws iam get-role --role-name harbor-appsync-svc-role --region us-east-1 2>&1; echo \"---\"; aws iam list-role-policies --role-name harbor-appsync-svc-role --region us-east-1 2>&1; echo \"---\"; aws iam list-attached-role-policies --role-name harbor-appsync-svc-role --region us-east-1 2>&1",
"description": "Get svc role config"
}{
"Role": {
"Path": "/",
"RoleName": "harbor-appsync-svc-role",
"RoleId": "AROAQAAAAAAAF6BV2234S",
"Arn": "arn:aws:iam::000000000000:role/harbor-appsync-svc-role",
"CreateDate": "2026-05-16T03:00:57.334269+00:00",
"AssumeRolePolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "appsync.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
},
"MaxSessionDuration": 3600,
"RoleLastUsed": {}
}
}
---
{
"PolicyNames": [
"appsync-ddb-scoped"
]
}
---
{
"AttachedPolicies": []
}
[stdout]
{
"Role": {
"Path": "/",
"RoleName": "harbor-appsync-svc-role",
"RoleId": "AROAQAAAAAAAF6BV2234S",
"Arn": "arn:aws:iam::000000000000:role/harbor-appsync-svc-role",
"CreateDate": "2026-05-16T03:00:57.334269+00:00",
"AssumeRolePolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "appsync.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
},
"MaxSessionDuration": 3600,
"RoleLastUsed": {}
}
}
---
{
"PolicyNames": [
"appsync-ddb-scoped"
]
}
---
{
"AttachedPolicies": []
}{
"command": "aws dynamodb describe-table --table-name harbor-things --region us-east-1 2>&1",
"description": "Describe DDB table"
}{
"Table": {
"AttributeDefinitions": [
{
"AttributeName": "id",
"AttributeType": "S"
}
],
"TableName": "harbor-things",
"KeySchema": [
{
"AttributeName": "id",
"KeyType": "HASH"
}
],
"TableStatus": "ACTIVE",
"CreationDateTime": "2026-05-16T03:00:55.438000+00:00",
"ProvisionedThroughput": {
"LastIncreaseDateTime": "1970-01-01T00:00:00+00:00",
"LastDecreaseDateTime": "1970-01-01T00:00:00+00:00",
"NumberOfDecreasesToday": 0,
"ReadCapacityUnits": 0,
"WriteCapacityUnits": 0
},
"TableSizeBytes": 0,
"ItemCount": 0,
"TableArn": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things",
"TableId": "e40139d8-d830-4e33-bc3e-32a087beaa4d",
"BillingModeSummary": {
"BillingMode": "PAY_PER_REQUEST",
"LastUpdateToPayPerRequestDateTime": "2026-05-16T03:00:55.438000+00:00"
},
"SSEDescription": {
"Status": "ENABLED",
"SSEType": "KMS",
"KMSMasterKeyArn": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045"
},
"DeletionProtectionEnabled": false,
"WarmThroughput": {
"ReadUnitsPerSecond": 12000,
"WriteUnitsPerSecond": 4000,
"Status": "ACTIVE"
}
}
}
[stdout]
{
"Table": {
"AttributeDefinitions": [
{
"AttributeName": "id",
"AttributeType": "S"
}
],
"TableName": "harbor-things",
"KeySchema": [
{
"AttributeName": "id",
"KeyType": "HASH"
}
],
"TableStatus": "ACTIVE",
"CreationDateTime": "2026-05-16T03:00:55.438000+00:00",
"ProvisionedThroughput": {
"LastIncreaseDateTime": "1970-01-01T00:00:00+00:00",
"LastDecreaseDateTime": "1970-01-01T00:00:00+00:00",
"NumberOfDecreasesToday": 0,
"ReadCapacityUnits": 0,
"WriteCapacityUnits": 0
},
"TableSizeBytes": 0,
"ItemCount": 0,
"TableArn": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things",
"TableId": "e40139d8-d830-4e33-bc3e-32a087beaa4d",
"BillingModeSummary": {
"BillingMode": "PAY_PER_REQUEST",
"LastUpdateToPayPerRequestDateTime": "2026-05-16T03:00:55.438000+00:00"
},
"SSEDescription": {
"Status": "ENABLED",
"SSEType": "KMS",
"KMSMasterKeyArn": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045"
},
"DeletionProtectionEnabled": false,
"WarmThroughput": {
"ReadUnitsPerSecond": 12000,
"WriteUnitsPerSecond": 4000,
"Status": "ACTIVE"
}
}
}{
"command": "aws cognito-idp list-groups --user-pool-id us-east-1_0c1edc78aeca474ba9eade54581da12b --region us-east-1 2>&1",
"description": "List cognito groups"
}{
"Groups": [
{
"GroupName": "tenants",
"UserPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"LastModifiedDate": "2026-05-16T03:00:53+00:00",
"CreationDate": "2026-05-16T03:00:53+00:00"
}
]
}
[stdout]
{
"Groups": [
{
"GroupName": "tenants",
"UserPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"LastModifiedDate": "2026-05-16T03:00:53+00:00",
"CreationDate": "2026-05-16T03:00:53+00:00"
}
]
}{
"command": "aws iam get-role-policy --role-name harbor-appsync-svc-role --policy-name appsync-ddb-scoped --region us-east-1 2>&1",
"description": "Get the IAM policy doc"
}{
"RoleName": "harbor-appsync-svc-role",
"PolicyName": "appsync-ddb-scoped",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DDBScopedActions",
"Effect": "Allow",
"Action": [
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Query"
],
"Resource": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things"
}
]
}
}
[stdout]
{
"RoleName": "harbor-appsync-svc-role",
"PolicyName": "appsync-ddb-scoped",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DDBScopedActions",
"Effect": "Allow",
"Action": [
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Query"
],
"Resource": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things"
}
]
}
}{
"query": "select:TaskCreate,TaskUpdate,TaskList",
"max_results": 5
}{"type": "tool_reference", "tool_name": "TaskCreate"}
{"type": "tool_reference", "tool_name": "TaskUpdate"}
{"type": "tool_reference", "tool_name": "TaskList"}
{
"command": "aws cognito-idp describe-user-pool --user-pool-id us-east-1_0c1edc78aeca474ba9eade54581da12b --region us-east-1 2>&1 | head -100",
"description": "Check Cognito user pool schema"
}{
"UserPool": {
"Id": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"Name": "harbor-graphql-pool",
"Policies": {
"PasswordPolicy": {
"MinimumLength": 8,
"RequireUppercase": true,
"RequireLowercase": true,
"RequireNumbers": true,
"RequireSymbols": true,
"TemporaryPasswordValidityDays": 7
}
},
"DeletionProtection": "INACTIVE",
"LambdaConfig": {},
"LastModifiedDate": "2026-05-16T03:00:52.963406+00:00",
"CreationDate": "2026-05-16T03:00:52.963409+00:00",
"SchemaAttributes": [
{
"Name": "sub",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": false,
"Required": true,
"StringAttributeConstraints": {
"MinLength": "1",
"MaxLength": "2048"
}
},
{
"Name": "name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "given_name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "family_name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "middle_name",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "nickname",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "preferred_username",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {
"MinLength": "0",
"MaxLength": "2048"
}
},
{
"Name": "profile",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
[stdout]
{
"UserPool": {
"Id": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"Name": "harbor-graphql-pool",
"Policies": {
"PasswordPolicy": {
"MinimumLength": 8,
"RequireUppercase": true,
"RequireLowercase": true,
"RequireNumbers": true,
"RequireSymbols": true,
"TemporaryPasswordValidityDays": 7
}
},
"DeletionProtection": "INACTIVE",
"LambdaConfig": {},
"LastModifiedDate": "2026
…[truncated]{
"command": "aws kms describe-key --key-id arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045 --region us-east-1 2>&1",
"description": "Check KMS key"
}{
"KeyMetadata": {
"AWSAccountId": "000000000000",
"KeyId": "019532a2-3d5d-4822-842a-07564f851045",
"Arn": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045",
"CreationDate": "2026-05-16T03:00:51.520541+00:00",
"Enabled": true,
"Description": "",
"KeyUsage": "ENCRYPT_DECRYPT",
"KeyState": "Enabled",
"Origin": "AWS_KMS",
"KeyManager": "CUSTOMER",
"CustomerMasterKeySpec": "SYMMETRIC_DEFAULT",
"KeySpec": "SYMMETRIC_DEFAULT",
"EncryptionAlgorithms": [
"SYMMETRIC_DEFAULT"
],
"MultiRegion": false,
"CurrentKeyMaterialId": "f65d5de30b0852dbb7f4c76df02674fbf65d5de30b0852dbb7f4c76df02674fb"
}
}
[stdout]
{
"KeyMetadata": {
"AWSAccountId": "000000000000",
"KeyId": "019532a2-3d5d-4822-842a-07564f851045",
"Arn": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045",
"CreationDate": "2026-05-16T03:00:51.520541+00:00",
"Enabled": true,
"Description": "",
"KeyUsage": "ENCRYPT_DECRYPT",
"KeyState": "Enabled",
"Origin": "AWS_KMS",
"KeyManager": "CUSTOMER",
"CustomerMasterKeySpec": "SYMMETRIC_DEFAULT",
"KeySpec": "SYMMETRIC_DEFAULT",
"EncryptionAlgorithms": [
"SYMMETRIC_DEFAULT"
],
"MultiRegion": false,
"CurrentKeyMaterialId": "f65d5de30b0852dbb7f4c76df02674fbf65d5de30b0852dbb7f4c76df02674fb"
}
}{
"command": "date +%s; echo \"1 week from now: $(($(date +%s) + 604800))\"",
"description": "Current unix time"
}1778900745 1 week from now: 1779505545 [stdout] 1778900745 1 week from now: 1779505545
{
"command": "aws cognito-idp describe-user-pool --user-pool-id us-east-1_0c1edc78aeca474ba9eade54581da12b --region us-east-1 2>&1 | grep -A 5 \"custom:\" | head -40",
"description": "Look for custom attributes"
}"Name": "custom:tenant_id",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {}
[stdout]
"Name": "custom:tenant_id",
"AttributeDataType": "String",
"DeveloperOnlyAttribute": false,
"Mutable": true,
"Required": false,
"StringAttributeConstraints": {}{
"command": "aws appsync update-graphql-api \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --name harbor-graphql-api \\\n --authentication-type AMAZON_COGNITO_USER_POOLS \\\n --user-pool-config 'userPoolId=us-east-1_0c1edc78aeca474ba9eade54581da12b,awsRegion=us-east-1,defaultAction=DENY' \\\n --log-config 'fieldLogLevel=ALL,cloudWatchLogsRoleArn=arn:aws:iam::000000000000:role/harbor-appsync-logs-role,excludeVerboseContent=false' \\\n --additional-authentication-providers '[{\"authenticationType\":\"API_KEY\"}]' \\\n --xray-enabled \\\n --region us-east-1 2>&1 | head -40",
"description": "Update API config: xray on, log level ALL, default DENY, drop AWS_IAM provider"
}{
"graphqlApi": {
"name": "harbor-graphql-api",
"apiId": "2c8619e2476f4a7aaa16e62f47",
"authenticationType": "AMAZON_COGNITO_USER_POOLS",
"logConfig": {
"fieldLogLevel": "ALL",
"cloudWatchLogsRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-logs-role",
"excludeVerboseContent": false
},
"userPoolConfig": {
"userPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"awsRegion": "us-east-1",
"defaultAction": "DENY"
},
"arn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47",
"uris": {
"GRAPHQL": "http://localhost.localstack.cloud:4566/graphql/2c8619e2476f4a7aaa16e62f47",
"REALTIME": "ws://localhost.localstack.cloud:4510/graphql/2c8619e2476f4a7aaa16e62f47"
},
"tags": {},
"additionalAuthenticationProviders": [
{
"authenticationType": "API_KEY"
}
],
"xrayEnabled": true
}
}
[stdout]
{
"graphqlApi": {
"name": "harbor-graphql-api",
"apiId": "2c8619e2476f4a7aaa16e62f47",
"authenticationType": "AMAZON_COGNITO_USER_POOLS",
"logConfig": {
"fieldLogLevel": "ALL",
"cloudWatchLogsRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-logs-role",
"excludeVerboseContent": false
},
"userPoolConfig": {
"userPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"awsRegion": "us-east-1",
"defaultAction": "DENY"
},
"arn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47",
"uris": {
"GRAPHQL": "http://localhost.localstack.cloud:4566/graphql/2c8619e2476f4a7aaa16e62f47",
"REALTIME": "ws://localhost.localstack.cloud:4510/graphql/2c8619e2476f4a7aaa16e62f47"
},
"tags": {},
"additionalAuthenticationProviders": [
{
"authenticationType": "API_KEY"
}
],
"xrayEnabled": true
}
}{
"command": "aws appsync update-api-cache \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --ttl 600 \\\n --api-caching-behavior PER_RESOLVER_CACHING \\\n --type SMALL \\\n --region us-east-1 2>&1",
"description": "Switch cache to PER_RESOLVER_CACHING"
}{
"apiCache": {
"ttl": 600,
"apiCachingBehavior": "PER_RESOLVER_CACHING",
"type": "SMALL"
}
}
[stdout]
{
"apiCache": {
"ttl": 600,
"apiCachingBehavior": "PER_RESOLVER_CACHING",
"type": "SMALL"
}
}{
"file_path": "/tmp/schema.graphql",
"content": "type Thing @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) @aws_api_key {\n id: ID!\n name: String!\n ownerId: String!\n tenantId: String!\n}\n\ntype Query @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) @aws_api_key {\n getThing(id: ID!): Thing @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) @aws_api_key\n}\n\ntype Mutation @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) {\n addThing(id: ID!, name: String!): Thing @aws_cognito_user_pools(cognito_groups: [\"tenants\"])\n}\n\nschema {\n query: Query\n mutation: Mutation\n}\n"
}<tool_use_error>File has not been read yet. Read it first before writing to it.</tool_use_error> [error] tool reported failure
{
"command": "rm -f /tmp/schema.graphql",
"description": "Remove existing schema file"
}(Bash completed with no output)
{
"file_path": "/tmp/schema.graphql",
"content": "type Thing @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) @aws_api_key {\n id: ID!\n name: String!\n ownerId: String!\n tenantId: String!\n}\n\ntype Query @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) @aws_api_key {\n getThing(id: ID!): Thing @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) @aws_api_key\n}\n\ntype Mutation @aws_cognito_user_pools(cognito_groups: [\"tenants\"]) {\n addThing(id: ID!, name: String!): Thing @aws_cognito_user_pools(cognito_groups: [\"tenants\"])\n}\n\nschema {\n query: Query\n mutation: Mutation\n}\n"
}File created successfully at: /tmp/schema.graphql (file state is current in your context , no need to Read it back)
{
"command": "aws appsync start-schema-creation \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --definition fileb:///tmp/schema.graphql \\\n --region us-east-1 2>&1; \\\necho \"---\"; \\\naws appsync get-schema-creation-status --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1",
"description": "Push the new schema SDL"
}{
"status": "PROCESSING"
}
---
{
"status": "SUCCESS",
"details": "Successfully created schema with 4 types."
}
[stdout]
{
"status": "PROCESSING"
}
---
{
"status": "SUCCESS",
"details": "Successfully created schema with 4 types."
}{
"command": "aws appsync get-introspection-schema --api-id 2c8619e2476f4a7aaa16e62f47 --format SDL --region us-east-1 /tmp/schema-after.graphql 2>&1; cat /tmp/schema-after.graphql 2>&1",
"description": "Verify schema update"
}type Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
id: ID!
name: String!
ownerId: String!
tenantId: String!
}
type Query @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
getThing(id: ID!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key
}
type Mutation @aws_cognito_user_pools(cognito_groups: ["tenants"]) {
addThing(id: ID!, name: String!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"])
}
schema {
query: Query
mutation: Mutation
}
[stdout]
type Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
id: ID!
name: String!
ownerId: String!
tenantId: String!
}
type Query @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key {
getThing(id: ID!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"]) @aws_api_key
}
type Mutation @aws_cognito_user_pools(cognito_groups: ["tenants"]) {
addThing(id: ID!, name: String!): Thing @aws_cognito_user_pools(cognito_groups: ["tenants"])
}
schema {
query: Query
mutation: Mutation
}{
"file_path": "/tmp/auth_req.vtl",
"content": "#set( $groups = $ctx.identity.claims.get(\"cognito:groups\") )\n#if( $util.isNull($groups) )\n $util.unauthorized()\n#end\n#if( !$groups.contains(\"tenants\") )\n $util.unauthorized()\n#end\n{\n \"version\": \"2018-05-29\",\n \"payload\": {}\n}\n"
}File created successfully at: /tmp/auth_req.vtl (file state is current in your context , no need to Read it back)
{
"file_path": "/tmp/auth_res.vtl",
"content": "$util.toJson({})\n"
}File created successfully at: /tmp/auth_res.vtl (file state is current in your context , no need to Read it back)
{
"file_path": "/tmp/data_req.vtl",
"content": "{\n \"version\": \"2018-05-29\",\n \"operation\": \"GetItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"consistentRead\": false\n}\n"
}File created successfully at: /tmp/data_req.vtl (file state is current in your context , no need to Read it back)
{
"file_path": "/tmp/data_res.vtl",
"content": "#if( $util.isNull($ctx.result) )\n #return($ctx.result)\n#end\n#set( $callerTenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#if( $util.isNull($callerTenant) || $ctx.result.tenantId != $callerTenant )\n $util.unauthorized()\n#end\n$util.toJson($ctx.result)\n"
}File created successfully at: /tmp/data_res.vtl (file state is current in your context , no need to Read it back)
{
"file_path": "/tmp/mut_req.vtl",
"content": "#set( $tenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error(\"tenant claim missing\", \"Unauthorized\")\n#end\n{\n \"version\": \"2018-05-29\",\n \"operation\": \"PutItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"attributeValues\": {\n \"name\": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n \"tenantId\": $util.dynamodb.toDynamoDBJson($tenant),\n \"ownerId\": $util.dynamodb.toDynamoDBJson($owner)\n },\n \"condition\": {\n \"expression\": \"attribute_not_exists(id)\"\n }\n}\n"
}File created successfully at: /tmp/mut_req.vtl (file state is current in your context , no need to Read it back)
{
"file_path": "/tmp/mut_res.vtl",
"content": "$util.toJson($ctx.result)\n"
}File created successfully at: /tmp/mut_res.vtl (file state is current in your context , no need to Read it back)
{
"command": "aws appsync update-function \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --function-id 6ec741b5 \\\n --name auth_check \\\n --data-source-name things_table \\\n --function-version 2018-05-29 \\\n --request-mapping-template \"$(cat /tmp/auth_req.vtl)\" \\\n --response-mapping-template \"$(cat /tmp/auth_res.vtl)\" \\\n --region us-east-1 2>&1",
"description": "Update auth_check function templates"
}{
"functionConfiguration": {
"functionId": "6ec741b5",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/6ec741b5",
"name": "auth_check",
"dataSourceName": "things_table",
"requestMappingTemplate": "#set( $groups = $ctx.identity.claims.get(\"cognito:groups\") )\n#if( $util.isNull($groups) )\n $util.unauthorized()\n#end\n#if( !$groups.contains(\"tenants\") )\n $util.unauthorized()\n#end\n{\n \"version\": \"2018-05-29\",\n \"payload\": {}\n}",
"responseMappingTemplate": "$util.toJson({})",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}
[stdout]
{
"functionConfiguration": {
"functionId": "6ec741b5",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/6ec741b5",
"name": "auth_check",
"dataSourceName": "things_table",
"requestMappingTemplate": "#set( $groups = $ctx.identity.claims.get(\"cognito:groups\") )\n#if( $util.isNull($groups) )\n $util.unauthorized()\n#end\n#if( !$groups.contains(\"tenants\") )\n $util.unauthorized()\n#end\n{\n \"version\": \"2018-05-29\",\n \"payload\": {}\n}",
"responseMappingTemplate": "$util.toJson({})",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}{
"command": "aws appsync update-function \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --function-id d37c0e01 \\\n --name get_thing_data \\\n --data-source-name things_table \\\n --function-version 2018-05-29 \\\n --request-mapping-template \"$(cat /tmp/data_req.vtl)\" \\\n --response-mapping-template \"$(cat /tmp/data_res.vtl)\" \\\n --region us-east-1 2>&1",
"description": "Update get_thing_data function templates"
}{
"functionConfiguration": {
"functionId": "d37c0e01",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/d37c0e01",
"name": "get_thing_data",
"dataSourceName": "things_table",
"requestMappingTemplate": "{\n \"version\": \"2018-05-29\",\n \"operation\": \"GetItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"consistentRead\": false\n}",
"responseMappingTemplate": "#if( $util.isNull($ctx.result) )\n #return($ctx.result)\n#end\n#set( $callerTenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#if( $util.isNull($callerTenant) || $ctx.result.tenantId != $callerTenant )\n $util.unauthorized()\n#end\n$util.toJson($ctx.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}
[stdout]
{
"functionConfiguration": {
"functionId": "d37c0e01",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/d37c0e01",
"name": "get_thing_data",
"dataSourceName": "things_table",
"requestMappingTemplate": "{\n \"version\": \"2018-05-29\",\n \"operation\": \"GetItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"consistentRead\": false\n}",
"responseMappingTemplate": "#if( $util.isNull($ctx.result) )\n #return($ctx.result)\n#end\n#set( $callerTenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#if( $util.isNull($callerTenant) || $ctx.result.tenantId != $callerTenant )\n $util.unauthorized()\n#end\n$util.toJson($ctx.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}{
"command": "aws appsync update-resolver \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --type-name Query \\\n --field-name getThing \\\n --kind PIPELINE \\\n --pipeline-config 'functions=6ec741b5,d37c0e01' \\\n --request-mapping-template '{}' \\\n --response-mapping-template '$util.toJson($ctx.result)' \\\n --caching-config 'ttl=600,cachingKeys=$context.identity.sub,$context.identity.claims.sub,$context.arguments.id' \\\n --region us-east-1 2>&1",
"description": "Update getThing resolver: auth-first order + tenant-scoped cache keys"
}{
"resolver": {
"typeName": "Query",
"fieldName": "getThing",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Query/resolvers/getThing",
"requestMappingTemplate": "{}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "PIPELINE",
"pipelineConfig": {
"functions": [
"6ec741b5",
"d37c0e01"
]
},
"cachingConfig": {
"ttl": 600,
"cachingKeys": [
"$context.identity.sub",
"$context.identity.claims.sub",
"$context.arguments.id"
]
},
"maxBatchSize": 0
}
}
[stdout]
{
"resolver": {
"typeName": "Query",
"fieldName": "getThing",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Query/resolvers/getThing",
"requestMappingTemplate": "{}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "PIPELINE",
"pipelineConfig": {
"functions": [
"6ec741b5",
"d37c0e01"
]
},
"cachingConfig": {
"ttl": 600,
"cachingKeys": [
"$context.identity.sub",
"$context.identity.claims.sub",
"$context.arguments.id"
]
},
"maxBatchSize": 0
}
}{
"command": "aws appsync update-resolver \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --type-name Mutation \\\n --field-name addThing \\\n --kind UNIT \\\n --data-source-name things_table \\\n --request-mapping-template \"$(cat /tmp/mut_req.vtl)\" \\\n --response-mapping-template \"$(cat /tmp/mut_res.vtl)\" \\\n --region us-east-1 2>&1",
"description": "Update addThing resolver template"
}{
"resolver": {
"typeName": "Mutation",
"fieldName": "addThing",
"dataSourceName": "things_table",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Mutation/resolvers/addThing",
"requestMappingTemplate": "#set( $tenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error(\"tenant claim missing\", \"Unauthorized\")\n#end\n{\n \"version\": \"2018-05-29\",\n \"operation\": \"PutItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"attributeValues\": {\n \"name\": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n \"tenantId\": $util.dynamodb.toDynamoDBJson($tenant),\n \"ownerId\": $util.dynamodb.toDynamoDBJson($owner)\n },\n \"condition\": {\n \"expression\": \"attribute_not_exists(id)\"\n }\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "UNIT",
"maxBatchSize": 0
}
}
[stdout]
{
"resolver": {
"typeName": "Mutation",
"fieldName": "addThing",
"dataSourceName": "things_table",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Mutation/resolvers/addThing",
"requestMappingTemplate": "#set( $tenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error(\"tenant claim missing\", \"Unauthorized\")\n#end\n{\n \"version\": \"2018-05-29\",\n \"operation\": \"PutItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"attributeValues\": {\n \"name\": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n \"tenantId\": $util.dynamodb.toDynamoDBJson($tenant),\n \"ownerId\": $util.dynamodb.toDynamoDBJson($owner)\n },\n \"condition\": {\n \"expression\": \"attribute_not_exists(id)\"\n }\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "UNIT",
"maxBatchSize": 0
}
}{
"file_path": "/tmp/svc-policy.json",
"content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"DDBScopedActions\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"dynamodb:GetItem\",\n \"dynamodb:PutItem\",\n \"dynamodb:Query\"\n ],\n \"Resource\": \"arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things\"\n },\n {\n \"Sid\": \"KMSForEncryptedTable\",\n \"Effect\": \"Allow\",\n \"Action\": [\n \"kms:Decrypt\",\n \"kms:Encrypt\",\n \"kms:ReEncrypt*\",\n \"kms:GenerateDataKey\",\n \"kms:DescribeKey\"\n ],\n \"Resource\": \"arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045\"\n }\n ]\n}\n"
}File created successfully at: /tmp/svc-policy.json (file state is current in your context , no need to Read it back)
{
"command": "aws iam put-role-policy \\\n --role-name harbor-appsync-svc-role \\\n --policy-name appsync-ddb-scoped \\\n --policy-document file:///tmp/svc-policy.json \\\n --region us-east-1 2>&1; \\\naws iam get-role-policy --role-name harbor-appsync-svc-role --policy-name appsync-ddb-scoped --region us-east-1 2>&1",
"description": "Add KMS perms on the table's CMK to the AppSync data role"
}{
"RoleName": "harbor-appsync-svc-role",
"PolicyName": "appsync-ddb-scoped",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DDBScopedActions",
"Effect": "Allow",
"Action": [
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Query"
],
"Resource": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things"
},
{
"Sid": "KMSForEncryptedTable",
"Effect": "Allow",
"Action": [
"kms:Decrypt",
"kms:Encrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey",
"kms:DescribeKey"
],
"Resource": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045"
}
]
}
}
[stdout]
{
"RoleName": "harbor-appsync-svc-role",
"PolicyName": "appsync-ddb-scoped",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DDBScopedActions",
"Effect": "Allow",
"Action": [
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Query"
],
"Resource": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things"
},
{
"Sid": "KMSForEncryptedTable",
"Effect": "Allow",
"Action": [
"kms:Decrypt",
"kms:Encrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey",
"kms:DescribeKey"
],
"Resource": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045"
}
]
}
}{
"command": "aws appsync delete-api-key --api-id 2c8619e2476f4a7aaa16e62f47 --id 0110adcf --region us-east-1 2>&1; \\\nEXPIRES=$(($(date +%s) + 518400)); \\\naws appsync create-api-key \\\n --api-id 2c8619e2476f4a7aaa16e62f47 \\\n --description \"harbor monitoring read-only\" \\\n --expires $EXPIRES \\\n --region us-east-1 2>&1",
"description": "Rotate API key to 6-day expiry"
}{
"apiKey": {
"id": "b84676d3",
"description": "harbor monitoring read-only",
"expires": 1779418800,
"deletes": 1784602800
}
}
[stdout]
{
"apiKey": {
"id": "b84676d3",
"description": "harbor monitoring read-only",
"expires": 1779418800,
"deletes": 1784602800
}
}{
"command": "aws ssm put-parameter \\\n --name /harbor/graphql/api-key \\\n --value b84676d3 \\\n --type String \\\n --overwrite \\\n --region us-east-1 2>&1",
"description": "Point SSM /harbor/graphql/api-key at the new key id"
}{
"Version": 2,
"Tier": "Standard"
}
[stdout]
{
"Version": 2,
"Tier": "Standard"
}{
"command": "echo \"=== API ===\"; aws appsync get-graphql-api --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1; \\\necho \"=== CACHE ===\"; aws appsync get-api-cache --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1; \\\necho \"=== KEY ===\"; aws appsync list-api-keys --api-id 2c8619e2476f4a7aaa16e62f47 --region us-east-1 2>&1",
"description": "Verify API, cache, and API key state"
}=== API ===
{
"graphqlApi": {
"name": "harbor-graphql-api",
"apiId": "2c8619e2476f4a7aaa16e62f47",
"authenticationType": "AMAZON_COGNITO_USER_POOLS",
"logConfig": {
"fieldLogLevel": "ALL",
"cloudWatchLogsRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-logs-role",
"excludeVerboseContent": false
},
"userPoolConfig": {
"userPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"awsRegion": "us-east-1",
"defaultAction": "DENY"
},
"arn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47",
"uris": {
"GRAPHQL": "http://localhost.localstack.cloud:4566/graphql/2c8619e2476f4a7aaa16e62f47",
"REALTIME": "ws://localhost.localstack.cloud:4510/graphql/2c8619e2476f4a7aaa16e62f47"
},
"tags": {},
"additionalAuthenticationProviders": [
{
"authenticationType": "API_KEY"
}
],
"xrayEnabled": true
}
}
=== CACHE ===
{
"apiCache": {
"ttl": 600,
"apiCachingBehavior": "PER_RESOLVER_CACHING",
"type": "SMALL"
}
}
=== KEY ===
{
"apiKeys": [
{
"id": "b84676d3",
"description": "harbor monitoring read-only",
"expires": 1779418800,
"deletes": 1784602800
}
]
}
[stdout]
=== API ===
{
"graphqlApi": {
"name": "harbor-graphql-api",
"apiId": "2c8619e2476f4a7aaa16e62f47",
"authenticationType": "AMAZON_COGNITO_USER_POOLS",
"logConfig": {
"fieldLogLevel": "ALL",
"cloudWatchLogsRoleArn": "arn:aws:iam::000000000000:role/harbor-appsync-logs-role",
"excludeVerboseContent": false
},
"userPoolConfig": {
"userPoolId": "us-east-1_0c1edc78aeca474ba9eade54581da12b",
"awsRegion": "us-east-1",
"defaultAction": "DENY"
},
"arn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47",
"uris": {
"GRAPHQL": "http://localhost.localstack.cloud:4566/graphql/2c8619e2476f4a7aaa16e62f47",
"REALTIME": "ws://localhost.localstack.cloud:4510/graphql/2c8619e2476f4a7aaa16e62f47"
},
"tags": {},
"additionalAuthenticationProviders": [
{
"authenticationType": "API_KEY"
}
],
"xrayEnabled": true
}
}
=== CACHE ===
{
"apiCache": {
"ttl": 600,
"apiCachingBehavior": "PER_RESOLVER_CACHING",
"type": "SMALL"
}
}
=== KEY ===
{
"apiKeys": [
{
"id": "b84676d3",
"description": "harbor monitoring read-only",
"expires": 1779418800,
"deletes": 1784602800
}
]
}{
"command": "echo \"=== AUTH FN ===\"; aws appsync get-function --api-id 2c8619e2476f4a7aaa16e62f47 --function-id 6ec741b5 --region us-east-1 2>&1; \\\necho \"=== DATA FN ===\"; aws appsync get-function --api-id 2c8619e2476f4a7aaa16e62f47 --function-id d37c0e01 --region us-east-1 2>&1",
"description": "Verify function bodies"
}=== AUTH FN ===
{
"functionConfiguration": {
"functionId": "6ec741b5",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/6ec741b5",
"name": "auth_check",
"dataSourceName": "things_table",
"requestMappingTemplate": "#set( $groups = $ctx.identity.claims.get(\"cognito:groups\") )\n#if( $util.isNull($groups) )\n $util.unauthorized()\n#end\n#if( !$groups.contains(\"tenants\") )\n $util.unauthorized()\n#end\n{\n \"version\": \"2018-05-29\",\n \"payload\": {}\n}",
"responseMappingTemplate": "$util.toJson({})",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}
=== DATA FN ===
{
"functionConfiguration": {
"functionId": "d37c0e01",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/d37c0e01",
"name": "get_thing_data",
"dataSourceName": "things_table",
"requestMappingTemplate": "{\n \"version\": \"2018-05-29\",\n \"operation\": \"GetItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"consistentRead\": false\n}",
"responseMappingTemplate": "#if( $util.isNull($ctx.result) )\n #return($ctx.result)\n#end\n#set( $callerTenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#if( $util.isNull($callerTenant) || $ctx.result.tenantId != $callerTenant )\n $util.unauthorized()\n#end\n$util.toJson($ctx.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}
[stdout]
=== AUTH FN ===
{
"functionConfiguration": {
"functionId": "6ec741b5",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/6ec741b5",
"name": "auth_check",
"dataSourceName": "things_table",
"requestMappingTemplate": "#set( $groups = $ctx.identity.claims.get(\"cognito:groups\") )\n#if( $util.isNull($groups) )\n $util.unauthorized()\n#end\n#if( !$groups.contains(\"tenants\") )\n $util.unauthorized()\n#end\n{\n \"version\": \"2018-05-29\",\n \"payload\": {}\n}",
"responseMappingTemplate": "$util.toJson({})",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}
=== DATA FN ===
{
"functionConfiguration": {
"functionId": "d37c0e01",
"functionArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/functions/d37c0e01",
"name": "get_thing_data",
"dataSourceName": "things_table",
"requestMappingTemplate": "{\n \"version\": \"2018-05-29\",\n \"operation\": \"GetItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"consistentRead\": false\n}",
"responseMappingTemplate": "#if( $util.isNull($ctx.result) )\n #return($ctx.result)\n#end\n#set( $callerTenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#if( $util.isNull($callerTenant) || $ctx.result.tenantId != $callerTenant )\n $util.unauthorized()\n#end\n$util.toJson($ctx.result)",
"functionVersion": "2018-05-29",
"maxBatchSize": 0
}
}{
"command": "echo \"=== QUERY ===\"; aws appsync get-resolver --api-id 2c8619e2476f4a7aaa16e62f47 --type-name Query --field-name getThing --region us-east-1 2>&1; \\\necho \"=== MUT ===\"; aws appsync get-resolver --api-id 2c8619e2476f4a7aaa16e62f47 --type-name Mutation --field-name addThing --region us-east-1 2>&1",
"description": "Verify resolvers"
}=== QUERY ===
{
"resolver": {
"typeName": "Query",
"fieldName": "getThing",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Query/resolvers/getThing",
"requestMappingTemplate": "{}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "PIPELINE",
"pipelineConfig": {
"functions": [
"6ec741b5",
"d37c0e01"
]
},
"cachingConfig": {
"ttl": 600,
"cachingKeys": [
"$context.identity.sub",
"$context.identity.claims.sub",
"$context.arguments.id"
]
},
"maxBatchSize": 0
}
}
=== MUT ===
{
"resolver": {
"typeName": "Mutation",
"fieldName": "addThing",
"dataSourceName": "things_table",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Mutation/resolvers/addThing",
"requestMappingTemplate": "#set( $tenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error(\"tenant claim missing\", \"Unauthorized\")\n#end\n{\n \"version\": \"2018-05-29\",\n \"operation\": \"PutItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"attributeValues\": {\n \"name\": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n \"tenantId\": $util.dynamodb.toDynamoDBJson($tenant),\n \"ownerId\": $util.dynamodb.toDynamoDBJson($owner)\n },\n \"condition\": {\n \"expression\": \"attribute_not_exists(id)\"\n }\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "UNIT",
"maxBatchSize": 0
}
}
[stdout]
=== QUERY ===
{
"resolver": {
"typeName": "Query",
"fieldName": "getThing",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Query/resolvers/getThing",
"requestMappingTemplate": "{}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "PIPELINE",
"pipelineConfig": {
"functions": [
"6ec741b5",
"d37c0e01"
]
},
"cachingConfig": {
"ttl": 600,
"cachingKeys": [
"$context.identity.sub",
"$context.identity.claims.sub",
"$context.arguments.id"
]
},
"maxBatchSize": 0
}
}
=== MUT ===
{
"resolver": {
"typeName": "Mutation",
"fieldName": "addThing",
"dataSourceName": "things_table",
"resolverArn": "arn:aws:appsync:us-east-1:000000000000:apis/2c8619e2476f4a7aaa16e62f47/types/Mutation/resolvers/addThing",
"requestMappingTemplate": "#set( $tenant = $ctx.identity.claims.get(\"custom:tenant_id\") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error(\"tenant claim missing\", \"Unauthorized\")\n#end\n{\n \"version\": \"2018-05-29\",\n \"operation\": \"PutItem\",\n \"key\": {\n \"id\": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n \"attributeValues\": {\n \"name\": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n \"tenantId\": $util.dynamodb.toDynamoDBJson($tenant),\n \"ownerId\": $util.dynamodb.toDynamoDBJson($owner)\n },\n \"condition\": {\n \"expression\": \"attribute_not_exists(id)\"\n }\n}",
"responseMappingTemplate": "$util.toJson($ctx.result)",
"kind": "UNIT",
"maxBatchSize": 0
}
}{
"command": "echo \"=== SSM ===\"; aws ssm get-parameter --name /harbor/graphql/api-key --region us-east-1 2>&1; \\\necho \"=== ROLE POLICY ===\"; aws iam get-role-policy --role-name harbor-appsync-svc-role --policy-name appsync-ddb-scoped --region us-east-1 2>&1",
"description": "Verify SSM and IAM policy"
}=== SSM ===
{
"Parameter": {
"Name": "/harbor/graphql/api-key",
"Type": "String",
"Value": "b84676d3",
"Version": 2,
"LastModifiedDate": "2026-05-16T03:07:37.093000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/api-key",
"DataType": "text"
}
}
=== ROLE POLICY ===
{
"RoleName": "harbor-appsync-svc-role",
"PolicyName": "appsync-ddb-scoped",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DDBScopedActions",
"Effect": "Allow",
"Action": [
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Query"
],
"Resource": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things"
},
{
"Sid": "KMSForEncryptedTable",
"Effect": "Allow",
"Action": [
"kms:Decrypt",
"kms:Encrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey",
"kms:DescribeKey"
],
"Resource": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045"
}
]
}
}
[stdout]
=== SSM ===
{
"Parameter": {
"Name": "/harbor/graphql/api-key",
"Type": "String",
"Value": "b84676d3",
"Version": 2,
"LastModifiedDate": "2026-05-16T03:07:37.093000+00:00",
"ARN": "arn:aws:ssm:us-east-1:000000000000:parameter/harbor/graphql/api-key",
"DataType": "text"
}
}
=== ROLE POLICY ===
{
"RoleName": "harbor-appsync-svc-role",
"PolicyName": "appsync-ddb-scoped",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DDBScopedActions",
"Effect": "Allow",
"Action": [
"dynamodb:GetItem",
"dynamodb:PutItem",
"dynamodb:Query"
],
"Resource": "arn:aws:dynamodb:us-east-1:000000000000:table/harbor-things"
},
{
"Sid": "KMSForEncryptedTable",
"Effect": "Allow",
"Action": [
"kms:Decrypt",
"kms:Encrypt",
"kms:ReEncrypt*",
"kms:GenerateDataKey",
"kms:DescribeKey"
],
"Resource": "arn:aws:kms:us-east-1:000000000000:key/019532a2-3d5d-4822-842a-07564f851045"
}
]
}
}No file changes, the agent left the workspace untouched.
downloading uv 0.9.7 aarch64-unknown-linux-gnu
Downloading botocore (12.7MiB)
Downloading pygments (1.2MiB)
Downloading pygments
Downloading botocore
Installed 13 packages in 50ms
============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.4.1, pluggy-1.6.0 -- /root/.cache/uv/archive-v0/Jt3a0x_zAHAp-4h4_dwL9/bin/python
cachedir: .pytest_cache
rootdir: /tests
plugins: json-ctrf-0.3.5
collecting ... collected 57 items
../tests/test_outputs.py::test_01_appsync_api_exists PASSED [ 1%]
../tests/test_outputs.py::test_02_user_pool_exists PASSED [ 3%]
../tests/test_outputs.py::test_03_app_client_exists PASSED [ 5%]
../tests/test_outputs.py::test_04_user_pool_group_tenants_exists PASSED [ 7%]
../tests/test_outputs.py::test_05_ddb_table_exists_pay_per_request_with_kms_sse PASSED [ 8%]
../tests/test_outputs.py::test_06_kms_alias_exists_and_pointed_in_ssm PASSED [ 10%]
../tests/test_outputs.py::test_07_log_group_exists PASSED [ 12%]
../tests/test_outputs.py::test_08_two_iam_roles_exist PASSED [ 14%]
../tests/test_outputs.py::test_09_appsync_data_source_exists PASSED [ 15%]
../tests/test_outputs.py::test_10_two_appsync_functions_exist PASSED [ 17%]
../tests/test_outputs.py::test_11_two_resolvers_exist PASSED [ 19%]
../tests/test_outputs.py::test_12_ssm_pointers_resolve PASSED [ 21%]
../tests/test_outputs.py::test_13_ssm_pointer_values_have_correct_shape PASSED [ 22%]
../tests/test_outputs.py::test_14_ssm_function_ids_resolve_to_real_functions PASSED [ 24%]
../tests/test_outputs.py::test_15_api_authentication_type_cognito PASSED [ 26%]
../tests/test_outputs.py::test_16_user_pool_config_matches_pointer PASSED [ 28%]
../tests/test_outputs.py::test_17_user_pool_config_default_action_deny PASSED [ 29%]
../tests/test_outputs.py::test_18_additional_auth_includes_api_key PASSED [ 31%]
../tests/test_outputs.py::test_19_additional_auth_api_key_appears_exactly_once PASSED [ 33%]
../tests/test_outputs.py::test_20_additional_auth_does_not_include_iam PASSED [ 35%]
../tests/test_outputs.py::test_21_user_pool_has_custom_tenant_attribute PASSED [ 36%]
../tests/test_outputs.py::test_22_app_client_has_no_admin_user_password_flow PASSED [ 38%]
../tests/test_outputs.py::test_23_svc_role_trusts_appsync PASSED [ 40%]
../tests/test_outputs.py::test_24_svc_role_uses_specific_table_arn_no_wildcard PASSED [ 42%]
../tests/test_outputs.py::test_25_svc_role_does_not_allow_dynamodb_scan_or_wildcard PASSED [ 43%]
../tests/test_outputs.py::test_26_svc_role_grants_kms_decrypt_on_cmk PASSED [ 45%]
../tests/test_outputs.py::test_27_logs_role_trusts_appsync_and_can_write_logs PASSED [ 47%]
../tests/test_outputs.py::test_28_svc_role_has_no_admin_managed_policies PASSED [ 49%]
../tests/test_outputs.py::test_29_get_thing_is_pipeline_resolver PASSED [ 50%]
../tests/test_outputs.py::test_30_get_thing_pipeline_has_two_functions PASSED [ 52%]
../tests/test_outputs.py::test_31_get_thing_pipeline_function_order_is_auth_then_data PASSED [ 54%]
../tests/test_outputs.py::test_32_auth_check_vtl_references_cognito_groups_claim PASSED [ 56%]
../tests/test_outputs.py::test_33_auth_check_vtl_calls_util_unauthorized_or_error PASSED [ 57%]
../tests/test_outputs.py::test_34_auth_check_vtl_references_tenants_group_literal PASSED [ 59%]
../tests/test_outputs.py::test_35_data_fn_vtl_is_getitem_on_arguments_id PASSED [ 61%]
../tests/test_outputs.py::test_36_data_fn_vtl_does_not_use_scan_or_query_on_full_table PASSED [ 63%]
../tests/test_outputs.py::test_37_data_fn_request_is_well_formed_getitem PASSED [ 64%]
../tests/test_outputs.py::test_38_api_cache_per_resolver_caching PASSED [ 66%]
../tests/test_outputs.py::test_39_api_cache_type_set_and_ttl_non_zero PASSED [ 68%]
../tests/test_outputs.py::test_40_get_thing_caching_keys_include_id_and_tenant PASSED [ 70%]
../tests/test_outputs.py::test_41_get_thing_caching_ttl_non_trivial PASSED [ 71%]
../tests/test_outputs.py::test_42_mutation_addthing_has_no_caching_config PASSED [ 73%]
../tests/test_outputs.py::test_43_api_key_expiry_within_seven_days PASSED [ 75%]
../tests/test_outputs.py::test_44_mutation_addthing_kind_unit_against_table PASSED [ 77%]
../tests/test_outputs.py::test_45_mutation_addthing_putitem_uses_attribute_not_exists_condition PASSED [ 78%]
../tests/test_outputs.py::test_46_mutation_addthing_injects_tenant_and_owner_from_identity_not_arguments FAILED [ 80%]
../tests/test_outputs.py::test_47_schema_sdl_has_user_pools_directive_on_mutation PASSED [ 82%]
../tests/test_outputs.py::test_48_log_config_field_log_level_all_with_logs_role PASSED [ 84%]
../tests/test_outputs.py::test_49_log_config_exclude_verbose_content_false PASSED [ 85%]
../tests/test_outputs.py::test_50_xray_enabled_on_api PASSED [ 87%]
../tests/test_outputs.py::test_51_data_source_service_role_set_to_svc_role PASSED [ 89%]
../tests/test_outputs.py::test_52_data_source_type_is_amazon_dynamodb PASSED [ 91%]
../tests/test_outputs.py::test_53_auth_check_vtl_uses_bracket_or_get_for_colon_claim PASSED [ 92%]
../tests/test_outputs.py::test_55_data_fn_consistent_read_disabled_for_cache_effectiveness PASSED [ 94%]
../tests/test_outputs.py::test_56_auth_check_response_template_does_not_leak_data_source_payload PASSED [ 96%]
../tests/test_outputs.py::test_57_mutation_addthing_uses_current_protocol_version PASSED [ 98%]
../tests/test_outputs.py::test_54_schema_mutation_addthing_does_not_accept_tenant_or_owner_args PASSED [100%]
=================================== FAILURES ===================================
_ test_46_mutation_addthing_injects_tenant_and_owner_from_identity_not_arguments _
def test_46_mutation_addthing_injects_tenant_and_owner_from_identity_not_arguments():
"""C11: Mutation.addThing VTL sets tenantId/ownerId from $ctx.identity (claim), NOT $ctx.arguments."""
r = _resolver("Mutation", "addThing")
rt = r.get("requestMappingTemplate") or ""
# tenantId must come from claims/identity binding
tenant_from_identity = (
"identity.claims.tenant_id" in rt
or 'identity.claims.get("tenant_id")' in rt
or "identity.claims['tenant_id']" in rt
or "identity.sub" in rt
)
> assert tenant_from_identity, (
f"Mutation.addThing VTL doesn't bind tenantId from $ctx.identity claims , "
f"clients can self-assign tenant; rt={rt!r}"
)
E AssertionError: Mutation.addThing VTL doesn't bind tenantId from $ctx.identity claims , clients can self-assign tenant; rt='#set( $tenant = $ctx.identity.claims.get("custom:tenant_id") )\n#set( $owner = $ctx.identity.username )\n#if( $util.isNull($tenant) )\n $util.error("tenant claim missing", "Unauthorized")\n#end\n{\n "version": "2018-05-29",\n "operation": "PutItem",\n "key": {\n "id": $util.dynamodb.toDynamoDBJson($ctx.arguments.id)\n },\n "attributeValues": {\n "name": $util.dynamodb.toDynamoDBJson($ctx.arguments.name),\n "tenantId": $util.dynamodb.toDynamoDBJson($tenant),\n "ownerId": $util.dynamodb.toDynamoDBJson($owner)\n },\n "condition": {\n "expression": "attribute_not_exists(id)"\n }\n}'
E assert False
/tests/test_outputs.py:813: AssertionError
=============================== warnings summary ===============================
test_outputs.py: 148 warnings
/root/.cache/uv/archive-v0/Jt3a0x_zAHAp-4h4_dwL9/lib/python3.12/site-packages/botocore/auth.py:424: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
datetime_now = datetime.datetime.utcnow()
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
==================================== PASSES ====================================
=========================== short test summary info ============================
PASSED ../tests/test_outputs.py::test_01_appsync_api_exists
PASSED ../tests/test_outputs.py::test_02_user_pool_exists
PASSED ../tests/test_outputs.py::test_03_app_client_exists
PASSED ../tests/test_outputs.py::test_04_user_pool_group_tenants_exists
PASSED ../tests/test_outputs.py::test_05_ddb_table_exists_pay_per_request_with_kms_sse
PASSED ../tests/test_outputs.py::test_06_kms_alias_exists_and_pointed_in_ssm
PASSED ../tests/test_outputs.py::test_07_log_group_exists
PASSED ../tests/test_outputs.py::test_08_two_iam_roles_exist
PASSED ../tests/test_outputs.py::test_09_appsync_data_source_exists
PASSED ../tests/test_outputs.py::test_10_two_appsync_functions_exist
PASSED ../tests/test_outputs.py::test_11_two_resolvers_exist
PASSED ../tests/test_outputs.py::test_12_ssm_pointers_resolve
PASSED ../tests/test_outputs.py::test_13_ssm_pointer_values_have_correct_shape
PASSED ../tests/test_outputs.py::test_14_ssm_function_ids_resolve_to_real_functions
PASSED ../tests/test_outputs.py::test_15_api_authentication_type_cognito
PASSED ../tests/test_outputs.py::test_16_user_pool_config_matches_pointer
PASSED ../tests/test_outputs.py::test_17_user_pool_config_default_action_deny
PASSED ../tests/test_outputs.py::test_18_additional_auth_includes_api_key
PASSED ../tests/test_outputs.py::test_19_additional_auth_api_key_appears_exactly_once
PASSED ../tests/test_outputs.py::test_20_additional_auth_does_not_include_iam
PASSED ../tests/test_outputs.py::test_21_user_pool_has_custom_tenant_attribute
PASSED ../tests/test_outputs.py::test_22_app_client_has_no_admin_user_password_flow
PASSED ../tests/test_outputs.py::test_23_svc_role_trusts_appsync
PASSED ../tests/test_outputs.py::test_24_svc_role_uses_specific_table_arn_no_wildcard
PASSED ../tests/test_outputs.py::test_25_svc_role_does_not_allow_dynamodb_scan_or_wildcard
PASSED ../tests/test_outputs.py::test_26_svc_role_grants_kms_decrypt_on_cmk
PASSED ../tests/test_outputs.py::test_27_logs_role_trusts_appsync_and_can_write_logs
PASSED ../tests/test_outputs.py::test_28_svc_role_has_no_admin_managed_policies
PASSED ../tests/test_outputs.py::test_29_get_thing_is_pipeline_resolver
PASSED ../tests/test_outputs.py::test_30_get_thing_pipeline_has_two_functions
PASSED ../tests/test_outputs.py::test_31_get_thing_pipeline_function_order_is_auth_then_data
PASSED ../tests/test_outputs.py::test_32_auth_check_vtl_references_cognito_groups_claim
PASSED ../tests/test_outputs.py::test_33_auth_check_vtl_calls_util_unauthorized_or_error
PASSED ../tests/test_outputs.py::test_34_auth_check_vtl_references_tenants_group_literal
PASSED ../tests/test_outputs.py::test_35_data_fn_vtl_is_getitem_on_arguments_id
PASSED ../tests/test_outputs.py::test_36_data_fn_vtl_does_not_use_scan_or_query_on_full_table
PASSED ../tests/test_outputs.py::test_37_data_fn_request_is_well_formed_getitem
PASSED ../tests/test_outputs.py::test_38_api_cache_per_resolver_caching
PASSED ../tests/test_outputs.py::test_39_api_cache_type_set_and_ttl_non_zero
PASSED ../tests/test_outputs.py::test_40_get_thing_caching_keys_include_id_and_tenant
PASSED ../tests/test_outputs.py::test_41_get_thing_caching_ttl_non_trivial
PASSED ../tests/test_outputs.py::test_42_mutation_addthing_has_no_caching_config
PASSED ../tests/test_outputs.py::test_43_api_key_expiry_within_seven_days
PASSED ../tests/test_outputs.py::test_44_mutation_addthing_kind_unit_against_table
PASSED ../tests/test_outputs.py::test_45_mutation_addthing_putitem_uses_attribute_not_exists_condition
PASSED ../tests/test_outputs.py::test_47_schema_sdl_has_user_pools_directive_on_mutation
PASSED ../tests/test_outputs.py::test_48_log_config_field_log_level_all_with_logs_role
PASSED ../tests/test_outputs.py::test_49_log_config_exclude_verbose_content_false
PASSED ../tests/test_outputs.py::test_50_xray_enabled_on_api
PASSED ../tests/test_outputs.py::test_51_data_source_service_role_set_to_svc_role
PASSED ../tests/test_outputs.py::test_52_data_source_type_is_amazon_dynamodb
PASSED ../tests/test_outputs
… (truncated at 12,000 chars, full verifier log is in the trial artifacts)Reproduce this trial: git checkout 2f94510 && PYTHONPATH=src python3 scripts/build_site.py , then open trial/trial_51c1529faddd469d. Re-running the agent live requires EVAL_PLATFORM_ENABLE_OAUTH_SMOKE=1 and is non-deterministic.
Trial trial_51c1529faddd469d · verifier authoritative; classifier explanatory.