diff --git a/src/content/docs/aws/capabilities/state-management/persistence.mdx b/src/content/docs/aws/capabilities/state-management/persistence.mdx index 1bac3f95..64677895 100644 --- a/src/content/docs/aws/capabilities/state-management/persistence.mdx +++ b/src/content/docs/aws/capabilities/state-management/persistence.mdx @@ -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 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.