From 5f90d11025f0d4c1bf92d4987fb5cd5795f2e2b2 Mon Sep 17 00:00:00 2001 From: hayata-yamamoto Date: Wed, 1 Mar 2023 19:32:01 +0900 Subject: [PATCH] docs: Fix heading formatting (#11768) --- docs/providers/aws/events/sqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/events/sqs.md b/docs/providers/aws/events/sqs.md index 896d0cbb5..b56ddbe74 100644 --- a/docs/providers/aws/events/sqs.md +++ b/docs/providers/aws/events/sqs.md @@ -88,7 +88,7 @@ functions: - a: [1, 2] ``` -## Setting the Maximum Concurrency +## Setting the Maximum Concurrency The maximum concurrency setting limits the number of concurrent instances of the function that an Amazon SQS event source can invoke. The minimum limit of concurrent functions that the event source can invoke is `2`, and the maximum is `1000`. To turn off maximum concurrency, leave this field empty.