We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f72c3 commit 6274e94Copy full SHA for 6274e94
examples/complete/main.tf
@@ -205,8 +205,9 @@ EOF
205
}
206
207
"Post.id" = {
208
- data_source = "lambda2"
209
- direct_lambda = true
+ data_source = "lambda2"
+ direct_lambda = true
210
+ max_batch_size = 10
211
212
213
"Post.title" = {
main.tf
@@ -203,6 +203,8 @@ resource "aws_appsync_resolver" "this" {
203
ttl = lookup(each.value, "caching_ttl", var.resolver_caching_ttl)
204
+
+ max_batch_size = lookup(each.value, "max_batch_size", null)
# Functions
0 commit comments