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
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/qldb.md
+52-34Lines changed: 52 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ tags: ["Ultimate"]
5
5
description: Get started with Quantum Ledger Database (QLDB) on LocalStack
6
6
---
7
7
8
-
{{< callout "warning" >}}
8
+
:::danger
9
9
Amazon QLDB will be [retired on 31 July 2025](https://docs.aws.amazon.com/qldb/latest/developerguide/what-is.html).
10
10
It will be removed from LocalStack soon after this date.
11
-
{{< /callout >}}
11
+
:::
12
12
13
13
## Introduction
14
14
@@ -22,7 +22,7 @@ and scalable
22
22
way to maintain a complete and verifiable history of data changes over time.
23
23
24
24
LocalStack allows you to use the QLDB APIs in your local environment to create and manage ledgers.
25
-
The supported APIs are available on the [API coverage page]({{< ref "/references/coverage/coverage_qldb/index.md" >}} "QLDB service coverage page"), which provides information on the extent of QLDB's integration with LocalStack.
25
+
The supported APIs are available on the [API coverage page](), which provides information on the extent of QLDB's integration with LocalStack.
26
26
27
27
## Getting started
28
28
@@ -54,9 +54,11 @@ the [Releases](https://github.com/awslabs/amazon-qldb-shell/releases) section of
54
54
QLDB provides ledger databases, which are centralized, immutable, and cryptographically verifiable
@@ -330,9 +350,7 @@ Now the `delete-ledger` command can be repeated without errors.
330
350
The LocalStack Web Application provides a Resource Browser for managing QLDB ledgers.
331
351
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resources** section, and then clicking on **QLDB** under the **Database** section.
0 commit comments