feat(appsync): add Construct for AppSync HTTP DataSource #8007
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.
needs-triage
This issue or PR still needs to be triaged.
I implemented a
Construct
level ofHTTP DataSource
forappsync
.Use Case
Currently
aws-appsync
module provides these:But not these:
Proposed Solution
HTTP data source only takes http endpoint. (just extends
appsync.BaseDataSource
)Other
And I also added some resolver mapping template examples for HTTP data source:
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: