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 6ce79b5 commit 1a32462Copy full SHA for 1a32462
CHANGELOG.md
@@ -6,6 +6,10 @@
6
7
- AWS api-change: Rework regions configuration
8
9
+### Changed
10
+
11
+- AWS enhancement: Documentation updates.
12
13
## 2.11.0
14
15
### Added
src/ValueObject/DeadLetterConfig.php
@@ -5,7 +5,7 @@
5
/**
* The dead-letter queue [^1] for failed asynchronous invocations.
*
- * [^1]: https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq
+ * [^1]: https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-dlq
*/
final class DeadLetterConfig
{
0 commit comments