Add support for DynamoDB queries in AppSync mapping templates #5861
Labels
@aws-cdk/aws-appsync
Related to AWS AppSync
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
AppSync L2 constructs are missing some features which currently have to be hand-coded, namely support for DynamoDB queries.
This entails support for the query key conditions, as well as indexes and filters. We can (and should) start with the basics, with is support for key conditions.
Use Case
To avoid hand-coding AppSync resolvers which issue a DynamoDB query.
Proposed Solution
A possible API is:
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: