You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/user-guide/aws/lambda/index.md
+48-11Lines changed: 48 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,20 +165,57 @@ The product of 10 and 10 is 100%
165
165
[Lambda event source mappings](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html) allows you to connect Lambda functions to other AWS services.
166
166
The following event sources are supported in LocalStack:
167
167
168
+
-[Simple Queue Service (SQS)](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html)
The table below shows feature coverage for all supported event sources for the latest version of LocalStack.
177
+
178
+
Unlike [API operation coverage](https://docs.localstack.cloud/references/coverage/coverage_lambda/), this table illustrates the **functional and behavioural coverage** of LocalStack's Lambda Event Source Mapping implementation.
179
+
180
+
Where necessary, footnotes are used to provide additional context.
181
+
182
+
{{< callout >}}
183
+
Feature availability and coverage is categorized with the following system:
184
+
- ⭐️ Only Available in LocalStack Pro image
185
+
- 🟢 Fully Implemented
186
+
- 🟡 Partially Implemented
187
+
- 🟠 Not Implemented
188
+
- ➖ Not Applicable (Not Supported by AWS)
189
+
{{</callout >}}
172
190
173
-
The limitations compared to AWS include:
174
-
- Lambda Success Destinations are not supported.
175
-
- Only basic validations are performed upon creating and updating ESM.
176
-
- Streaming Pollers for Kinesis and DynamoDB do not implement the following batching behavior configurations:
[^1]: SQS event-source mappings are limited to sending batches of up to `10` records at a time when invoking Lambda functions.
217
+
[^2]: Read more at [Control which events Lambda sends to your function](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html)
218
+
[^3]: 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)).
182
219
183
220
Create a [GitHub issue](https://github.com/localstack/localstack/issues/new/choose) or reach out to [LocalStack support](https://docs.localstack.cloud/getting-started/help-and-support/) if you experience any challenges.
0 commit comments