Support direct resolvers in aws_appsync_resolver resource #14488
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/appsync
Issues and PRs that pertain to the appsync service.
Community Note
Description
AWS now supports direct lambda resolvers in AppSync.
Developers can now send directly the request and build the response in a Lambda function, without the need to write VTL ( Apache Velocity Template Language) templates.
New or Affected Resource(s)
Potential Terraform Configuration
The fields
request_template
andresponse_template
are now optional.Sugested code:
References
AWS blog post:
Change in botocore (change available from 1.17.36):
Change in aws-sdk-go (change available from 1.33.20):
The text was updated successfully, but these errors were encountered: