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
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ sidebar:
tags: ["Base"]
---

import { Tabs, TabItem, FileTree } from '@astrojs/starlight/components';
import { Badge, Tabs, TabItem, FileTree } from '@astrojs/starlight/components';

## Introduction
## Introduction <Badge text="Pro" size="large" />

LocalStack's Persistence mechanism enables the saving and restoration of the entire LocalStack state, including all AWS resources and data, on your local machine.
It functions as a "pause and resume" feature, allowing you to take a snapshot of your LocalStack instance and save this data to disk.
Expand Down