Mattlangsenkamp
06/18/2020, 4:58 AM@DynamoDBTable(tableName, PermissionLevel.ReadWrite)
to the object that has the client object is there anything else I need to do on the aws side? ikeep getting a :assumed-role/graphql-post/graphql-post is not authorized to perform: dynamodb:Scan on resource
errorTanVD
06/18/2020, 10:18 AMRead
access includes Scan
. Are you sure that table name is correct? And that you use explicitly annotated object.Mattlangsenkamp
06/18/2020, 4:31 PMTanVD
06/18/2020, 4:35 PMLocationsServiceDynamo
during creation of schema, but inside post
handler you are using only prepared objectMattlangsenkamp
06/18/2020, 7:12 PMTanVD
06/18/2020, 7:12 PM@DynamoDBTable
to GraphQLRequest
Mattlangsenkamp
06/18/2020, 7:12 PMTanVD
06/18/2020, 7:14 PMMattlangsenkamp
06/18/2020, 7:15 PMTanVD
06/18/2020, 7:18 PM