Describe the bug
- dynamo-helper query is giving reserved keywords validation exception on passing any reserved keywords in fields of query method.
To Reproduce
Steps to reproduce the behavior:
- Use Query method of dynamo-helper with specific fields (eg: roles)
- Try to query
- Throws ValidationException for querying with reserved keywords.
Expected behavior
Should not throw the exception. Should get the mentioned fields from db, even is is a reserved keyword.
Screenshots
Additional context
Add any other context about the problem here.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should not throw the exception. Should get the mentioned fields from db, even is is a reserved keyword.
Screenshots
Additional context
Add any other context about the problem here.