Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions src/content/docs/aws/services/lambda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ import { Table, TableHeader, TableBody, TableHead, TableRow, TableCell } from '@
<TableCell className="text-center">🟒</TableCell>
<TableCell className="text-center">🟒</TableCell>
<TableCell className="text-center">🟒</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell className="text-center">🟠</TableCell>
<TableCell className="text-center">🟠</TableCell>
</TableRow>
<TableRow>
<TableCell className="font-medium">BisectBatchOnFunctionError</TableCell>
Expand All @@ -305,9 +305,9 @@ import { Table, TableHeader, TableBody, TableHead, TableRow, TableCell } from '@
</TableRow>
<TableRow>
<TableCell className="font-medium">ScalingConfig</TableCell>
<TableCell>The scaling configuration for the event source.</TableCell>
<TableCell className="text-center">🟠</TableCell>
<TableCell className="text-center">🟠</TableCell>
<TableCell>The scaling configuration for the event source. [^3]</TableCell>
<TableCell className="text-center">🟑</TableCell>
<TableCell className="text-center">🟑</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell className="text-center">βž–</TableCell>
Expand Down Expand Up @@ -375,9 +375,9 @@ import { Table, TableHeader, TableBody, TableHead, TableRow, TableCell } from '@
</TableRow>
<TableRow>
<TableCell className="font-medium">ProvisionedPollerConfig</TableCell>
<TableCell>Control throughput via min-max limits.</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell>Control throughput via min-max limits. [^4]</TableCell>
<TableCell className="text-center">🟑</TableCell>
<TableCell className="text-center">🟑</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell className="text-center">βž–</TableCell>
<TableCell className="text-center">🟠</TableCell>
Expand Down Expand Up @@ -428,6 +428,8 @@ import { Table, TableHeader, TableBody, TableHead, TableRow, TableCell } from '@

[^1]: Read more at [Control which events Lambda sends to your function](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html)
[^2]: The available Metadata properties may not have full parity with AWS depending on the event source (read more at [Understanding event filtering basics](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-basics)).
[^3]: For SQS Standard, `ScalingConfig` is accepted but not automatically applied β€” the poller count is currently hard-coded rather than scaled based on `MaximumConcurrency`. For SQS FIFO, a single poller is always used to preserve message-group ordering, so the scaling configuration is accepted but has no effect.
[^4]: For SQS Standard, only `MinimumPollers` is honored (it sets the poller count); `MaximumPollers` has no effect. For SQS FIFO, the single-poller model means the configuration is accepted but ignored.

Create a [GitHub Discussion](https://github.com/orgs/localstack/discussions/new/choose) or reach out to [LocalStack Support](/aws/help-support/get-help/) if you experience any challenges.

Expand Down