aws / aws-appsync-community

The AWS AppSync community
https://aws.amazon.com/appsync
Apache License 2.0
506 stars 32 forks source link

Query Limiting (Depth & Amount) #297

Open SPopenko opened 1 year ago

SPopenko commented 1 year ago

Hello community, Based on OWASP recommendations it is nice to have depth and amount limitations on queries that could be done over API.

https://cheatsheetseries.owasp.org/cheatsheets/GraphQL_Cheat_Sheet.html#query-limiting-depth-amount

Do we have any instruments to implement such technics with AppSync? If not, how AppSync protects solutions from Denial of Service (DoS) or Denial-of-Wallet (DoW) attacks?

Thank you in advance.