This reviewer's identity has been verified by our review moderation team. They have asked not to show their name, job title, or picture.
AppSync is best service and feature provided by AWS. As this is graphQL, but there is more thing that AWS delivers in AppSync. The subscription feature lets cloud/server connect and send information to users that are connected. Appsync connects you to DynamoDB directly without using Lambda that also reduces billing. Review collected by and hosted on G2.com.
AWS AppSync has a bug that our organization encountered 4 days ago. It may be a bug that requires fixing. As AWS Appsync recently announced custom authorization that allows doing custom implementation using lambda. It also allows selecting specific authorization on priority. But it did not work with custom authorization as done using following steps.
1. Custom authentication
2. API Cognito Pool
3. API key
In GraphQL we have schema e.g
type Query @aws_cognito_user_pools {
getSites: genericResponse
getToken: genericResponse
}
type genericResponse {
statusCode: Int!
body: String!
}
Following query executed with token generated through cognito_pool and uses aws_congito_user_pools authentication and it does not work and throws 401 error. This issue requires to fix. Review collected by and hosted on G2.com.
The reviewer uploaded a screenshot or submitted the review in-app verifying them as current user.
Validated through LinkedIn
This reviewer was offered a nominal gift card as thank you for completing this review.
Invitation from G2. This reviewer was offered a nominal gift card as thank you for completing this review.





