diff --git a/academy/index.html b/academy/index.html index 816e0dff4b..148e9cc7e6 100644 --- a/academy/index.html +++ b/academy/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/cloud-pods/index.html b/academy/localstack-101/cloud-pods/index.html index 8c4ab1e42e..f3e268fb55 100644 --- a/academy/localstack-101/cloud-pods/index.html +++ b/academy/localstack-101/cloud-pods/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/course-overview/index.html b/academy/localstack-101/course-overview/index.html index 3964911158..e253986b5a 100644 --- a/academy/localstack-101/course-overview/index.html +++ b/academy/localstack-101/course-overview/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/full-project-demo/index.html b/academy/localstack-101/full-project-demo/index.html index 28256bd7ae..f6fa5d316f 100644 --- a/academy/localstack-101/full-project-demo/index.html +++ b/academy/localstack-101/full-project-demo/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/getting-started/index.html b/academy/localstack-101/getting-started/index.html index 2a9557da5a..6d83bd6124 100644 --- a/academy/localstack-101/getting-started/index.html +++ b/academy/localstack-101/getting-started/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/index.html b/academy/localstack-101/index.html index 5516b1fa1b..275db0dbc6 100644 --- a/academy/localstack-101/index.html +++ b/academy/localstack-101/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/web-app-resource-browser/index.html b/academy/localstack-101/web-app-resource-browser/index.html index 66bde1d4e6..5dd99b6a87 100644 --- a/academy/localstack-101/web-app-resource-browser/index.html +++ b/academy/localstack-101/web-app-resource-browser/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/what-is-localstack/index.html b/academy/localstack-101/what-is-localstack/index.html index a3d88dd11a..f3037a0eaf 100644 --- a/academy/localstack-101/what-is-localstack/index.html +++ b/academy/localstack-101/what-is-localstack/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/academy/localstack-101/why-localstack/index.html b/academy/localstack-101/why-localstack/index.html index 984d107705..17decf335f 100644 --- a/academy/localstack-101/why-localstack/index.html +++ b/academy/localstack-101/why-localstack/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/applications/index.html b/applications/index.html index ffc0cc850d..81e7746655 100644 --- a/applications/index.html +++ b/applications/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/applications/temp/index.html b/applications/temp/index.html index fd37a3341b..f8581eb687 100644 --- a/applications/temp/index.html +++ b/applications/temp/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/categories/cli/index.html b/categories/cli/index.html deleted file mode 100644 index 8f43ba2af7..0000000000 --- a/categories/cli/index.html +++ /dev/null @@ -1,7 +0,0 @@ -CLI | Docs - -

    Category: CLI

    All Categories
    - - - \ No newline at end of file diff --git a/categories/cli/index.xml b/categories/cli/index.xml deleted file mode 100644 index 0105f9e2fe..0000000000 --- a/categories/cli/index.xml +++ /dev/null @@ -1,207 +0,0 @@ -Docs – CLI/categories/cli/Recent content in CLI on DocsHugo -- gohugo.ioUser-Guide: Getting started with the Cloud Pods CLI/user-guide/tools/cloud-pods/getting-started/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/getting-started/ -<p>With the LocalStack Cloud Pods command-line interface (CLI), the <code>pod</code> command, you can create cloud pods and manage them from a terminal. The Cloud Pods CLI is ideal in the following situations:</p> -<ul> -<li>Taking a snapshot of your running LocalStack instance.</li> -<li>Sharing your snapshot across teams with LocalStack Team features.</li> -<li>Injecting snapshots into a running instance without a restart.</li> -</ul> -<h2 id="installation">Installation</h2> -<p>LocalStack Cloud Pods CLI is directly available with the LocalStack installation, and no further installation is required to get started. If you are a Pro user, we recommend you to export the <code>LOCALSTACK_API_KEY</code> as an environment variable to allow you to use the full spectrum of LocalStack Cloud Pods feature.</p> -<p>This tutorial is intended for licensed users. The Community users can replicate a similar workflow by leveraging the <code>save</code> and <code>load</code> commands available to them. For more details, look at our <a href="/user-guide/tools/cloud-pods/community/">Community Cloud Pods guide</a>.</p> -<h2 id="basic-example">Basic example</h2> -<p>In this tutorial, you&rsquo;ll learn how to make a basic usage of LocalStack Cloud Pods CLI. This tutorial is intended for Pro users who wish to get more acquainted with Cloud Pods CLI. It assumes you have basic knowledge of:</p> -<ul> -<li>LocalStack</li> -<li><code>awscli</code> commands</li> -<li>Understanding of Cloud Pods workflow</li> -</ul> -<p>By the end of this tutorial, you would be able to create a snapshot of your running LocalStack instance, commit it and would be able to push this to your LocalStack account.</p> -<h3 id="procedure">Procedure</h3> -<p>To get started, start your LocalStack instance with your <code>LOCALSTACK_API_KEY</code> configured as an environment variable:</p> -<ol> -<li> -<p>Use the <code>awslocal</code> CLI to create AWS resources inside your running LocalStack instance.</p> -<p>As an example, we will create a S3 bucket using the <code>awslocal</code> CLI and enter some data inside it:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 mb s3://test -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo &#34;hello world&#34; &gt; /tmp/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 cp /tmp/hello-world s3://test/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/</span></span></code></pre></div> -</li> -<li> -<p>Save your Pod state using the <code>save</code> command by specifying the desired name as the first argument. This command will save the pod and register it to the remote platform. Optionally you can attach a message to the saved Cloud Pod with the <code>--message</code> flag:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --message &#34;&lt;description-message&gt;&#34;</span></span></code></pre></div> -</li> -<li> -<p>Check the list of Cloud Pods available to you and your organization using the <code>list</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod list -</span></span><span style="display:flex;"><span> ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ -</span></span><span style="display:flex;"><span> ┃ local/remote ┃ Name ┃ -</span></span><span style="display:flex;"><span> ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ -</span></span><span style="display:flex;"><span> │ local+remote │ pod-name │ -</span></span><span style="display:flex;"><span> └──────────────┴───────────┘</span></span></code></pre></div> -</li> -<li> -<p>Optional: You can inspect the contents of a Cloud Pod using the <code>inspect</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod inspect --name &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> - 000000000000 -</span></span><span style="display:flex;"><span> - S3 -</span></span><span style="display:flex;"><span> - global -</span></span><span style="display:flex;"><span> - listBuckets -</span></span><span style="display:flex;"><span> - Buckets -</span></span><span style="display:flex;"><span> - 0 -</span></span><span style="display:flex;"><span> - Name = test -</span></span><span style="display:flex;"><span> - CreationDate = 2022-10-04T17:03:47.000Z -</span></span><span style="display:flex;"><span> - Owner -</span></span><span style="display:flex;"><span> - DisplayName = webfile -</span></span><span style="display:flex;"><span> - ID = bcaf1ffd86f41161ca5fb16fd081034f</span></span></code></pre></div> -</li> -<li> -<p>On an alternate machine, start LocalStack with the API key configured, and pull the Cloud Pod we created previously using <code>load</code> command with the Cloud Pod name as the first argument:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Done.</span></span></code></pre></div> -<p>Let&rsquo;s check the S3 buckets in our Cloud Pod: -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/ -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> 2022-10-04 22:33:54 12 hello-world</span></span></code></pre></div> -</p> -</li> -<li> -<p>Optional: You can make the Cloud Pod available to users outside your organization by making it public:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --visibility public</span></span></code></pre></div> -</li> -</ol> -<p>For a more detailed manual, refer to our <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI) guide</a>. To check your Pods on the LocalStack Web user interface, navigate to <a href="https://app.localstack.cloud/pods">Cloud Pods page</a>.</p>User-Guide: Cloud Pods CLI command reference/user-guide/tools/cloud-pods/pods-cli/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/pods-cli/ -<p>This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (<code>pod</code>) commands.</p> -<h2 id="syntax">Syntax</h2> -<p>Use the following syntax to run <code>localstack pod</code> commands from your terminal window:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod [OPTIONS] COMMAND [ARGS]</span></span></code></pre></div> -<p>In the above syntax:</p> -<ul> -<li><code>COMMAND</code> specifies the operation you want to perform with your Cloud Pods (<code>save</code> or <code>load</code>).</li> -<li><code>OPTIONS</code> specifies the optional flags.</li> -<li><code>ARGS</code> specifies the command arguments.</li> -</ul> -<h2 id="commands">Commands</h2> -<p>The following section lists the available commands for the Cloud Pods CLI.</p> -<h3 id="save"><code>save</code></h3> -<p>The <code>save</code> command creates a new version of a Cloud Pod. Pro users can dump the Cloud Pod locally or upload it to the LocalStack platform. To dump the state locally, pass a local file URI as an argument to the <code>save</code> command. For instance, the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file://&lt;path_to_disk&gt;/my-pod</span></span></code></pre></div> -<p>The above command will create a zip file named <code>my-pod</code> to the specified location on the disk. To use the Cloud Pods platform, specify the Cloud Pod&rsquo;s name as an argument, for example:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save my-pod</span></span></code></pre></div> -<p>The above command creates a version of <code>my-pod</code> and registers it to our platform. Pushing already existing pod results in creating a new version and, eventually, uploading it to the platform. Users can also select a subset of AWS services they wish to incorporate in a new Cloud Pod version with the <code>--services</code> option.</p> -<p>Users who want to make a Cloud Pod accessible outside their organization can mark it as <strong>public</strong> with the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod push --name &lt;pod_name&gt; --visibility public</span></span></code></pre></div> -<p>The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the <code>save</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod save <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Save the current state of the LocalStack container in a Cloud Pod. A Cloud Pod can be exported -</span></span><span style="display:flex;"><span> locally or registered within the LocalStack Pod<span style="color:#4e9a06">&#39;s platform (with a Pro license). An optional -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> message can be attached to any Cloud Pod. Furthermore, one could decide to export only a subset -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> of services with the optional --service option. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To export on a local path run the following command: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save file://&lt;path_on_disk&gt;/&lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The output will be a &lt;pod_name&gt; zip file in the specified directory. This Cloud Pod instance can -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> be restored at any point in time with the load command. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To use the LocalStack Pod&#39;</span>s platform, the desired Pod<span style="color:#4e9a06">&#39;s name only will suffice, e,g.: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save &lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> Please be aware that each following save invocation with the same name will result in a new -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> version being created. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06">Options: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -m, --message TEXT Add a comment describing this Cloud Pod&#39;</span>s version -</span></span><span style="display:flex;"><span> -s, --services TEXT Comma-delimited list of services to push in the Cloud Pod <span style="color:#ce5c00;font-weight:bold">(</span>all by default<span style="color:#ce5c00;font-weight:bold">)</span> -</span></span><span style="display:flex;"><span> --visibility TEXT Set the visibility of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span><span style="color:#4e9a06">`</span>public<span style="color:#4e9a06">`</span> or <span style="color:#4e9a06">`</span>private<span style="color:#4e9a06">`</span><span style="color:#ce5c00;font-weight:bold">]</span>. Does not -</span></span><span style="display:flex;"><span> create a new version -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Community users have access to a restricted version of the <code>save</code> command. -In particular, they can simply invoke the <code>save</code> command with a file URI as an argument. -</div> -<h3 id="load"><code>load</code></h3> -<p>The <code>load</code> command is the inverse operation of <code>save</code>. It retrieves the content of a previously stored Cloud Pod from the local file system or the Cloud Pod&rsquo;s platform and injects it into the application runtime.</p> -<p>The <code>load</code> command takes an argument that can either be a URI or a Cloud Pods name. While the first option is available to all users, the second is valid only for licensed ones.</p> -<p>By default, the injecting state updates the application runtime at a service level. Using the merge injection strategy, the state of all services specified in the injecting state is reflected precisely in the application runtime, while all other active services remain unchanged.</p> -<p>The <code>--strategy</code> option can be used to change such default injection behavior. More specifically, the overwrite strategy will ensure the application runtime is an exact instance of the injecting state. The deep-merge strategy will perform a fine-grain merge of the injecting state into the application runtime.</p> -<p>The CLI manual for the <code>load</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod load <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Load a Cloud Pod into the running LocalStack container. Users can import Pods different sources: -</span></span><span style="display:flex;"><span> community users can store and retrieve Pods from <span style="color:#204a87">local</span> storage or any provided HTTP URL<span style="color:#000;font-weight:bold">;</span> -</span></span><span style="display:flex;"><span> licensed users can take advantage of the LocalStack Pod<span style="color:#4e9a06">&#39;s platform to ease the storage, -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> versioning, and retrieval of Pods. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The --source option specifies a URI scheme that point to the Cloud Pod&#39;</span>s resources to import. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> We support the following protocols: -</span></span><span style="display:flex;"><span> localstack pod load file://&lt;path_to_disk&gt; -</span></span><span style="display:flex;"><span> localstack pod load https://&lt;some_url&gt; -</span></span><span style="display:flex;"><span> localstack pod load git://&lt;user&gt;/&lt;repo&gt;/&lt;local_repo_path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> The latter option is merely a shortcut <span style="color:#204a87;font-weight:bold">for</span> --source -</span></span><span style="display:flex;"><span> https://raw.githubusercontent.com/&lt;user&gt;/&lt;repo&gt;/&lt;branch&gt;/&lt;path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Importing via a provided --source is available <span style="color:#204a87;font-weight:bold">for</span> all users. Licensed users can omit this -</span></span><span style="display:flex;"><span> option and simply provide a name <span style="color:#204a87;font-weight:bold">for</span> their Cloud Pods. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -s, --strategy TEXT Inject strategy <span style="color:#ce5c00;font-weight:bold">(</span>merge, overwrite, deep-merge<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Similar to the <code>save</code> command, the usage of the Cloud Pod&rsquo;s platform is restricted to licensed users. Community users can load a Cloud Pod from a local URI file, URL, or public GitHub repository. However, they have no access to Cloud Pods versioning. -</div> -<h3 id="delete"><code>delete</code></h3> -<p>The <code>delete</code> command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the <code>delete</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod delete <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Delete a Cloud Pod register on the remove LocalStack Pod<span style="color:#4e9a06">&#39;s platform. This command will cancel -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> all the versions of a created Pod and won&#39;</span>t be reversible. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="inspect"><code>inspect</code></h3> -<p>The <code>inspect</code> command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the <code>inspect</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod inspect <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Inspect the contents of a Cloud Pod -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -f, --format TEXT Format <span style="color:#ce5c00;font-weight:bold">(</span>curses, rich, json<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="list">list</h3> -<p>The <code>list</code> command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. If the <code>--public option is passed to the commands, it shows only the Cloud Pods marked as public and are, therefore, available to all licensed users. The CLI manual for the </code>list` command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod list <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List all the Cloud Pods available <span style="color:#204a87;font-weight:bold">for</span> a single user, or <span style="color:#204a87;font-weight:bold">for</span> an entire organization, <span style="color:#204a87;font-weight:bold">if</span> the user -</span></span><span style="display:flex;"><span> is part of one. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> With the --public flag, it lists the all the available public Cloud Pods. A public Cloud Pod is -</span></span><span style="display:flex;"><span> available across the boundary of a user ond/or organization. In other words, any public Cloud -</span></span><span style="display:flex;"><span> Pod can be injected by any other user holding a LocalStack Pro <span style="color:#ce5c00;font-weight:bold">(</span>or above<span style="color:#ce5c00;font-weight:bold">)</span> license. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -p, --public List all the available public Cloud Pods -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="versions">versions</h3> -<p>The <code>versions</code> command simply lists all the available versions of a Cloud Pod. The CLI manual for the <code>version</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod versions <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List the versions available <span style="color:#204a87;font-weight:bold">for</span> a Cloud Pod. Each invocation of the save <span style="color:#204a87">command</span> is going to -</span></span><span style="display:flex;"><span> create a new version <span style="color:#204a87;font-weight:bold">for</span> a named Cloud Pod, is a Pod with such name already does exist in the -</span></span><span style="display:flex;"><span> LocalStack Pods platform. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> \ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 870ec28f28..e7ef2c9f5a 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,7 +1,7 @@ Categories | Docs
    +| docs
    \ No newline at end of file diff --git a/categories/localstack-pro/index.html b/categories/localstack-pro/index.html index 738153d50d..232e8f2753 100644 --- a/categories/localstack-pro/index.html +++ b/categories/localstack-pro/index.html @@ -1,7 +1,7 @@ LocalStack Pro | Docs

    Category: LocalStack Pro

    All Categories
    +| docs

    Category: LocalStack Pro

    All Categories
    \ No newline at end of file diff --git a/categories/localstack-pro/index.xml b/categories/localstack-pro/index.xml index 68ff0b046c..90878c822f 100644 --- a/categories/localstack-pro/index.xml +++ b/categories/localstack-pro/index.xml @@ -1,77 +1,4 @@ -Docs – LocalStack Pro/categories/localstack-pro/Recent content in LocalStack Pro on DocsHugo -- gohugo.ioSat, 11 Feb 2023 00:00:00 +0000User-Guide: Getting started with the Cloud Pods CLI/user-guide/tools/cloud-pods/getting-started/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/getting-started/ -<p>With the LocalStack Cloud Pods command-line interface (CLI), the <code>pod</code> command, you can create cloud pods and manage them from a terminal. The Cloud Pods CLI is ideal in the following situations:</p> -<ul> -<li>Taking a snapshot of your running LocalStack instance.</li> -<li>Sharing your snapshot across teams with LocalStack Team features.</li> -<li>Injecting snapshots into a running instance without a restart.</li> -</ul> -<h2 id="installation">Installation</h2> -<p>LocalStack Cloud Pods CLI is directly available with the LocalStack installation, and no further installation is required to get started. If you are a Pro user, we recommend you to export the <code>LOCALSTACK_API_KEY</code> as an environment variable to allow you to use the full spectrum of LocalStack Cloud Pods feature.</p> -<p>This tutorial is intended for licensed users. The Community users can replicate a similar workflow by leveraging the <code>save</code> and <code>load</code> commands available to them. For more details, look at our <a href="/user-guide/tools/cloud-pods/community/">Community Cloud Pods guide</a>.</p> -<h2 id="basic-example">Basic example</h2> -<p>In this tutorial, you&rsquo;ll learn how to make a basic usage of LocalStack Cloud Pods CLI. This tutorial is intended for Pro users who wish to get more acquainted with Cloud Pods CLI. It assumes you have basic knowledge of:</p> -<ul> -<li>LocalStack</li> -<li><code>awscli</code> commands</li> -<li>Understanding of Cloud Pods workflow</li> -</ul> -<p>By the end of this tutorial, you would be able to create a snapshot of your running LocalStack instance, commit it and would be able to push this to your LocalStack account.</p> -<h3 id="procedure">Procedure</h3> -<p>To get started, start your LocalStack instance with your <code>LOCALSTACK_API_KEY</code> configured as an environment variable:</p> -<ol> -<li> -<p>Use the <code>awslocal</code> CLI to create AWS resources inside your running LocalStack instance.</p> -<p>As an example, we will create a S3 bucket using the <code>awslocal</code> CLI and enter some data inside it:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 mb s3://test -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo &#34;hello world&#34; &gt; /tmp/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 cp /tmp/hello-world s3://test/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/</span></span></code></pre></div> -</li> -<li> -<p>Save your Pod state using the <code>save</code> command by specifying the desired name as the first argument. This command will save the pod and register it to the remote platform. Optionally you can attach a message to the saved Cloud Pod with the <code>--message</code> flag:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --message &#34;&lt;description-message&gt;&#34;</span></span></code></pre></div> -</li> -<li> -<p>Check the list of Cloud Pods available to you and your organization using the <code>list</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod list -</span></span><span style="display:flex;"><span> ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ -</span></span><span style="display:flex;"><span> ┃ local/remote ┃ Name ┃ -</span></span><span style="display:flex;"><span> ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ -</span></span><span style="display:flex;"><span> │ local+remote │ pod-name │ -</span></span><span style="display:flex;"><span> └──────────────┴───────────┘</span></span></code></pre></div> -</li> -<li> -<p>Optional: You can inspect the contents of a Cloud Pod using the <code>inspect</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod inspect --name &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> - 000000000000 -</span></span><span style="display:flex;"><span> - S3 -</span></span><span style="display:flex;"><span> - global -</span></span><span style="display:flex;"><span> - listBuckets -</span></span><span style="display:flex;"><span> - Buckets -</span></span><span style="display:flex;"><span> - 0 -</span></span><span style="display:flex;"><span> - Name = test -</span></span><span style="display:flex;"><span> - CreationDate = 2022-10-04T17:03:47.000Z -</span></span><span style="display:flex;"><span> - Owner -</span></span><span style="display:flex;"><span> - DisplayName = webfile -</span></span><span style="display:flex;"><span> - ID = bcaf1ffd86f41161ca5fb16fd081034f</span></span></code></pre></div> -</li> -<li> -<p>On an alternate machine, start LocalStack with the API key configured, and pull the Cloud Pod we created previously using <code>load</code> command with the Cloud Pod name as the first argument:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Done.</span></span></code></pre></div> -<p>Let&rsquo;s check the S3 buckets in our Cloud Pod: -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/ -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> 2022-10-04 22:33:54 12 hello-world</span></span></code></pre></div> -</p> -</li> -<li> -<p>Optional: You can make the Cloud Pod available to users outside your organization by making it public:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --visibility public</span></span></code></pre></div> -</li> -</ol> -<p>For a more detailed manual, refer to our <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI) guide</a>. To check your Pods on the LocalStack Web user interface, navigate to <a href="https://app.localstack.cloud/pods">Cloud Pods page</a>.</p>User-Guide: Testcontainers/user-guide/integrations/testcontainers/Sat, 11 Feb 2023 00:00:00 +0000/user-guide/integrations/testcontainers/ +Docs – LocalStack Pro/categories/localstack-pro/Recent content in LocalStack Pro on DocsHugo -- gohugo.ioSat, 11 Feb 2023 00:00:00 +0000User-Guide: Testcontainers/user-guide/integrations/testcontainers/Sat, 11 Feb 2023 00:00:00 +0000/user-guide/integrations/testcontainers/ <img src="testcontainers-logo.svg" width="600px" alt="Testcontainers logo"> <h2 id="overview">Overview</h2> <p><a href="https://www.testcontainers.com/">Testcontainers</a> is a library that helps you to run your @@ -1883,140 +1810,7 @@ id="tabs-10-01" role="tabpanel" aria-labelled-by="tabs-10-01-tab"> <ul> <li><a href="https://github.com/localstack/localstack-pro-samples/tree/master/lambda-mounting-and-debugging">Lambda Code Mounting and Debugging (Python)</a></li> <li><a href="https://github.com/localstack/localstack-pro-samples/tree/master/sample-archive/spring-cloud-function-microservice">Spring Cloud Function on LocalStack (Kotlin JVM)</a></li> -</ul>User-Guide: Cloud Pods CLI command reference/user-guide/tools/cloud-pods/pods-cli/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/pods-cli/ -<p>This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (<code>pod</code>) commands.</p> -<h2 id="syntax">Syntax</h2> -<p>Use the following syntax to run <code>localstack pod</code> commands from your terminal window:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod [OPTIONS] COMMAND [ARGS]</span></span></code></pre></div> -<p>In the above syntax:</p> -<ul> -<li><code>COMMAND</code> specifies the operation you want to perform with your Cloud Pods (<code>save</code> or <code>load</code>).</li> -<li><code>OPTIONS</code> specifies the optional flags.</li> -<li><code>ARGS</code> specifies the command arguments.</li> -</ul> -<h2 id="commands">Commands</h2> -<p>The following section lists the available commands for the Cloud Pods CLI.</p> -<h3 id="save"><code>save</code></h3> -<p>The <code>save</code> command creates a new version of a Cloud Pod. Pro users can dump the Cloud Pod locally or upload it to the LocalStack platform. To dump the state locally, pass a local file URI as an argument to the <code>save</code> command. For instance, the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file://&lt;path_to_disk&gt;/my-pod</span></span></code></pre></div> -<p>The above command will create a zip file named <code>my-pod</code> to the specified location on the disk. To use the Cloud Pods platform, specify the Cloud Pod&rsquo;s name as an argument, for example:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save my-pod</span></span></code></pre></div> -<p>The above command creates a version of <code>my-pod</code> and registers it to our platform. Pushing already existing pod results in creating a new version and, eventually, uploading it to the platform. Users can also select a subset of AWS services they wish to incorporate in a new Cloud Pod version with the <code>--services</code> option.</p> -<p>Users who want to make a Cloud Pod accessible outside their organization can mark it as <strong>public</strong> with the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod push --name &lt;pod_name&gt; --visibility public</span></span></code></pre></div> -<p>The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the <code>save</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod save <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Save the current state of the LocalStack container in a Cloud Pod. A Cloud Pod can be exported -</span></span><span style="display:flex;"><span> locally or registered within the LocalStack Pod<span style="color:#4e9a06">&#39;s platform (with a Pro license). An optional -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> message can be attached to any Cloud Pod. Furthermore, one could decide to export only a subset -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> of services with the optional --service option. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To export on a local path run the following command: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save file://&lt;path_on_disk&gt;/&lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The output will be a &lt;pod_name&gt; zip file in the specified directory. This Cloud Pod instance can -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> be restored at any point in time with the load command. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To use the LocalStack Pod&#39;</span>s platform, the desired Pod<span style="color:#4e9a06">&#39;s name only will suffice, e,g.: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save &lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> Please be aware that each following save invocation with the same name will result in a new -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> version being created. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06">Options: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -m, --message TEXT Add a comment describing this Cloud Pod&#39;</span>s version -</span></span><span style="display:flex;"><span> -s, --services TEXT Comma-delimited list of services to push in the Cloud Pod <span style="color:#ce5c00;font-weight:bold">(</span>all by default<span style="color:#ce5c00;font-weight:bold">)</span> -</span></span><span style="display:flex;"><span> --visibility TEXT Set the visibility of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span><span style="color:#4e9a06">`</span>public<span style="color:#4e9a06">`</span> or <span style="color:#4e9a06">`</span>private<span style="color:#4e9a06">`</span><span style="color:#ce5c00;font-weight:bold">]</span>. Does not -</span></span><span style="display:flex;"><span> create a new version -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Community users have access to a restricted version of the <code>save</code> command. -In particular, they can simply invoke the <code>save</code> command with a file URI as an argument. -</div> -<h3 id="load"><code>load</code></h3> -<p>The <code>load</code> command is the inverse operation of <code>save</code>. It retrieves the content of a previously stored Cloud Pod from the local file system or the Cloud Pod&rsquo;s platform and injects it into the application runtime.</p> -<p>The <code>load</code> command takes an argument that can either be a URI or a Cloud Pods name. While the first option is available to all users, the second is valid only for licensed ones.</p> -<p>By default, the injecting state updates the application runtime at a service level. Using the merge injection strategy, the state of all services specified in the injecting state is reflected precisely in the application runtime, while all other active services remain unchanged.</p> -<p>The <code>--strategy</code> option can be used to change such default injection behavior. More specifically, the overwrite strategy will ensure the application runtime is an exact instance of the injecting state. The deep-merge strategy will perform a fine-grain merge of the injecting state into the application runtime.</p> -<p>The CLI manual for the <code>load</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod load <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Load a Cloud Pod into the running LocalStack container. Users can import Pods different sources: -</span></span><span style="display:flex;"><span> community users can store and retrieve Pods from <span style="color:#204a87">local</span> storage or any provided HTTP URL<span style="color:#000;font-weight:bold">;</span> -</span></span><span style="display:flex;"><span> licensed users can take advantage of the LocalStack Pod<span style="color:#4e9a06">&#39;s platform to ease the storage, -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> versioning, and retrieval of Pods. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The --source option specifies a URI scheme that point to the Cloud Pod&#39;</span>s resources to import. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> We support the following protocols: -</span></span><span style="display:flex;"><span> localstack pod load file://&lt;path_to_disk&gt; -</span></span><span style="display:flex;"><span> localstack pod load https://&lt;some_url&gt; -</span></span><span style="display:flex;"><span> localstack pod load git://&lt;user&gt;/&lt;repo&gt;/&lt;local_repo_path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> The latter option is merely a shortcut <span style="color:#204a87;font-weight:bold">for</span> --source -</span></span><span style="display:flex;"><span> https://raw.githubusercontent.com/&lt;user&gt;/&lt;repo&gt;/&lt;branch&gt;/&lt;path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Importing via a provided --source is available <span style="color:#204a87;font-weight:bold">for</span> all users. Licensed users can omit this -</span></span><span style="display:flex;"><span> option and simply provide a name <span style="color:#204a87;font-weight:bold">for</span> their Cloud Pods. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -s, --strategy TEXT Inject strategy <span style="color:#ce5c00;font-weight:bold">(</span>merge, overwrite, deep-merge<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Similar to the <code>save</code> command, the usage of the Cloud Pod&rsquo;s platform is restricted to licensed users. Community users can load a Cloud Pod from a local URI file, URL, or public GitHub repository. However, they have no access to Cloud Pods versioning. -</div> -<h3 id="delete"><code>delete</code></h3> -<p>The <code>delete</code> command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the <code>delete</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod delete <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Delete a Cloud Pod register on the remove LocalStack Pod<span style="color:#4e9a06">&#39;s platform. This command will cancel -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> all the versions of a created Pod and won&#39;</span>t be reversible. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="inspect"><code>inspect</code></h3> -<p>The <code>inspect</code> command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the <code>inspect</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod inspect <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Inspect the contents of a Cloud Pod -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -f, --format TEXT Format <span style="color:#ce5c00;font-weight:bold">(</span>curses, rich, json<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="list">list</h3> -<p>The <code>list</code> command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. If the <code>--public option is passed to the commands, it shows only the Cloud Pods marked as public and are, therefore, available to all licensed users. The CLI manual for the </code>list` command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod list <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List all the Cloud Pods available <span style="color:#204a87;font-weight:bold">for</span> a single user, or <span style="color:#204a87;font-weight:bold">for</span> an entire organization, <span style="color:#204a87;font-weight:bold">if</span> the user -</span></span><span style="display:flex;"><span> is part of one. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> With the --public flag, it lists the all the available public Cloud Pods. A public Cloud Pod is -</span></span><span style="display:flex;"><span> available across the boundary of a user ond/or organization. In other words, any public Cloud -</span></span><span style="display:flex;"><span> Pod can be injected by any other user holding a LocalStack Pro <span style="color:#ce5c00;font-weight:bold">(</span>or above<span style="color:#ce5c00;font-weight:bold">)</span> license. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -p, --public List all the available public Cloud Pods -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="versions">versions</h3> -<p>The <code>versions</code> command simply lists all the available versions of a Cloud Pod. The CLI manual for the <code>version</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod versions <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List the versions available <span style="color:#204a87;font-weight:bold">for</span> a Cloud Pod. Each invocation of the save <span style="color:#204a87">command</span> is going to -</span></span><span style="display:flex;"><span> create a new version <span style="color:#204a87;font-weight:bold">for</span> a named Cloud Pod, is a Pod with such name already does exist in the -</span></span><span style="display:flex;"><span> LocalStack Pods platform. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div>User-Guide: LocalStack Testing Tools/user-guide/tools/testing-tools/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/testing-tools/ +</ul>User-Guide: LocalStack Testing Tools/user-guide/tools/testing-tools/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/testing-tools/ <h2 id="covered-topics">Covered Topics</h2> <ul> <li><a href="#jvm-testing-utils">JVM Testing Utils</a></li> @@ -2721,60 +2515,7 @@ After clicking **Sign In** in this form, we can see that the browser makes a req <br> This sample demonstrates how we can take an existing Web application, without any modification, and make it talk to the LocalStack APIs directly from the browser via the LocalSurf plugin. <h2 id="note">Note</h2> -<p>Use this extension at your own risk - it is provided on an as-is basis, <strong>without</strong> warranties or conditions of <strong>any</strong> kind. In particular, it is your obligation to ensure that the use of this extension is compliant with the user license agreement and the terms &amp; conditions of Amazon Web Services (AWS) and their services.</p>User-Guide: Cloud Pods/user-guide/tools/cloud-pods/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/ -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Please note that cloud pods may not be compatible across different versions of LocalStack. -We are actively working on addressing this limitation in the upcoming releases. -</div> -<p>Cloud Pods are a mechanism that allows you to take a snapshot of the state in your current LocalStack instance, persist it to a storage backend, and easily share it with your team members.</p> -<p><img src="pods-persistence.png" alt="Persistence versus Cloud Pods"></p> -<div class="alert alert-success" role="alert"> -<h4 class="alert-heading">Hint</h4> -To quickly see cloud pods in action, we prepared a small sample application that uses cloud pods to inject its state into a running LocalStack container. <a href="https://app.localstack.cloud/quickstart/demo4">Cloud Pod Thumbnail Sample App</a> -</div> -<p>While the <a href="/references/persistence-mechanism/">Persistence</a> feature ensures that the service state survives container restarts, Cloud Pods go beyond and allow more fine-grained control over your state.</p> -<p>Instead of simply restoring a state when restarting LocalStack, Cloud Pods allow you to take snapshots of your local instance (with the <code>save</code> command) and inject such snapshots into a running instance (with the <code>load</code> command) without requiring a restart.</p> -<p>In addition, we provide a remote storage backend that can be used to store the state of your running application and share it with your team members.</p> -<p>You can interact with Cloud Pods via the Web UI, and to load and store the persistent state of pods, you can use the <code>localstack</code> <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI)</a>.</p> -<p><img src="pods-ui.png" alt="Cloud Pods Web UI"></p>User-Guide: Cloud Pods Launchpad/user-guide/tools/cloud-pods/launchpad/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/launchpad/ -<p>The LocalStack Cloud Pods Launchpad allows you to quickly share and inject cloud pods into a LocalStack instance.</p> -<h2 id="creating-your-sharable-link">Creating your sharable link</h2> -<p>Navigate to <a href="https://app.localstack.cloud/launchpad">https://app.localstack.cloud/launchpad</a> where you can create a sharable link for your pods.</p> -<p><img src="link-generator.png" alt="Cloud Pods Launchpad Link Generator"></p> -<p>Enter a public URl to your pod in the first input field, and click on &lsquo;Generate Link&rsquo;. -The resulting link can be copied and shared with others.</p> -<p>You can also copy the markdown snippet to quickly add a badge to your repository.</p> -<div class="alert alert-warning" role="alert"> -<h4 class="alert-heading">Warning</h4> -<p>Please consider that the launchpad takes an arbitrary URL as input and passes it onto your LocalStack instance to inject the pod. -This may lead to unintended side effects, as the URL that is passed to the launchpad is not validated in any way.</p> -<p>We also display the URL on the UI, so please make sure that your trust the URL when using the launchpad.</p> -</div> -<h2 id="adding-a-badge-to-your-repository">Adding a badge to your repository</h2> -<p>If you want to add a badge to your README that links to the Cloud Pod Launchpad, you can use the following markdown snippet:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span>[<span style="color:#204a87;font-weight:bold">![Launch LocalStack Cloudpod</span>](<span style="color:#c4a000">https://localstack.cloud/gh/launch-pod-badge.svg</span>)](https://app.localstack.cloud/launchpad?url=url_of_your_pod) -</span></span></code></pre></div><p><img src="badge-demo.png" alt="Cloud Pods Badge Demonstration"></p> -<p>Please note that you have to add the <code>url_of_your_pod</code> as the <code>url</code> query parameter to the URL. -For example if you are hosting the pod in the same repository, just use the URL pointing to the raw pod file. -Additionally, you can use the <a href="#creating-your-sharable-link">Link Generator</a> to create the sharable link for your pod and copy the markdown for your repo.</p> -<p>Check out a proper example <a href="https://github.com/localstack/cloud-pod-badge" target="_blank">on this GitHub repository</a>.</p> -<h2 id="troubleshooting-common-problems">Troubleshooting common problems</h2> -<p>In this section we present an overview of common problems and how to solve them.</p> -<h3 id="localstack-is-not-running">LocalStack is not running</h3> -<p>In case your LocalStack instance is not running, you will see the following error message:</p> -<p><img src="ls-not-running.png" alt="Cloud Pods Launchpad Error LocalStack not running"></p> -<p>Please start up your LocalStack instance and try again. -Find out more about how to start LocalStack in the <a href="/user-guide/tools/cloud-pods/getting-started/">Getting Started</a> section.</p> -<h3 id="failed-to-load-metadata">Failed to load metadata</h3> -<p>In case the launchpad fails to load the metadata of your pod, you will see the following error message:</p> -<p><img src="metadata-load-failed.png" alt="Cloud Pods Launchpad Error failed to load metadata"></p> -<p>This can happen if the pod is not available anymore or if the URL is not valid. -Please check the URL and try again.</p> -<h3 id="failed-to-inject-pod">Failed to inject pod</h3> -<p>In case the launchpad fails to inject the pod into your LocalStack instance, you will see &lsquo;Pod injection failed&rsquo; in the log message. -This may be due to a couple of reasons, like version mismatch. -Please check out your LocalStack logs for more information.</p>User-Guide: Self-managed Kafka cluster/user-guide/integrations/kafka/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/integrations/kafka/ +<p>Use this extension at your own risk - it is provided on an as-is basis, <strong>without</strong> warranties or conditions of <strong>any</strong> kind. In particular, it is your obligation to ensure that the use of this extension is compliant with the user license agreement and the terms &amp; conditions of Amazon Web Services (AWS) and their services.</p>User-Guide: Self-managed Kafka cluster/user-guide/integrations/kafka/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/integrations/kafka/ <p>LocalStack Pro supports <a href="/user-guide/aws/managed-streaming-for-kafka/">AWS Managed Streaming for Kafka (MSK)</a> and you can create Kafka clusters directly through the MSK API that will run in LocalStack. In some cases, you may want to run your own self-managed Kafka cluster and integrate it with your applications, like triggering Lambdas from a Kafka stream running in your own cluster. The Lambda integration with self-managed Kafka clusters is also a LocalStack Pro feature.</p> diff --git a/categories/persistence/index.html b/categories/persistence/index.html deleted file mode 100644 index 03944a6691..0000000000 --- a/categories/persistence/index.html +++ /dev/null @@ -1,7 +0,0 @@ -Persistence | Docs - -

    Category: Persistence

    All Categories
    - - - \ No newline at end of file diff --git a/categories/persistence/index.xml b/categories/persistence/index.xml deleted file mode 100644 index f8cda66e04..0000000000 --- a/categories/persistence/index.xml +++ /dev/null @@ -1,223 +0,0 @@ -Docs – Persistence/categories/persistence/Recent content in Persistence on DocsHugo -- gohugo.ioUser-Guide: Getting started with the Cloud Pods CLI/user-guide/tools/cloud-pods/getting-started/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/getting-started/ -<p>With the LocalStack Cloud Pods command-line interface (CLI), the <code>pod</code> command, you can create cloud pods and manage them from a terminal. The Cloud Pods CLI is ideal in the following situations:</p> -<ul> -<li>Taking a snapshot of your running LocalStack instance.</li> -<li>Sharing your snapshot across teams with LocalStack Team features.</li> -<li>Injecting snapshots into a running instance without a restart.</li> -</ul> -<h2 id="installation">Installation</h2> -<p>LocalStack Cloud Pods CLI is directly available with the LocalStack installation, and no further installation is required to get started. If you are a Pro user, we recommend you to export the <code>LOCALSTACK_API_KEY</code> as an environment variable to allow you to use the full spectrum of LocalStack Cloud Pods feature.</p> -<p>This tutorial is intended for licensed users. The Community users can replicate a similar workflow by leveraging the <code>save</code> and <code>load</code> commands available to them. For more details, look at our <a href="/user-guide/tools/cloud-pods/community/">Community Cloud Pods guide</a>.</p> -<h2 id="basic-example">Basic example</h2> -<p>In this tutorial, you&rsquo;ll learn how to make a basic usage of LocalStack Cloud Pods CLI. This tutorial is intended for Pro users who wish to get more acquainted with Cloud Pods CLI. It assumes you have basic knowledge of:</p> -<ul> -<li>LocalStack</li> -<li><code>awscli</code> commands</li> -<li>Understanding of Cloud Pods workflow</li> -</ul> -<p>By the end of this tutorial, you would be able to create a snapshot of your running LocalStack instance, commit it and would be able to push this to your LocalStack account.</p> -<h3 id="procedure">Procedure</h3> -<p>To get started, start your LocalStack instance with your <code>LOCALSTACK_API_KEY</code> configured as an environment variable:</p> -<ol> -<li> -<p>Use the <code>awslocal</code> CLI to create AWS resources inside your running LocalStack instance.</p> -<p>As an example, we will create a S3 bucket using the <code>awslocal</code> CLI and enter some data inside it:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 mb s3://test -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo &#34;hello world&#34; &gt; /tmp/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 cp /tmp/hello-world s3://test/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/</span></span></code></pre></div> -</li> -<li> -<p>Save your Pod state using the <code>save</code> command by specifying the desired name as the first argument. This command will save the pod and register it to the remote platform. Optionally you can attach a message to the saved Cloud Pod with the <code>--message</code> flag:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --message &#34;&lt;description-message&gt;&#34;</span></span></code></pre></div> -</li> -<li> -<p>Check the list of Cloud Pods available to you and your organization using the <code>list</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod list -</span></span><span style="display:flex;"><span> ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ -</span></span><span style="display:flex;"><span> ┃ local/remote ┃ Name ┃ -</span></span><span style="display:flex;"><span> ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ -</span></span><span style="display:flex;"><span> │ local+remote │ pod-name │ -</span></span><span style="display:flex;"><span> └──────────────┴───────────┘</span></span></code></pre></div> -</li> -<li> -<p>Optional: You can inspect the contents of a Cloud Pod using the <code>inspect</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod inspect --name &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> - 000000000000 -</span></span><span style="display:flex;"><span> - S3 -</span></span><span style="display:flex;"><span> - global -</span></span><span style="display:flex;"><span> - listBuckets -</span></span><span style="display:flex;"><span> - Buckets -</span></span><span style="display:flex;"><span> - 0 -</span></span><span style="display:flex;"><span> - Name = test -</span></span><span style="display:flex;"><span> - CreationDate = 2022-10-04T17:03:47.000Z -</span></span><span style="display:flex;"><span> - Owner -</span></span><span style="display:flex;"><span> - DisplayName = webfile -</span></span><span style="display:flex;"><span> - ID = bcaf1ffd86f41161ca5fb16fd081034f</span></span></code></pre></div> -</li> -<li> -<p>On an alternate machine, start LocalStack with the API key configured, and pull the Cloud Pod we created previously using <code>load</code> command with the Cloud Pod name as the first argument:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Done.</span></span></code></pre></div> -<p>Let&rsquo;s check the S3 buckets in our Cloud Pod: -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/ -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> 2022-10-04 22:33:54 12 hello-world</span></span></code></pre></div> -</p> -</li> -<li> -<p>Optional: You can make the Cloud Pod available to users outside your organization by making it public:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --visibility public</span></span></code></pre></div> -</li> -</ol> -<p>For a more detailed manual, refer to our <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI) guide</a>. To check your Pods on the LocalStack Web user interface, navigate to <a href="https://app.localstack.cloud/pods">Cloud Pods page</a>.</p>User-Guide: Cloud Pods CLI command reference/user-guide/tools/cloud-pods/pods-cli/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/pods-cli/ -<p>This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (<code>pod</code>) commands.</p> -<h2 id="syntax">Syntax</h2> -<p>Use the following syntax to run <code>localstack pod</code> commands from your terminal window:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod [OPTIONS] COMMAND [ARGS]</span></span></code></pre></div> -<p>In the above syntax:</p> -<ul> -<li><code>COMMAND</code> specifies the operation you want to perform with your Cloud Pods (<code>save</code> or <code>load</code>).</li> -<li><code>OPTIONS</code> specifies the optional flags.</li> -<li><code>ARGS</code> specifies the command arguments.</li> -</ul> -<h2 id="commands">Commands</h2> -<p>The following section lists the available commands for the Cloud Pods CLI.</p> -<h3 id="save"><code>save</code></h3> -<p>The <code>save</code> command creates a new version of a Cloud Pod. Pro users can dump the Cloud Pod locally or upload it to the LocalStack platform. To dump the state locally, pass a local file URI as an argument to the <code>save</code> command. For instance, the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file://&lt;path_to_disk&gt;/my-pod</span></span></code></pre></div> -<p>The above command will create a zip file named <code>my-pod</code> to the specified location on the disk. To use the Cloud Pods platform, specify the Cloud Pod&rsquo;s name as an argument, for example:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save my-pod</span></span></code></pre></div> -<p>The above command creates a version of <code>my-pod</code> and registers it to our platform. Pushing already existing pod results in creating a new version and, eventually, uploading it to the platform. Users can also select a subset of AWS services they wish to incorporate in a new Cloud Pod version with the <code>--services</code> option.</p> -<p>Users who want to make a Cloud Pod accessible outside their organization can mark it as <strong>public</strong> with the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod push --name &lt;pod_name&gt; --visibility public</span></span></code></pre></div> -<p>The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the <code>save</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod save <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Save the current state of the LocalStack container in a Cloud Pod. A Cloud Pod can be exported -</span></span><span style="display:flex;"><span> locally or registered within the LocalStack Pod<span style="color:#4e9a06">&#39;s platform (with a Pro license). An optional -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> message can be attached to any Cloud Pod. Furthermore, one could decide to export only a subset -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> of services with the optional --service option. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To export on a local path run the following command: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save file://&lt;path_on_disk&gt;/&lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The output will be a &lt;pod_name&gt; zip file in the specified directory. This Cloud Pod instance can -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> be restored at any point in time with the load command. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To use the LocalStack Pod&#39;</span>s platform, the desired Pod<span style="color:#4e9a06">&#39;s name only will suffice, e,g.: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save &lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> Please be aware that each following save invocation with the same name will result in a new -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> version being created. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06">Options: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -m, --message TEXT Add a comment describing this Cloud Pod&#39;</span>s version -</span></span><span style="display:flex;"><span> -s, --services TEXT Comma-delimited list of services to push in the Cloud Pod <span style="color:#ce5c00;font-weight:bold">(</span>all by default<span style="color:#ce5c00;font-weight:bold">)</span> -</span></span><span style="display:flex;"><span> --visibility TEXT Set the visibility of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span><span style="color:#4e9a06">`</span>public<span style="color:#4e9a06">`</span> or <span style="color:#4e9a06">`</span>private<span style="color:#4e9a06">`</span><span style="color:#ce5c00;font-weight:bold">]</span>. Does not -</span></span><span style="display:flex;"><span> create a new version -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Community users have access to a restricted version of the <code>save</code> command. -In particular, they can simply invoke the <code>save</code> command with a file URI as an argument. -</div> -<h3 id="load"><code>load</code></h3> -<p>The <code>load</code> command is the inverse operation of <code>save</code>. It retrieves the content of a previously stored Cloud Pod from the local file system or the Cloud Pod&rsquo;s platform and injects it into the application runtime.</p> -<p>The <code>load</code> command takes an argument that can either be a URI or a Cloud Pods name. While the first option is available to all users, the second is valid only for licensed ones.</p> -<p>By default, the injecting state updates the application runtime at a service level. Using the merge injection strategy, the state of all services specified in the injecting state is reflected precisely in the application runtime, while all other active services remain unchanged.</p> -<p>The <code>--strategy</code> option can be used to change such default injection behavior. More specifically, the overwrite strategy will ensure the application runtime is an exact instance of the injecting state. The deep-merge strategy will perform a fine-grain merge of the injecting state into the application runtime.</p> -<p>The CLI manual for the <code>load</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod load <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Load a Cloud Pod into the running LocalStack container. Users can import Pods different sources: -</span></span><span style="display:flex;"><span> community users can store and retrieve Pods from <span style="color:#204a87">local</span> storage or any provided HTTP URL<span style="color:#000;font-weight:bold">;</span> -</span></span><span style="display:flex;"><span> licensed users can take advantage of the LocalStack Pod<span style="color:#4e9a06">&#39;s platform to ease the storage, -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> versioning, and retrieval of Pods. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The --source option specifies a URI scheme that point to the Cloud Pod&#39;</span>s resources to import. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> We support the following protocols: -</span></span><span style="display:flex;"><span> localstack pod load file://&lt;path_to_disk&gt; -</span></span><span style="display:flex;"><span> localstack pod load https://&lt;some_url&gt; -</span></span><span style="display:flex;"><span> localstack pod load git://&lt;user&gt;/&lt;repo&gt;/&lt;local_repo_path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> The latter option is merely a shortcut <span style="color:#204a87;font-weight:bold">for</span> --source -</span></span><span style="display:flex;"><span> https://raw.githubusercontent.com/&lt;user&gt;/&lt;repo&gt;/&lt;branch&gt;/&lt;path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Importing via a provided --source is available <span style="color:#204a87;font-weight:bold">for</span> all users. Licensed users can omit this -</span></span><span style="display:flex;"><span> option and simply provide a name <span style="color:#204a87;font-weight:bold">for</span> their Cloud Pods. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -s, --strategy TEXT Inject strategy <span style="color:#ce5c00;font-weight:bold">(</span>merge, overwrite, deep-merge<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Similar to the <code>save</code> command, the usage of the Cloud Pod&rsquo;s platform is restricted to licensed users. Community users can load a Cloud Pod from a local URI file, URL, or public GitHub repository. However, they have no access to Cloud Pods versioning. -</div> -<h3 id="delete"><code>delete</code></h3> -<p>The <code>delete</code> command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the <code>delete</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod delete <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Delete a Cloud Pod register on the remove LocalStack Pod<span style="color:#4e9a06">&#39;s platform. This command will cancel -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> all the versions of a created Pod and won&#39;</span>t be reversible. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="inspect"><code>inspect</code></h3> -<p>The <code>inspect</code> command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the <code>inspect</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod inspect <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Inspect the contents of a Cloud Pod -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -f, --format TEXT Format <span style="color:#ce5c00;font-weight:bold">(</span>curses, rich, json<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="list">list</h3> -<p>The <code>list</code> command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. If the <code>--public option is passed to the commands, it shows only the Cloud Pods marked as public and are, therefore, available to all licensed users. The CLI manual for the </code>list` command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod list <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List all the Cloud Pods available <span style="color:#204a87;font-weight:bold">for</span> a single user, or <span style="color:#204a87;font-weight:bold">for</span> an entire organization, <span style="color:#204a87;font-weight:bold">if</span> the user -</span></span><span style="display:flex;"><span> is part of one. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> With the --public flag, it lists the all the available public Cloud Pods. A public Cloud Pod is -</span></span><span style="display:flex;"><span> available across the boundary of a user ond/or organization. In other words, any public Cloud -</span></span><span style="display:flex;"><span> Pod can be injected by any other user holding a LocalStack Pro <span style="color:#ce5c00;font-weight:bold">(</span>or above<span style="color:#ce5c00;font-weight:bold">)</span> license. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -p, --public List all the available public Cloud Pods -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="versions">versions</h3> -<p>The <code>versions</code> command simply lists all the available versions of a Cloud Pod. The CLI manual for the <code>version</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod versions <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List the versions available <span style="color:#204a87;font-weight:bold">for</span> a Cloud Pod. Each invocation of the save <span style="color:#204a87">command</span> is going to -</span></span><span style="display:flex;"><span> create a new version <span style="color:#204a87;font-weight:bold">for</span> a named Cloud Pod, is a Pod with such name already does exist in the -</span></span><span style="display:flex;"><span> LocalStack Pods platform. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div>User-Guide: Cloud Pods/user-guide/tools/cloud-pods/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/ -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Please note that cloud pods may not be compatible across different versions of LocalStack. -We are actively working on addressing this limitation in the upcoming releases. -</div> -<p>Cloud Pods are a mechanism that allows you to take a snapshot of the state in your current LocalStack instance, persist it to a storage backend, and easily share it with your team members.</p> -<p><img src="pods-persistence.png" alt="Persistence versus Cloud Pods"></p> -<div class="alert alert-success" role="alert"> -<h4 class="alert-heading">Hint</h4> -To quickly see cloud pods in action, we prepared a small sample application that uses cloud pods to inject its state into a running LocalStack container. <a href="https://app.localstack.cloud/quickstart/demo4">Cloud Pod Thumbnail Sample App</a> -</div> -<p>While the <a href="/references/persistence-mechanism/">Persistence</a> feature ensures that the service state survives container restarts, Cloud Pods go beyond and allow more fine-grained control over your state.</p> -<p>Instead of simply restoring a state when restarting LocalStack, Cloud Pods allow you to take snapshots of your local instance (with the <code>save</code> command) and inject such snapshots into a running instance (with the <code>load</code> command) without requiring a restart.</p> -<p>In addition, we provide a remote storage backend that can be used to store the state of your running application and share it with your team members.</p> -<p>You can interact with Cloud Pods via the Web UI, and to load and store the persistent state of pods, you can use the <code>localstack</code> <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI)</a>.</p> -<p><img src="pods-ui.png" alt="Cloud Pods Web UI"></p> \ No newline at end of file diff --git a/categories/tools/index.html b/categories/tools/index.html index e1d1ad8243..11125511f5 100644 --- a/categories/tools/index.html +++ b/categories/tools/index.html @@ -1,7 +1,7 @@ Tools | Docs

    Category: Tools

    All Categories
    +| docs

    Category: Tools

    All Categories
    \ No newline at end of file diff --git a/categories/tools/index.xml b/categories/tools/index.xml index b0d8d1cc2e..6536657c80 100644 --- a/categories/tools/index.xml +++ b/categories/tools/index.xml @@ -1,210 +1,4 @@ -Docs – Tools/categories/tools/Recent content in Tools on DocsHugo -- gohugo.ioUser-Guide: Getting started with the Cloud Pods CLI/user-guide/tools/cloud-pods/getting-started/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/getting-started/ -<p>With the LocalStack Cloud Pods command-line interface (CLI), the <code>pod</code> command, you can create cloud pods and manage them from a terminal. The Cloud Pods CLI is ideal in the following situations:</p> -<ul> -<li>Taking a snapshot of your running LocalStack instance.</li> -<li>Sharing your snapshot across teams with LocalStack Team features.</li> -<li>Injecting snapshots into a running instance without a restart.</li> -</ul> -<h2 id="installation">Installation</h2> -<p>LocalStack Cloud Pods CLI is directly available with the LocalStack installation, and no further installation is required to get started. If you are a Pro user, we recommend you to export the <code>LOCALSTACK_API_KEY</code> as an environment variable to allow you to use the full spectrum of LocalStack Cloud Pods feature.</p> -<p>This tutorial is intended for licensed users. The Community users can replicate a similar workflow by leveraging the <code>save</code> and <code>load</code> commands available to them. For more details, look at our <a href="/user-guide/tools/cloud-pods/community/">Community Cloud Pods guide</a>.</p> -<h2 id="basic-example">Basic example</h2> -<p>In this tutorial, you&rsquo;ll learn how to make a basic usage of LocalStack Cloud Pods CLI. This tutorial is intended for Pro users who wish to get more acquainted with Cloud Pods CLI. It assumes you have basic knowledge of:</p> -<ul> -<li>LocalStack</li> -<li><code>awscli</code> commands</li> -<li>Understanding of Cloud Pods workflow</li> -</ul> -<p>By the end of this tutorial, you would be able to create a snapshot of your running LocalStack instance, commit it and would be able to push this to your LocalStack account.</p> -<h3 id="procedure">Procedure</h3> -<p>To get started, start your LocalStack instance with your <code>LOCALSTACK_API_KEY</code> configured as an environment variable:</p> -<ol> -<li> -<p>Use the <code>awslocal</code> CLI to create AWS resources inside your running LocalStack instance.</p> -<p>As an example, we will create a S3 bucket using the <code>awslocal</code> CLI and enter some data inside it:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 mb s3://test -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo &#34;hello world&#34; &gt; /tmp/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 cp /tmp/hello-world s3://test/hello-world -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/</span></span></code></pre></div> -</li> -<li> -<p>Save your Pod state using the <code>save</code> command by specifying the desired name as the first argument. This command will save the pod and register it to the remote platform. Optionally you can attach a message to the saved Cloud Pod with the <code>--message</code> flag:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --message &#34;&lt;description-message&gt;&#34;</span></span></code></pre></div> -</li> -<li> -<p>Check the list of Cloud Pods available to you and your organization using the <code>list</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod list -</span></span><span style="display:flex;"><span> ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ -</span></span><span style="display:flex;"><span> ┃ local/remote ┃ Name ┃ -</span></span><span style="display:flex;"><span> ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ -</span></span><span style="display:flex;"><span> │ local+remote │ pod-name │ -</span></span><span style="display:flex;"><span> └──────────────┴───────────┘</span></span></code></pre></div> -</li> -<li> -<p>Optional: You can inspect the contents of a Cloud Pod using the <code>inspect</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod inspect --name &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> - 000000000000 -</span></span><span style="display:flex;"><span> - S3 -</span></span><span style="display:flex;"><span> - global -</span></span><span style="display:flex;"><span> - listBuckets -</span></span><span style="display:flex;"><span> - Buckets -</span></span><span style="display:flex;"><span> - 0 -</span></span><span style="display:flex;"><span> - Name = test -</span></span><span style="display:flex;"><span> - CreationDate = 2022-10-04T17:03:47.000Z -</span></span><span style="display:flex;"><span> - Owner -</span></span><span style="display:flex;"><span> - DisplayName = webfile -</span></span><span style="display:flex;"><span> - ID = bcaf1ffd86f41161ca5fb16fd081034f</span></span></code></pre></div> -</li> -<li> -<p>On an alternate machine, start LocalStack with the API key configured, and pull the Cloud Pod we created previously using <code>load</code> command with the Cloud Pod name as the first argument:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Done.</span></span></code></pre></div> -<p>Let&rsquo;s check the S3 buckets in our Cloud Pod: -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/ -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> 2022-10-04 22:33:54 12 hello-world</span></span></code></pre></div> -</p> -</li> -<li> -<p>Optional: You can make the Cloud Pod available to users outside your organization by making it public:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --visibility public</span></span></code></pre></div> -</li> -</ol> -<p>For a more detailed manual, refer to our <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI) guide</a>. To check your Pods on the LocalStack Web user interface, navigate to <a href="https://app.localstack.cloud/pods">Cloud Pods page</a>.</p>User-Guide: Cloud Pods CLI command reference/user-guide/tools/cloud-pods/pods-cli/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/pods-cli/ -<p>This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (<code>pod</code>) commands.</p> -<h2 id="syntax">Syntax</h2> -<p>Use the following syntax to run <code>localstack pod</code> commands from your terminal window:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod [OPTIONS] COMMAND [ARGS]</span></span></code></pre></div> -<p>In the above syntax:</p> -<ul> -<li><code>COMMAND</code> specifies the operation you want to perform with your Cloud Pods (<code>save</code> or <code>load</code>).</li> -<li><code>OPTIONS</code> specifies the optional flags.</li> -<li><code>ARGS</code> specifies the command arguments.</li> -</ul> -<h2 id="commands">Commands</h2> -<p>The following section lists the available commands for the Cloud Pods CLI.</p> -<h3 id="save"><code>save</code></h3> -<p>The <code>save</code> command creates a new version of a Cloud Pod. Pro users can dump the Cloud Pod locally or upload it to the LocalStack platform. To dump the state locally, pass a local file URI as an argument to the <code>save</code> command. For instance, the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file://&lt;path_to_disk&gt;/my-pod</span></span></code></pre></div> -<p>The above command will create a zip file named <code>my-pod</code> to the specified location on the disk. To use the Cloud Pods platform, specify the Cloud Pod&rsquo;s name as an argument, for example:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save my-pod</span></span></code></pre></div> -<p>The above command creates a version of <code>my-pod</code> and registers it to our platform. Pushing already existing pod results in creating a new version and, eventually, uploading it to the platform. Users can also select a subset of AWS services they wish to incorporate in a new Cloud Pod version with the <code>--services</code> option.</p> -<p>Users who want to make a Cloud Pod accessible outside their organization can mark it as <strong>public</strong> with the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod push --name &lt;pod_name&gt; --visibility public</span></span></code></pre></div> -<p>The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the <code>save</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod save <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Save the current state of the LocalStack container in a Cloud Pod. A Cloud Pod can be exported -</span></span><span style="display:flex;"><span> locally or registered within the LocalStack Pod<span style="color:#4e9a06">&#39;s platform (with a Pro license). An optional -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> message can be attached to any Cloud Pod. Furthermore, one could decide to export only a subset -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> of services with the optional --service option. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To export on a local path run the following command: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save file://&lt;path_on_disk&gt;/&lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The output will be a &lt;pod_name&gt; zip file in the specified directory. This Cloud Pod instance can -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> be restored at any point in time with the load command. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To use the LocalStack Pod&#39;</span>s platform, the desired Pod<span style="color:#4e9a06">&#39;s name only will suffice, e,g.: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save &lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> Please be aware that each following save invocation with the same name will result in a new -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> version being created. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06">Options: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -m, --message TEXT Add a comment describing this Cloud Pod&#39;</span>s version -</span></span><span style="display:flex;"><span> -s, --services TEXT Comma-delimited list of services to push in the Cloud Pod <span style="color:#ce5c00;font-weight:bold">(</span>all by default<span style="color:#ce5c00;font-weight:bold">)</span> -</span></span><span style="display:flex;"><span> --visibility TEXT Set the visibility of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span><span style="color:#4e9a06">`</span>public<span style="color:#4e9a06">`</span> or <span style="color:#4e9a06">`</span>private<span style="color:#4e9a06">`</span><span style="color:#ce5c00;font-weight:bold">]</span>. Does not -</span></span><span style="display:flex;"><span> create a new version -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Community users have access to a restricted version of the <code>save</code> command. -In particular, they can simply invoke the <code>save</code> command with a file URI as an argument. -</div> -<h3 id="load"><code>load</code></h3> -<p>The <code>load</code> command is the inverse operation of <code>save</code>. It retrieves the content of a previously stored Cloud Pod from the local file system or the Cloud Pod&rsquo;s platform and injects it into the application runtime.</p> -<p>The <code>load</code> command takes an argument that can either be a URI or a Cloud Pods name. While the first option is available to all users, the second is valid only for licensed ones.</p> -<p>By default, the injecting state updates the application runtime at a service level. Using the merge injection strategy, the state of all services specified in the injecting state is reflected precisely in the application runtime, while all other active services remain unchanged.</p> -<p>The <code>--strategy</code> option can be used to change such default injection behavior. More specifically, the overwrite strategy will ensure the application runtime is an exact instance of the injecting state. The deep-merge strategy will perform a fine-grain merge of the injecting state into the application runtime.</p> -<p>The CLI manual for the <code>load</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod load <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Load a Cloud Pod into the running LocalStack container. Users can import Pods different sources: -</span></span><span style="display:flex;"><span> community users can store and retrieve Pods from <span style="color:#204a87">local</span> storage or any provided HTTP URL<span style="color:#000;font-weight:bold">;</span> -</span></span><span style="display:flex;"><span> licensed users can take advantage of the LocalStack Pod<span style="color:#4e9a06">&#39;s platform to ease the storage, -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> versioning, and retrieval of Pods. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The --source option specifies a URI scheme that point to the Cloud Pod&#39;</span>s resources to import. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> We support the following protocols: -</span></span><span style="display:flex;"><span> localstack pod load file://&lt;path_to_disk&gt; -</span></span><span style="display:flex;"><span> localstack pod load https://&lt;some_url&gt; -</span></span><span style="display:flex;"><span> localstack pod load git://&lt;user&gt;/&lt;repo&gt;/&lt;local_repo_path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> The latter option is merely a shortcut <span style="color:#204a87;font-weight:bold">for</span> --source -</span></span><span style="display:flex;"><span> https://raw.githubusercontent.com/&lt;user&gt;/&lt;repo&gt;/&lt;branch&gt;/&lt;path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Importing via a provided --source is available <span style="color:#204a87;font-weight:bold">for</span> all users. Licensed users can omit this -</span></span><span style="display:flex;"><span> option and simply provide a name <span style="color:#204a87;font-weight:bold">for</span> their Cloud Pods. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -s, --strategy TEXT Inject strategy <span style="color:#ce5c00;font-weight:bold">(</span>merge, overwrite, deep-merge<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Similar to the <code>save</code> command, the usage of the Cloud Pod&rsquo;s platform is restricted to licensed users. Community users can load a Cloud Pod from a local URI file, URL, or public GitHub repository. However, they have no access to Cloud Pods versioning. -</div> -<h3 id="delete"><code>delete</code></h3> -<p>The <code>delete</code> command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the <code>delete</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod delete <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Delete a Cloud Pod register on the remove LocalStack Pod<span style="color:#4e9a06">&#39;s platform. This command will cancel -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> all the versions of a created Pod and won&#39;</span>t be reversible. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="inspect"><code>inspect</code></h3> -<p>The <code>inspect</code> command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the <code>inspect</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod inspect <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Inspect the contents of a Cloud Pod -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -f, --format TEXT Format <span style="color:#ce5c00;font-weight:bold">(</span>curses, rich, json<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="list">list</h3> -<p>The <code>list</code> command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. If the <code>--public option is passed to the commands, it shows only the Cloud Pods marked as public and are, therefore, available to all licensed users. The CLI manual for the </code>list` command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod list <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List all the Cloud Pods available <span style="color:#204a87;font-weight:bold">for</span> a single user, or <span style="color:#204a87;font-weight:bold">for</span> an entire organization, <span style="color:#204a87;font-weight:bold">if</span> the user -</span></span><span style="display:flex;"><span> is part of one. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> With the --public flag, it lists the all the available public Cloud Pods. A public Cloud Pod is -</span></span><span style="display:flex;"><span> available across the boundary of a user ond/or organization. In other words, any public Cloud -</span></span><span style="display:flex;"><span> Pod can be injected by any other user holding a LocalStack Pro <span style="color:#ce5c00;font-weight:bold">(</span>or above<span style="color:#ce5c00;font-weight:bold">)</span> license. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -p, --public List all the available public Cloud Pods -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="versions">versions</h3> -<p>The <code>versions</code> command simply lists all the available versions of a Cloud Pod. The CLI manual for the <code>version</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod versions <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List the versions available <span style="color:#204a87;font-weight:bold">for</span> a Cloud Pod. Each invocation of the save <span style="color:#204a87">command</span> is going to -</span></span><span style="display:flex;"><span> create a new version <span style="color:#204a87;font-weight:bold">for</span> a named Cloud Pod, is a Pod with such name already does exist in the -</span></span><span style="display:flex;"><span> LocalStack Pods platform. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div>User-Guide: DNS Server/user-guide/tools/transparent-endpoint-injection/dns-server/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/transparent-endpoint-injection/dns-server/ +Docs – Tools/categories/tools/Recent content in Tools on DocsHugo -- gohugo.ioUser-Guide: DNS Server/user-guide/tools/transparent-endpoint-injection/dns-server/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/transparent-endpoint-injection/dns-server/ <p>All versions of LocalStack include a DNS server that resolves the domain name <code>localhost.localstack.cloud</code> to the LocalStack container. This enables seamless connectivity from your container to LocalStack, or from created compute resources like Lambda, ECS or EC2 to LocalStack. In addition, LocalStack Pro supports transparent execution mode, which means that your application code automatically accesses the LocalStack APIs as opposed to the real APIs on AWS.</p> @@ -412,57 +206,4 @@ If you choose to ship your own SDKs with your Lambda or using a layer, it will f <li>docker</li> <li>docker-reuse</li> </ul> -<p>This feature is currently not supported for custom Lambda container images.</p>User-Guide: Cloud Pods/user-guide/tools/cloud-pods/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/ -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Please note that cloud pods may not be compatible across different versions of LocalStack. -We are actively working on addressing this limitation in the upcoming releases. -</div> -<p>Cloud Pods are a mechanism that allows you to take a snapshot of the state in your current LocalStack instance, persist it to a storage backend, and easily share it with your team members.</p> -<p><img src="pods-persistence.png" alt="Persistence versus Cloud Pods"></p> -<div class="alert alert-success" role="alert"> -<h4 class="alert-heading">Hint</h4> -To quickly see cloud pods in action, we prepared a small sample application that uses cloud pods to inject its state into a running LocalStack container. <a href="https://app.localstack.cloud/quickstart/demo4">Cloud Pod Thumbnail Sample App</a> -</div> -<p>While the <a href="/references/persistence-mechanism/">Persistence</a> feature ensures that the service state survives container restarts, Cloud Pods go beyond and allow more fine-grained control over your state.</p> -<p>Instead of simply restoring a state when restarting LocalStack, Cloud Pods allow you to take snapshots of your local instance (with the <code>save</code> command) and inject such snapshots into a running instance (with the <code>load</code> command) without requiring a restart.</p> -<p>In addition, we provide a remote storage backend that can be used to store the state of your running application and share it with your team members.</p> -<p>You can interact with Cloud Pods via the Web UI, and to load and store the persistent state of pods, you can use the <code>localstack</code> <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI)</a>.</p> -<p><img src="pods-ui.png" alt="Cloud Pods Web UI"></p>User-Guide: Cloud Pods Launchpad/user-guide/tools/cloud-pods/launchpad/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/launchpad/ -<p>The LocalStack Cloud Pods Launchpad allows you to quickly share and inject cloud pods into a LocalStack instance.</p> -<h2 id="creating-your-sharable-link">Creating your sharable link</h2> -<p>Navigate to <a href="https://app.localstack.cloud/launchpad">https://app.localstack.cloud/launchpad</a> where you can create a sharable link for your pods.</p> -<p><img src="link-generator.png" alt="Cloud Pods Launchpad Link Generator"></p> -<p>Enter a public URl to your pod in the first input field, and click on &lsquo;Generate Link&rsquo;. -The resulting link can be copied and shared with others.</p> -<p>You can also copy the markdown snippet to quickly add a badge to your repository.</p> -<div class="alert alert-warning" role="alert"> -<h4 class="alert-heading">Warning</h4> -<p>Please consider that the launchpad takes an arbitrary URL as input and passes it onto your LocalStack instance to inject the pod. -This may lead to unintended side effects, as the URL that is passed to the launchpad is not validated in any way.</p> -<p>We also display the URL on the UI, so please make sure that your trust the URL when using the launchpad.</p> -</div> -<h2 id="adding-a-badge-to-your-repository">Adding a badge to your repository</h2> -<p>If you want to add a badge to your README that links to the Cloud Pod Launchpad, you can use the following markdown snippet:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span>[<span style="color:#204a87;font-weight:bold">![Launch LocalStack Cloudpod</span>](<span style="color:#c4a000">https://localstack.cloud/gh/launch-pod-badge.svg</span>)](https://app.localstack.cloud/launchpad?url=url_of_your_pod) -</span></span></code></pre></div><p><img src="badge-demo.png" alt="Cloud Pods Badge Demonstration"></p> -<p>Please note that you have to add the <code>url_of_your_pod</code> as the <code>url</code> query parameter to the URL. -For example if you are hosting the pod in the same repository, just use the URL pointing to the raw pod file. -Additionally, you can use the <a href="#creating-your-sharable-link">Link Generator</a> to create the sharable link for your pod and copy the markdown for your repo.</p> -<p>Check out a proper example <a href="https://github.com/localstack/cloud-pod-badge" target="_blank">on this GitHub repository</a>.</p> -<h2 id="troubleshooting-common-problems">Troubleshooting common problems</h2> -<p>In this section we present an overview of common problems and how to solve them.</p> -<h3 id="localstack-is-not-running">LocalStack is not running</h3> -<p>In case your LocalStack instance is not running, you will see the following error message:</p> -<p><img src="ls-not-running.png" alt="Cloud Pods Launchpad Error LocalStack not running"></p> -<p>Please start up your LocalStack instance and try again. -Find out more about how to start LocalStack in the <a href="/user-guide/tools/cloud-pods/getting-started/">Getting Started</a> section.</p> -<h3 id="failed-to-load-metadata">Failed to load metadata</h3> -<p>In case the launchpad fails to load the metadata of your pod, you will see the following error message:</p> -<p><img src="metadata-load-failed.png" alt="Cloud Pods Launchpad Error failed to load metadata"></p> -<p>This can happen if the pod is not available anymore or if the URL is not valid. -Please check the URL and try again.</p> -<h3 id="failed-to-inject-pod">Failed to inject pod</h3> -<p>In case the launchpad fails to inject the pod into your LocalStack instance, you will see &lsquo;Pod injection failed&rsquo; in the log message. -This may be due to a couple of reasons, like version mismatch. -Please check out your LocalStack logs for more information.</p> \ No newline at end of file +<p>This feature is currently not supported for custom Lambda container images.</p> \ No newline at end of file diff --git a/contributing/concepts/index.html b/contributing/concepts/index.html index a7a0438c65..918779a3de 100644 --- a/contributing/concepts/index.html +++ b/contributing/concepts/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/contributing/contributing/index.html b/contributing/contributing/index.html index 41ecfd586c..4ee0e09226 100644 --- a/contributing/contributing/index.html +++ b/contributing/contributing/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/contributing/development-environment-setup/index.html b/contributing/development-environment-setup/index.html index f7edf47af2..3e1e7dd8e5 100644 --- a/contributing/development-environment-setup/index.html +++ b/contributing/development-environment-setup/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/contributing/index.html b/contributing/index.html index 035e64da00..b49d0553bb 100644 --- a/contributing/index.html +++ b/contributing/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/contributing/integration-tests/index.html b/contributing/integration-tests/index.html index 7d1a5ea239..702290d3e1 100644 --- a/contributing/integration-tests/index.html +++ b/contributing/integration-tests/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/contributing/parity-testing/index.html b/contributing/parity-testing/index.html index b25404f598..20dcc2cb85 100644 --- a/contributing/parity-testing/index.html +++ b/contributing/parity-testing/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/contributing/terraform-tests/index.html b/contributing/terraform-tests/index.html index fc7f05f94b..79f7a3e1d3 100644 --- a/contributing/terraform-tests/index.html +++ b/contributing/terraform-tests/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/developer-hub/index.html b/developer-hub/index.html index 8ae1dd62ab..17b1a569e5 100644 --- a/developer-hub/index.html +++ b/developer-hub/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/getting-started/api-key/index.html b/getting-started/api-key/index.html index 2799b551de..f23fd11e58 100644 --- a/getting-started/api-key/index.html +++ b/getting-started/api-key/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/getting-started/faq/index.html b/getting-started/faq/index.html index 654fa99ee1..58565f7d03 100644 --- a/getting-started/faq/index.html +++ b/getting-started/faq/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/getting-started/glossary/index.html b/getting-started/glossary/index.html index f3e8da103e..4eea553425 100644 --- a/getting-started/glossary/index.html +++ b/getting-started/glossary/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/getting-started/help-and-support/index.html b/getting-started/help-and-support/index.html index 01e0810d6c..b0eb804182 100644 --- a/getting-started/help-and-support/index.html +++ b/getting-started/help-and-support/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/getting-started/index.html b/getting-started/index.html index 51b7cf93d4..89afdfba53 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/getting-started/installation/index.html b/getting-started/installation/index.html index a9006cc13b..72b6a2a960 100644 --- a/getting-started/installation/index.html +++ b/getting-started/installation/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/getting-started/quickstart/index.html b/getting-started/quickstart/index.html index e9b27803c2..ae47ec0639 100644 --- a/getting-started/quickstart/index.html +++ b/getting-started/quickstart/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/overview/index.html b/overview/index.html index 74e9ac72b1..e2c9bf688d 100644 --- a/overview/index.html +++ b/overview/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/arm64-support/index.html b/references/arm64-support/index.html index 889a95006a..c846853947 100644 --- a/references/arm64-support/index.html +++ b/references/arm64-support/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/configuration/index.html b/references/configuration/index.html index a91604b8cc..8d026c9788 100644 --- a/references/configuration/index.html +++ b/references/configuration/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_acm/index.html b/references/coverage/coverage_acm/index.html index b124f60ea3..9a99238610 100644 --- a/references/coverage/coverage_acm/index.html +++ b/references/coverage/coverage_acm/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_amplify/index.html b/references/coverage/coverage_amplify/index.html index 0356c3dce0..ce76a2275a 100644 --- a/references/coverage/coverage_amplify/index.html +++ b/references/coverage/coverage_amplify/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_apigateway/index.html b/references/coverage/coverage_apigateway/index.html index 68abe50d90..6eabf7fdfa 100644 --- a/references/coverage/coverage_apigateway/index.html +++ b/references/coverage/coverage_apigateway/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_apigatewaymanagementapi/index.html b/references/coverage/coverage_apigatewaymanagementapi/index.html index b6d1dc2462..587e38dc32 100644 --- a/references/coverage/coverage_apigatewaymanagementapi/index.html +++ b/references/coverage/coverage_apigatewaymanagementapi/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_apigatewayv2/index.html b/references/coverage/coverage_apigatewayv2/index.html index 711654a61b..f65473f328 100644 --- a/references/coverage/coverage_apigatewayv2/index.html +++ b/references/coverage/coverage_apigatewayv2/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_appconfig/index.html b/references/coverage/coverage_appconfig/index.html index b4a2bcc10e..4b54bbf7d1 100644 --- a/references/coverage/coverage_appconfig/index.html +++ b/references/coverage/coverage_appconfig/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_application-autoscaling/index.html b/references/coverage/coverage_application-autoscaling/index.html index fab29e18e3..7573121907 100644 --- a/references/coverage/coverage_application-autoscaling/index.html +++ b/references/coverage/coverage_application-autoscaling/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_appsync/index.html b/references/coverage/coverage_appsync/index.html index 9518cfe69a..d392dc88af 100644 --- a/references/coverage/coverage_appsync/index.html +++ b/references/coverage/coverage_appsync/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_athena/index.html b/references/coverage/coverage_athena/index.html index 3678a26576..73d06c0dc6 100644 --- a/references/coverage/coverage_athena/index.html +++ b/references/coverage/coverage_athena/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_autoscaling/index.html b/references/coverage/coverage_autoscaling/index.html index 9cc4c647b5..5cd9cc56b2 100644 --- a/references/coverage/coverage_autoscaling/index.html +++ b/references/coverage/coverage_autoscaling/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_backup/index.html b/references/coverage/coverage_backup/index.html index e4d9be65e0..40d31ebab6 100644 --- a/references/coverage/coverage_backup/index.html +++ b/references/coverage/coverage_backup/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_batch/index.html b/references/coverage/coverage_batch/index.html index 808849e0db..3d7af2224f 100644 --- a/references/coverage/coverage_batch/index.html +++ b/references/coverage/coverage_batch/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_ce/index.html b/references/coverage/coverage_ce/index.html index f1f1b5328c..cc996670a8 100644 --- a/references/coverage/coverage_ce/index.html +++ b/references/coverage/coverage_ce/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_cloudformation/index.html b/references/coverage/coverage_cloudformation/index.html index 7dda6682d1..88bd7e9dc2 100644 --- a/references/coverage/coverage_cloudformation/index.html +++ b/references/coverage/coverage_cloudformation/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_cloudfront/index.html b/references/coverage/coverage_cloudfront/index.html index f85efaaf7e..cbef665ce7 100644 --- a/references/coverage/coverage_cloudfront/index.html +++ b/references/coverage/coverage_cloudfront/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_cloudtrail/index.html b/references/coverage/coverage_cloudtrail/index.html index 497b404a89..7a468e7513 100644 --- a/references/coverage/coverage_cloudtrail/index.html +++ b/references/coverage/coverage_cloudtrail/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_cloudwatch/index.html b/references/coverage/coverage_cloudwatch/index.html index 8cda569479..a07cf38a18 100644 --- a/references/coverage/coverage_cloudwatch/index.html +++ b/references/coverage/coverage_cloudwatch/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_codecommit/index.html b/references/coverage/coverage_codecommit/index.html index 83795eea15..ac82eeb46a 100644 --- a/references/coverage/coverage_codecommit/index.html +++ b/references/coverage/coverage_codecommit/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_cognito-identity/index.html b/references/coverage/coverage_cognito-identity/index.html index 5ab64e50f1..1c28e2da45 100644 --- a/references/coverage/coverage_cognito-identity/index.html +++ b/references/coverage/coverage_cognito-identity/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_cognito-idp/index.html b/references/coverage/coverage_cognito-idp/index.html index 4e23ce35dc..01c54aea5e 100644 --- a/references/coverage/coverage_cognito-idp/index.html +++ b/references/coverage/coverage_cognito-idp/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_config/index.html b/references/coverage/coverage_config/index.html index 7ed325047c..9935457b91 100644 --- a/references/coverage/coverage_config/index.html +++ b/references/coverage/coverage_config/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_docdb/index.html b/references/coverage/coverage_docdb/index.html index dab3388002..ae7e1b18d0 100644 --- a/references/coverage/coverage_docdb/index.html +++ b/references/coverage/coverage_docdb/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_dynamodb/index.html b/references/coverage/coverage_dynamodb/index.html index 2f2717adb8..3c76c3fba5 100644 --- a/references/coverage/coverage_dynamodb/index.html +++ b/references/coverage/coverage_dynamodb/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_dynamodbstreams/index.html b/references/coverage/coverage_dynamodbstreams/index.html index 0da9c66a5a..4bc99f7b72 100644 --- a/references/coverage/coverage_dynamodbstreams/index.html +++ b/references/coverage/coverage_dynamodbstreams/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_ec2/index.html b/references/coverage/coverage_ec2/index.html index 7e2d38c444..3bd1ffbfcb 100644 --- a/references/coverage/coverage_ec2/index.html +++ b/references/coverage/coverage_ec2/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_ecr/index.html b/references/coverage/coverage_ecr/index.html index 219696086f..28befa69cd 100644 --- a/references/coverage/coverage_ecr/index.html +++ b/references/coverage/coverage_ecr/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_ecs/index.html b/references/coverage/coverage_ecs/index.html index 8897abf657..d8e422ce8a 100644 --- a/references/coverage/coverage_ecs/index.html +++ b/references/coverage/coverage_ecs/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_efs/index.html b/references/coverage/coverage_efs/index.html index 054a3b85eb..70195bbb43 100644 --- a/references/coverage/coverage_efs/index.html +++ b/references/coverage/coverage_efs/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_eks/index.html b/references/coverage/coverage_eks/index.html index a6a3cc8261..ffa5cc201c 100644 --- a/references/coverage/coverage_eks/index.html +++ b/references/coverage/coverage_eks/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_elasticache/index.html b/references/coverage/coverage_elasticache/index.html index e0867619e9..f53a19c107 100644 --- a/references/coverage/coverage_elasticache/index.html +++ b/references/coverage/coverage_elasticache/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_elasticbeanstalk/index.html b/references/coverage/coverage_elasticbeanstalk/index.html index af1494e2c8..73c456e5d9 100644 --- a/references/coverage/coverage_elasticbeanstalk/index.html +++ b/references/coverage/coverage_elasticbeanstalk/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_elb/index.html b/references/coverage/coverage_elb/index.html index b2c7a1ae35..87bb4dd6a2 100644 --- a/references/coverage/coverage_elb/index.html +++ b/references/coverage/coverage_elb/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_elbv2/index.html b/references/coverage/coverage_elbv2/index.html index 596b7dd9a8..0dd5c8cb00 100644 --- a/references/coverage/coverage_elbv2/index.html +++ b/references/coverage/coverage_elbv2/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_emr-serverless/index.html b/references/coverage/coverage_emr-serverless/index.html index d27b90283b..e7c9a89ba5 100644 --- a/references/coverage/coverage_emr-serverless/index.html +++ b/references/coverage/coverage_emr-serverless/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_emr/index.html b/references/coverage/coverage_emr/index.html index 2a3a2b7870..709376f581 100644 --- a/references/coverage/coverage_emr/index.html +++ b/references/coverage/coverage_emr/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_es/index.html b/references/coverage/coverage_es/index.html index 2882c0ec9f..25997ff335 100644 --- a/references/coverage/coverage_es/index.html +++ b/references/coverage/coverage_es/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_events/index.html b/references/coverage/coverage_events/index.html index 468ecf112d..b52e5a6471 100644 --- a/references/coverage/coverage_events/index.html +++ b/references/coverage/coverage_events/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_firehose/index.html b/references/coverage/coverage_firehose/index.html index 9a15a95c12..2d532bef7f 100644 --- a/references/coverage/coverage_firehose/index.html +++ b/references/coverage/coverage_firehose/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_fis/index.html b/references/coverage/coverage_fis/index.html index c43242bba5..35fb8c2925 100644 --- a/references/coverage/coverage_fis/index.html +++ b/references/coverage/coverage_fis/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_glacier/index.html b/references/coverage/coverage_glacier/index.html index 51d634d9ba..b080b18952 100644 --- a/references/coverage/coverage_glacier/index.html +++ b/references/coverage/coverage_glacier/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_glue/index.html b/references/coverage/coverage_glue/index.html index dfb3139a0a..36e09bd996 100644 --- a/references/coverage/coverage_glue/index.html +++ b/references/coverage/coverage_glue/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_iam/index.html b/references/coverage/coverage_iam/index.html index ccf76a2650..9c9ac08c19 100644 --- a/references/coverage/coverage_iam/index.html +++ b/references/coverage/coverage_iam/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_iot-data/index.html b/references/coverage/coverage_iot-data/index.html index 7f32bf9686..4fe409ca27 100644 --- a/references/coverage/coverage_iot-data/index.html +++ b/references/coverage/coverage_iot-data/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_iot/index.html b/references/coverage/coverage_iot/index.html index 8333bcd3d7..5ac50f0af4 100644 --- a/references/coverage/coverage_iot/index.html +++ b/references/coverage/coverage_iot/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_iotanalytics/index.html b/references/coverage/coverage_iotanalytics/index.html index de886cdbbb..c891e0cb29 100644 --- a/references/coverage/coverage_iotanalytics/index.html +++ b/references/coverage/coverage_iotanalytics/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_iotwireless/index.html b/references/coverage/coverage_iotwireless/index.html index c43984c525..0f173c9877 100644 --- a/references/coverage/coverage_iotwireless/index.html +++ b/references/coverage/coverage_iotwireless/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_kafka/index.html b/references/coverage/coverage_kafka/index.html index 665cbe9156..b0e2433e8d 100644 --- a/references/coverage/coverage_kafka/index.html +++ b/references/coverage/coverage_kafka/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_kinesis/index.html b/references/coverage/coverage_kinesis/index.html index 4d67bbab91..6f479a3ec6 100644 --- a/references/coverage/coverage_kinesis/index.html +++ b/references/coverage/coverage_kinesis/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_kinesisanalytics/index.html b/references/coverage/coverage_kinesisanalytics/index.html index 29cd89f3d7..ea41fab49c 100644 --- a/references/coverage/coverage_kinesisanalytics/index.html +++ b/references/coverage/coverage_kinesisanalytics/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_kinesisanalyticsv2/index.html b/references/coverage/coverage_kinesisanalyticsv2/index.html index fc5ae1afc9..deab0f14c8 100644 --- a/references/coverage/coverage_kinesisanalyticsv2/index.html +++ b/references/coverage/coverage_kinesisanalyticsv2/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_kms/index.html b/references/coverage/coverage_kms/index.html index aaabec8a69..64cd7c2948 100644 --- a/references/coverage/coverage_kms/index.html +++ b/references/coverage/coverage_kms/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_lakeformation/index.html b/references/coverage/coverage_lakeformation/index.html index da091ba1b8..42fef2c21d 100644 --- a/references/coverage/coverage_lakeformation/index.html +++ b/references/coverage/coverage_lakeformation/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_lambda/index.html b/references/coverage/coverage_lambda/index.html index 2a1f02b765..3d89357112 100644 --- a/references/coverage/coverage_lambda/index.html +++ b/references/coverage/coverage_lambda/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_logs/index.html b/references/coverage/coverage_logs/index.html index bac9c4f468..1da8ea8377 100644 --- a/references/coverage/coverage_logs/index.html +++ b/references/coverage/coverage_logs/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_mediastore-data/index.html b/references/coverage/coverage_mediastore-data/index.html index d707e9e778..d237de2c85 100644 --- a/references/coverage/coverage_mediastore-data/index.html +++ b/references/coverage/coverage_mediastore-data/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_mediastore/index.html b/references/coverage/coverage_mediastore/index.html index c737f88d1c..62f3a2e9c6 100644 --- a/references/coverage/coverage_mediastore/index.html +++ b/references/coverage/coverage_mediastore/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_mq/index.html b/references/coverage/coverage_mq/index.html index e7bbae7926..04d785453b 100644 --- a/references/coverage/coverage_mq/index.html +++ b/references/coverage/coverage_mq/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_mwaa/index.html b/references/coverage/coverage_mwaa/index.html index 68274d4734..ade65f0464 100644 --- a/references/coverage/coverage_mwaa/index.html +++ b/references/coverage/coverage_mwaa/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_neptune/index.html b/references/coverage/coverage_neptune/index.html index 7b0804a149..6ea6678251 100644 --- a/references/coverage/coverage_neptune/index.html +++ b/references/coverage/coverage_neptune/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_opensearch/index.html b/references/coverage/coverage_opensearch/index.html index b9ff75c86f..ef00cf3825 100644 --- a/references/coverage/coverage_opensearch/index.html +++ b/references/coverage/coverage_opensearch/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_organizations/index.html b/references/coverage/coverage_organizations/index.html index 210a73f47c..56e3225306 100644 --- a/references/coverage/coverage_organizations/index.html +++ b/references/coverage/coverage_organizations/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_qldb-session/index.html b/references/coverage/coverage_qldb-session/index.html index d450bc4fd5..2b90d8a919 100644 --- a/references/coverage/coverage_qldb-session/index.html +++ b/references/coverage/coverage_qldb-session/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_qldb/index.html b/references/coverage/coverage_qldb/index.html index 4ff72c1cc7..12eeadaa88 100644 --- a/references/coverage/coverage_qldb/index.html +++ b/references/coverage/coverage_qldb/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_ram/index.html b/references/coverage/coverage_ram/index.html index 5a67cd8621..afa877500d 100644 --- a/references/coverage/coverage_ram/index.html +++ b/references/coverage/coverage_ram/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_rds-data/index.html b/references/coverage/coverage_rds-data/index.html index 4800b8865d..0017141dba 100644 --- a/references/coverage/coverage_rds-data/index.html +++ b/references/coverage/coverage_rds-data/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_rds/index.html b/references/coverage/coverage_rds/index.html index d7cd5874de..37acd70a2c 100644 --- a/references/coverage/coverage_rds/index.html +++ b/references/coverage/coverage_rds/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_redshift-data/index.html b/references/coverage/coverage_redshift-data/index.html index 67358c0688..c4af87daa9 100644 --- a/references/coverage/coverage_redshift-data/index.html +++ b/references/coverage/coverage_redshift-data/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_redshift/index.html b/references/coverage/coverage_redshift/index.html index bdfebded7e..522ed1d43b 100644 --- a/references/coverage/coverage_redshift/index.html +++ b/references/coverage/coverage_redshift/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_resource-groups/index.html b/references/coverage/coverage_resource-groups/index.html index 1e465a3fd6..c1c78c3127 100644 --- a/references/coverage/coverage_resource-groups/index.html +++ b/references/coverage/coverage_resource-groups/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_resourcegroupstaggingapi/index.html b/references/coverage/coverage_resourcegroupstaggingapi/index.html index 3393c76146..eb04fbbbbc 100644 --- a/references/coverage/coverage_resourcegroupstaggingapi/index.html +++ b/references/coverage/coverage_resourcegroupstaggingapi/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_route53/index.html b/references/coverage/coverage_route53/index.html index e8bdad0fb7..8c22174268 100644 --- a/references/coverage/coverage_route53/index.html +++ b/references/coverage/coverage_route53/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_route53resolver/index.html b/references/coverage/coverage_route53resolver/index.html index 04c571688c..d869799c36 100644 --- a/references/coverage/coverage_route53resolver/index.html +++ b/references/coverage/coverage_route53resolver/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_s3/index.html b/references/coverage/coverage_s3/index.html index 5aa8725f9c..d33e69a03d 100644 --- a/references/coverage/coverage_s3/index.html +++ b/references/coverage/coverage_s3/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_s3control/index.html b/references/coverage/coverage_s3control/index.html index 08d435bee0..816af1f6da 100644 --- a/references/coverage/coverage_s3control/index.html +++ b/references/coverage/coverage_s3control/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_sagemaker-runtime/index.html b/references/coverage/coverage_sagemaker-runtime/index.html index 55987ac794..863968b342 100644 --- a/references/coverage/coverage_sagemaker-runtime/index.html +++ b/references/coverage/coverage_sagemaker-runtime/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_sagemaker/index.html b/references/coverage/coverage_sagemaker/index.html index f2ec2b6050..1b3efa0ea5 100644 --- a/references/coverage/coverage_sagemaker/index.html +++ b/references/coverage/coverage_sagemaker/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_scheduler/index.html b/references/coverage/coverage_scheduler/index.html index 4ff787c67c..5668dbdb91 100644 --- a/references/coverage/coverage_scheduler/index.html +++ b/references/coverage/coverage_scheduler/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_secretsmanager/index.html b/references/coverage/coverage_secretsmanager/index.html index 6397b6dbb7..e461fcc5de 100644 --- a/references/coverage/coverage_secretsmanager/index.html +++ b/references/coverage/coverage_secretsmanager/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_serverlessrepo/index.html b/references/coverage/coverage_serverlessrepo/index.html index f322d1c2dd..621b9f808f 100644 --- a/references/coverage/coverage_serverlessrepo/index.html +++ b/references/coverage/coverage_serverlessrepo/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_servicediscovery/index.html b/references/coverage/coverage_servicediscovery/index.html index aa30fc7014..9d512025ef 100644 --- a/references/coverage/coverage_servicediscovery/index.html +++ b/references/coverage/coverage_servicediscovery/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_ses/index.html b/references/coverage/coverage_ses/index.html index 495cbb45c5..7e4287ef98 100644 --- a/references/coverage/coverage_ses/index.html +++ b/references/coverage/coverage_ses/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_sesv2/index.html b/references/coverage/coverage_sesv2/index.html index bb6ea8a8aa..e3bd449087 100644 --- a/references/coverage/coverage_sesv2/index.html +++ b/references/coverage/coverage_sesv2/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_sns/index.html b/references/coverage/coverage_sns/index.html index 6b95345d59..54092fc2f5 100644 --- a/references/coverage/coverage_sns/index.html +++ b/references/coverage/coverage_sns/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_sqs/index.html b/references/coverage/coverage_sqs/index.html index 9fe0d994f3..7865086ed6 100644 --- a/references/coverage/coverage_sqs/index.html +++ b/references/coverage/coverage_sqs/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_ssm/index.html b/references/coverage/coverage_ssm/index.html index 250f1dfa01..63e5cfb62b 100644 --- a/references/coverage/coverage_ssm/index.html +++ b/references/coverage/coverage_ssm/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_sso-admin/index.html b/references/coverage/coverage_sso-admin/index.html index b554ebde75..a64aa13a98 100644 --- a/references/coverage/coverage_sso-admin/index.html +++ b/references/coverage/coverage_sso-admin/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_stepfunctions/index.html b/references/coverage/coverage_stepfunctions/index.html index 41053fc277..5cdf2be32c 100644 --- a/references/coverage/coverage_stepfunctions/index.html +++ b/references/coverage/coverage_stepfunctions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_sts/index.html b/references/coverage/coverage_sts/index.html index 32abcaf369..40629b540f 100644 --- a/references/coverage/coverage_sts/index.html +++ b/references/coverage/coverage_sts/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_support/index.html b/references/coverage/coverage_support/index.html index 492942fae5..734a617507 100644 --- a/references/coverage/coverage_support/index.html +++ b/references/coverage/coverage_support/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_swf/index.html b/references/coverage/coverage_swf/index.html index 03ac18e1c1..0c98578a3e 100644 --- a/references/coverage/coverage_swf/index.html +++ b/references/coverage/coverage_swf/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_timestream-query/index.html b/references/coverage/coverage_timestream-query/index.html index 3a22e5c04b..302ae5107b 100644 --- a/references/coverage/coverage_timestream-query/index.html +++ b/references/coverage/coverage_timestream-query/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_timestream-write/index.html b/references/coverage/coverage_timestream-write/index.html index fb1cfcf8fe..a7154e8d83 100644 --- a/references/coverage/coverage_timestream-write/index.html +++ b/references/coverage/coverage_timestream-write/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_transcribe/index.html b/references/coverage/coverage_transcribe/index.html index 01d9e14dd3..3a3ddb67d8 100644 --- a/references/coverage/coverage_transcribe/index.html +++ b/references/coverage/coverage_transcribe/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_transfer/index.html b/references/coverage/coverage_transfer/index.html index c4ae8f35c1..cc2842c758 100644 --- a/references/coverage/coverage_transfer/index.html +++ b/references/coverage/coverage_transfer/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/coverage_xray/index.html b/references/coverage/coverage_xray/index.html index dcf14095f0..b21b611b29 100644 --- a/references/coverage/coverage_xray/index.html +++ b/references/coverage/coverage_xray/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/coverage/index.html b/references/coverage/index.html index 617f277a0c..b4a6b23100 100644 --- a/references/coverage/index.html +++ b/references/coverage/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/credentials/index.html b/references/credentials/index.html index 84795a670a..d6b6b66e1f 100644 --- a/references/credentials/index.html +++ b/references/credentials/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/cross-account-access/index.html b/references/cross-account-access/index.html index 0337d9ec8b..e4487e7b89 100644 --- a/references/cross-account-access/index.html +++ b/references/cross-account-access/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/custom-tls-certificates/index.html b/references/custom-tls-certificates/index.html index 433990e006..6b95fb4b42 100644 --- a/references/custom-tls-certificates/index.html +++ b/references/custom-tls-certificates/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/docker-images/index.html b/references/docker-images/index.html index df2c1c10ab..a69fe0ec52 100644 --- a/references/docker-images/index.html +++ b/references/docker-images/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/extensions/index.html b/references/extensions/index.html index 424288f05e..e133461557 100644 --- a/references/extensions/index.html +++ b/references/extensions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/external-ports/index.html b/references/external-ports/index.html index b9a47f3b9b..51ee87f1ff 100644 --- a/references/external-ports/index.html +++ b/references/external-ports/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/filesystem/index.html b/references/filesystem/index.html index fcbedfe438..178ec166ea 100644 --- a/references/filesystem/index.html +++ b/references/filesystem/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/index.html b/references/index.html index 18d1034773..93963240a2 100644 --- a/references/index.html +++ b/references/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/init-hooks/index.html b/references/init-hooks/index.html index 38b8d5a071..06aed77c1b 100644 --- a/references/init-hooks/index.html +++ b/references/init-hooks/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/internal-endpoints/index.html b/references/internal-endpoints/index.html index 77d93f350d..755b09a7ce 100644 --- a/references/internal-endpoints/index.html +++ b/references/internal-endpoints/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/lambda-provider-v2/index.html b/references/lambda-provider-v2/index.html index 3e35aab17a..c8340bbc1b 100644 --- a/references/lambda-provider-v2/index.html +++ b/references/lambda-provider-v2/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/localstack-on-kubernetes/index.html b/references/localstack-on-kubernetes/index.html index b60b9eef2f..59de5e246f 100644 --- a/references/localstack-on-kubernetes/index.html +++ b/references/localstack-on-kubernetes/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/logging/index.html b/references/logging/index.html index eef4f9ffd3..2a599a22f9 100644 --- a/references/logging/index.html +++ b/references/logging/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/multi-account-setups/index.html b/references/multi-account-setups/index.html index 78b6c8c481..92930bac82 100644 --- a/references/multi-account-setups/index.html +++ b/references/multi-account-setups/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/network-troubleshooting/created-resources/index.html b/references/network-troubleshooting/created-resources/index.html index 81aeeaa763..76832ed9ee 100644 --- a/references/network-troubleshooting/created-resources/index.html +++ b/references/network-troubleshooting/created-resources/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/network-troubleshooting/endpoint-url/index.html b/references/network-troubleshooting/endpoint-url/index.html index 979d95ed14..55f8dee276 100644 --- a/references/network-troubleshooting/endpoint-url/index.html +++ b/references/network-troubleshooting/endpoint-url/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/network-troubleshooting/index.html b/references/network-troubleshooting/index.html index a257103332..d0e349cafc 100644 --- a/references/network-troubleshooting/index.html +++ b/references/network-troubleshooting/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/network-troubleshooting/readme/index.html b/references/network-troubleshooting/readme/index.html index 961fcaea20..45ca82c6a4 100644 --- a/references/network-troubleshooting/readme/index.html +++ b/references/network-troubleshooting/readme/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/network-troubleshooting/transparent-endpoint-injection/index.html b/references/network-troubleshooting/transparent-endpoint-injection/index.html index 7cd676fc24..4c7db4e3e1 100644 --- a/references/network-troubleshooting/transparent-endpoint-injection/index.html +++ b/references/network-troubleshooting/transparent-endpoint-injection/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/persistence-mechanism/index.html b/references/persistence-mechanism/index.html index d85abadff4..e0d25ef655 100644 --- a/references/persistence-mechanism/index.html +++ b/references/persistence-mechanism/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/podman/index.html b/references/podman/index.html index 60674e6bab..be69db92b5 100644 --- a/references/podman/index.html +++ b/references/podman/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/references/usage-tracking/index.html b/references/usage-tracking/index.html index 5950ca658d..151962c0df 100644 --- a/references/usage-tracking/index.html +++ b/references/usage-tracking/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/sitemap.xml b/sitemap.xml index 4973789635..c2254c01fa 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -/user-guide/aws/feature-coverage/2023-09-18T08:38:19+02:00/references/network-troubleshooting/endpoint-url/2023-09-29T12:57:11+01:00/academy/localstack-101/course-overview/2023-08-23T14:33:03+05:00/user-guide/aws/2022-12-01T14:30:06+05:30/references/network-troubleshooting/2023-05-19T17:05:51+05:30/developer-hub/2023-03-30T17:05:01+02:00/overview/2023-08-17T22:23:40+05:30/tutorials/schema-evolution-glue-msk/2023-08-17T22:23:40+05:30/user-guide/web-application/accounts/2023-08-17T22:23:40+05:30/user-guide/integrations/aws-cli/2023-02-03T15:18:39+05:30/tutorials/lambda-ecr-container-images/2023-08-17T22:23:40+05:30/getting-started/2023-08-17T22:23:40+05:30/user-guide/integrations/2022-12-01T14:30:06+05:30/user-guide/web-application/teams/2023-04-17T16:22:53+05:30/references/network-troubleshooting/transparent-endpoint-injection/2023-09-29T12:57:11+01:00/academy/localstack-101/what-is-localstack/2023-08-23T14:33:03+05:00/references/network-troubleshooting/created-resources/2023-09-29T12:57:11+01:00/tutorials/java-notification-app/2023-08-17T22:54:42+05:30/contributing/contributing/2022-12-01T14:30:06+05:30/user-guide/extensions/2023-10-12T09:22:38+02:00/user-guide/tools/cloud-pods/getting-started/2022-12-01T14:30:06+05:30/user-guide/ci/2023-04-27T14:09:45+05:30/user-guide/extensions/quickstart/2023-10-12T09:22:38+02:00/tutorials/elb-load-balancing/2023-08-17T22:23:40+05:30/user-guide/web-application/stack-insights/2023-02-20T23:11:36+01:00/academy/localstack-101/why-localstack/2023-08-23T14:33:03+05:00/user-guide/ci/circle-ci/2023-04-27T14:09:45+05:30/user-guide/tools/cloud-pods/community/2023-09-28T16:37:25+05:30/contributing/development-environment-setup/2023-09-26T13:38:02+02:00/academy/localstack-101/getting-started/2023-08-23T14:33:03+05:00/tutorials/s3-static-website-terraform/2023-08-17T22:23:40+05:30/user-guide/web-application/resource-browser/2023-04-24T21:27:46+05:30/user-guide/integrations/serverless-framework/2023-03-27T16:55:20+02:00/user-guide/integrations/testcontainers/2023-06-23T00:43:59-06:00/user-guide/integrations/spring-cloud-function/2023-03-27T16:55:20+02:00/user-guide/tools/lambda-tools/hot-reloading/2023-09-16T14:23:55+02:00/user-guide/integrations/architect/2022-12-01T14:30:06+05:30/user-guide/integrations/copilot/2022-12-01T14:30:06+05:30/user-guide/tools/cloud-pods/remotes/2023-09-28T16:37:25+05:30/user-guide/web-application/cloud-pods-browser/2023-04-24T21:27:46+05:30/user-guide/tools/cloud-pods/pods-cli/2023-02-03T15:18:39+05:30/tutorials/reproducible-machine-learning-cloud-pods/2023-08-17T22:23:40+05:30/user-guide/integrations/crossplane/2023-09-06T08:59:00+02:00/user-guide/ci/drone-ci/2023-04-27T14:09:45+05:30/user-guide/web-application/extensions-library/2023-10-03T12:28:46-07:00/user-guide/ci/github-actions/2023-04-27T14:09:45+05:30/references/lambda-provider-v2/2023-05-08T14:00:03+00:00/references/coverage/2023-05-19T17:05:51+05:30/user-guide/tools/testing-tools/2022-12-01T14:30:06+05:30/user-guide/extensions/managing-extensions/2023-10-12T09:22:38+02:00/user-guide/tools/lambda-tools/debugging/2023-09-16T14:23:55+02:00/user-guide/web-application/single-sign-on/azure-ad/2023-03-02T21:22:50+05:30/user-guide/integrations/terraform/2023-09-06T08:59:00+02:00/academy/localstack-101/web-app-resource-browser/2023-08-23T14:33:03+05:00/user-guide/tools/cockpit/2023-04-03T16:21:02+01:00/tutorials/ecs-ecr-container-app/2023-08-17T22:54:42+05:30/user-guide/tools/transparent-endpoint-injection/dns-server/2023-09-29T12:57:11+01:00/user-guide/web-application/export-import-state/2023-10-10T02:16:00+05:30/academy/localstack-101/full-project-demo/2023-08-23T14:33:03+05:00/academy/localstack-101/2023-08-23T14:33:03+05:00/contributing/concepts/2022-12-29T12:19:43+01:00/user-guide/tools/transparent-endpoint-injection/patched-sdks/2023-05-04T17:56:26+05:30/user-guide/ci/travis-ci/2023-04-27T14:09:45+05:30/user-guide/integrations/aws-sam/2022-12-01T14:30:06+05:30/academy/localstack-101/cloud-pods/2023-08-23T14:33:03+05:00/user-guide/web-application/custom-local-endpoint/custom-local-endpoint/2023-10-10T02:16:00+05:30/user-guide/ci/gitlab-ci/2023-05-04T11:45:00+05:30/contributing/integration-tests/2023-10-12T10:43:09+02:00/user-guide/tools/localsurf/2023-03-14T14:32:31+05:30/contributing/parity-testing/2023-02-03T15:18:39+05:30/user-guide/2022-12-01T14:30:06+05:30/user-guide/integrations/aws-cdk/2023-06-23T12:19:51+05:30/user-guide/ci/harness-ci/2023-04-27T14:09:45+05:30/user-guide/tools/localstack-docker-extension/2023-01-13T18:45:43+05:30/user-guide/web-application/single-sign-on/2023-10-10T02:16:00+05:30/user-guide/tools/cloud-pods/2023-08-30T12:00:12+05:30/user-guide/tools/cloud-pods/launchpad/2023-02-13T09:00:48-08:00/references/configuration/2023-10-11T16:58:45+02:00/user-guide/extensions/developing-extensions/2023-10-12T09:22:38+02:00/getting-started/installation/2023-09-29T12:57:11+01:00/user-guide/tools/lambda-tools/2022-12-01T14:30:06+05:30/user-guide/integrations/pulumi/2023-02-03T15:18:39+05:30/contributing/terraform-tests/2022-12-01T14:30:06+05:30/user-guide/tools/transparent-endpoint-injection/2023-03-27T16:55:20+02:00/tutorials/2023-03-30T17:05:01+02:00/user-guide/integrations/cdk-for-terraform/2023-04-23T09:59:36+05:30/user-guide/integrations/kafka/2023-04-23T09:59:36+05:30/user-guide/integrations/chalice/2023-04-23T09:59:36+05:30/user-guide/integrations/gitpod/2023-04-23T09:59:36+05:30/user-guide/extensions/official-extensions/2023-10-12T09:22:38+02:00/getting-started/api-key/2023-09-19T15:32:31+01:00/applications/2023-03-30T17:05:01+02:00/academy/2023-08-23T14:33:03+05:00/getting-started/quickstart/2023-06-23T09:37:24+02:00/getting-started/faq/2023-09-29T12:57:11+01:00/user-guide/tools/2022-12-01T14:30:06+05:30/references/arm64-support/2023-05-19T17:05:51+05:30/references/credentials/2023-05-19T17:05:51+05:30/references/cross-account-access/2023-09-28T12:05:02+05:30/references/custom-tls-certificates/2023-08-02T12:53:03+02:00/references/docker-images/2023-05-19T17:05:51+05:30/references/extensions/2023-10-12T09:22:38+02:00/references/external-ports/2023-09-04T20:13:29+05:30/references/filesystem/2023-05-19T17:05:51+05:30/getting-started/glossary/2023-10-12T09:22:38+02:00/references/init-hooks/2023-09-13T12:33:31+02:00/references/internal-endpoints/2023-05-19T17:05:51+05:30/references/localstack-on-kubernetes/2023-05-19T17:05:51+05:30/user-guide/web-application/2022-12-01T14:30:06+05:30/references/logging/2023-05-19T17:05:51+05:30/references/multi-account-setups/2023-05-25T10:39:37+05:30/references/persistence-mechanism/2023-08-17T22:23:40+05:30/references/podman/2023-05-19T17:05:51+05:30/references/2023-02-03T15:18:39+05:30/references/usage-tracking/2023-05-19T17:05:51+05:30/contributing/2022-12-01T14:30:06+05:30/getting-started/help-and-support/2023-06-23T09:37:24+02:00/categories/2023-10-11T10:24:58+02:00/tags/dotnet/2023-06-23T00:43:59-06:00/tags/go/2023-06-23T00:43:59-06:00/tags/java/2023-08-17T22:54:42+05:30/tags/jvm/2023-06-23T00:43:59-06:00/tags/kotlin/2023-06-23T00:43:59-06:00/categories/localstack-community/2023-10-11T10:24:58+02:00/categories/localstack-pro/2023-10-11T10:24:58+02:00/tags/2023-10-12T09:22:38+02:00/tags/test/2023-06-23T00:43:59-06:00/tags/testcontainers/2023-06-23T00:43:59-06:00/tags/serverless-framework/2023-08-17T22:23:40+05:30/tags/spring/2023-03-27T16:55:20+02:00/tags/spring-cloud/2023-03-27T16:55:20+02:00/tags/spring-cloud-function/2023-03-27T16:55:20+02:00/applications/temp/2023-03-30T17:05:01+02:00/references/network-troubleshooting/readme/2023-03-17T10:22:16+00:00/user-guide/integrations/sdks/dotnet/2023-09-11T10:43:08+03:00/tags/access-key-id/2023-05-19T17:05:51+05:30/tags/account-id/2023-05-25T10:39:37+05:30/tags/accounts/2023-08-17T22:23:40+05:30/tags/acm/2023-04-28T19:11:32+05:30/references/coverage/coverage_acm/2023-03-20T14:38:19+01:00/user-guide/aws/apigateway/2023-05-11T08:58:11+03:00/applications/amazon-rds-initialization-using-cdk-lambda-ecr-and-secrets-manager/2023-06-28T15:22:44+05:00/tags/amplify/2023-04-27T21:08:52+05:30/references/coverage/coverage_amplify/2023-03-20T14:38:19+01:00/tags/amplify-localstack/2023-04-27T21:08:52+05:30/tags/amplify-plugin/2023-04-27T21:08:52+05:30/tags/amplifylocal/2023-04-27T21:08:52+05:30/tags/apigateway/2023-05-11T08:58:11+03:00/references/coverage/coverage_apigateway/2023-03-20T14:38:19+01:00/tags/apigateway-localstack/2023-05-11T08:58:11+03:00/references/coverage/coverage_apigatewaymanagementapi/2023-03-20T14:38:19+01:00/tags/apigatewayv2/2023-05-11T08:58:11+03:00/references/coverage/coverage_apigatewayv2/2023-03-20T14:38:19+01:00/references/coverage/coverage_appconfig/2023-03-20T14:38:19+01:00/user-guide/aws/appconfig/2023-08-30T15:42:43+05:30/tags/apple/2023-05-19T17:05:51+05:30/user-guide/aws/application-autoscaling/2023-08-31T16:43:39+05:30/references/coverage/coverage_application-autoscaling/2023-03-20T14:38:19+01:00/tags/appsync/2023-06-28T15:22:44+05:00/references/coverage/coverage_appsync/2023-03-20T14:38:19+01:00/user-guide/aws/appsync/2023-09-04T23:45:02+05:30/applications/appsync-graphql-apis-for-dynamodb-and-rds-aurora-postgresql/2023-06-28T15:22:44+05:00/tags/architect/2022-12-01T14:30:06+05:30/references/coverage/coverage_athena/2023-03-20T14:38:19+01:00/user-guide/aws/athena/2023-09-05T13:17:30+05:30/references/coverage/coverage_autoscaling/2023-03-20T14:38:19+01:00/user-guide/aws/amplify/2023-04-27T21:08:52+05:30/user-guide/aws/acm/2023-04-28T19:11:32+05:30/tags/aws-java-sdk/2023-08-17T22:54:42+05:30/user-guide/aws/organization/2022-12-01T14:30:06+05:30/tags/aws-amplify/2023-04-27T21:08:52+05:30/tags/aws-certificate-manager/2023-04-28T19:11:32+05:30/tags/aws-lambda/2023-10-11T10:24:58+02:00/references/coverage/coverage_backup/2023-03-20T14:38:19+01:00/user-guide/aws/backup/2023-08-30T00:43:03+05:30/tags/bash/2023-08-17T22:54:42+05:30/references/coverage/coverage_batch/2023-03-20T14:38:19+01:00/user-guide/aws/batch/2023-09-27T07:30:16+01:00/tags/big-data/2023-06-28T15:22:44+05:00/user-guide/integrations/sdks/cpp/2023-03-07T19:17:35+01:00/tags/cdk/2023-06-23T12:19:51+05:30/tags/cdk-for-terraform/2023-04-23T09:59:36+05:30/tags/cdktf/2023-04-23T09:59:36+05:30/references/coverage/coverage_ce/2023-03-20T14:38:19+01:00/tags/chalice/2023-04-23T09:59:36+05:30/tags/ci/2023-05-04T11:45:00+05:30/categories/cli/2023-02-03T15:18:39+05:30/tags/cloud-pods/2023-08-17T22:23:40+05:30/references/coverage/coverage_cloudformation/2023-03-20T14:38:19+01:00/tags/cloudformation/2023-08-17T22:54:42+05:30/user-guide/aws/cloudformation/2023-08-30T19:47:20+05:30/references/coverage/coverage_cloudfront/2023-03-20T14:38:19+01:00/user-guide/aws/cloudfront/2023-08-31T11:20:16+05:30/references/coverage/coverage_cloudtrail/2023-03-20T14:38:19+01:00/user-guide/aws/cloudtrail/2023-08-29T21:22:38+05:30/references/coverage/coverage_cloudwatch/2023-03-20T14:38:19+01:00/user-guide/aws/cloudwatch/2023-08-10T09:44:16+05:30/references/coverage/coverage_codecommit/2023-03-20T14:38:19+01:00/user-guide/aws/codecommit/2023-09-05T17:51:59+05:30/user-guide/aws/cognito/2023-10-03T12:22:36-04:00/references/coverage/coverage_cognito-identity/2023-03-20T14:38:19+01:00/references/coverage/coverage_cognito-idp/2023-03-20T14:38:19+01:00/tags/compliance/2023-06-28T15:22:44+05:00/references/coverage/coverage_config/2023-03-20T14:38:19+01:00/user-guide/aws/config/2023-09-11T20:12:33+05:30/tags/container/2023-08-17T22:23:40+05:30/tags/container-image/2023-08-17T22:23:40+05:30/tags/continuous-delivery/2023-05-04T11:45:00+05:30/tags/continuous-integration/2023-05-04T11:45:00+05:30/user-guide/aws/cost-explorer/2023-08-31T12:11:26+05:30/tags/crossplane/2023-09-06T08:59:00+02:00/tags/data-analytics/2023-06-28T15:22:44+05:00/tags/databases/2023-06-28T15:22:44+05:00/tags/development-environment/2023-04-23T09:59:36+05:30/categories/dns/2023-09-29T12:57:11+01:00/references/coverage/coverage_docdb/2023-03-20T14:38:19+01:00/tags/docker/2023-08-17T22:23:40+05:30/tags/docker-desktop/2023-01-13T18:45:43+05:30/2021-10-08T11:40:02+02:00/user-guide/aws/docdb/2023-08-04T11:21:49+05:30/tags/dynamodb/2023-06-28T15:22:44+05:00/references/coverage/coverage_dynamodb/2023-03-20T14:38:19+01:00/user-guide/aws/dynamodb/2023-08-30T12:47:00+05:30/references/coverage/coverage_dynamodbstreams/2023-03-20T14:38:19+01:00/references/coverage/coverage_ec2/2023-03-20T14:38:19+01:00/references/coverage/coverage_ecr/2023-03-20T14:38:19+01:00/tags/ecr/2023-08-17T22:54:42+05:30/references/coverage/coverage_ecs/2023-03-20T14:38:19+01:00/tags/ecs/2023-08-17T22:54:42+05:30/references/coverage/coverage_efs/2023-03-20T14:38:19+01:00/references/coverage/coverage_eks/2023-03-20T14:38:19+01:00/user-guide/aws/elastic-beanstalk/2023-08-31T16:39:58+05:30/user-guide/aws/elastic-compute-cloud/2023-09-21T18:34:37+05:30/user-guide/aws/elastic-container-registry/2023-09-05T17:25:25+05:30/user-guide/aws/elastic-container-service/2023-03-27T16:55:20+02:00/user-guide/aws/elastic-file-system/2023-08-29T21:38:11+05:30/user-guide/aws/elastic-kubernetes-service/2023-10-03T11:00:55+01:00/tags/elastic-load-balancing/2023-08-17T22:23:40+05:30/user-guide/aws/elastic-load-balancing/2023-10-06T17:03:26+05:30/user-guide/aws/elastic-mapreduce/2023-06-21T20:27:39+05:30/references/coverage/coverage_elasticache/2023-03-20T14:38:19+01:00/user-guide/aws/elasticache/2023-09-15T17:41:05+02:00/references/coverage/coverage_elasticbeanstalk/2023-03-20T14:38:19+01:00/user-guide/aws/elasticsearch/2023-03-27T16:55:20+02:00/references/coverage/coverage_elb/2023-03-20T14:38:19+01:00/references/coverage/coverage_elbv2/2023-03-20T14:38:19+01:00/user-guide/aws/mediastore/2023-09-13T11:26:44+01:00/references/coverage/coverage_emr/2023-03-20T14:38:19+01:00/references/coverage/coverage_emr-serverless/2023-06-26T09:29:22+02:00/references/coverage/coverage_es/2023-03-20T14:38:19+01:00/applications/event-driven-architecture-with-amazon-sns-fifo-dynamodb-lambda-and-s3/2023-06-28T15:22:44+05:00/tags/event-driven-architecture/2023-07-27T12:31:23+02:00/user-guide/aws/eventbridge/2023-07-23T22:17:43-04:00/references/coverage/coverage_events/2023-03-20T14:38:19+01:00/tags/extensions/2023-10-12T09:22:38+02:00/tags/fargate/2023-08-17T22:54:42+05:30/user-guide/aws/fis/2023-08-30T13:05:02+05:30/references/coverage/coverage_firehose/2023-03-20T14:38:19+01:00/references/coverage/coverage_fis/2023-03-20T14:38:19+01:00/applications/full-stack-application-with-aws-lambda-dynamodb-s3-for-shipment-validation/2023-06-28T15:22:44+05:00/tags/gitpod/2023-04-23T09:59:36+05:30/references/coverage/coverage_glacier/2023-03-20T14:38:19+01:00/user-guide/aws/glacier/2023-09-13T09:09:02+02:00/references/coverage/coverage_glue/2023-03-20T14:38:19+01:00/user-guide/aws/glue/2023-09-12T13:08:30+02:00/tags/glue-schema-registry/2023-08-17T22:23:40+05:30/user-guide/integrations/sdks/go/2023-02-06T15:46:00+01:00/tags/graphql/2023-06-28T15:22:44+05:00/references/coverage/coverage_iam/2023-03-20T14:38:19+01:00/tags/ide-integration/2023-04-23T09:59:36+05:30/tags/identity/2023-06-28T15:22:44+05:00/user-guide/aws/iam/2023-08-13T16:25:17+05:30/tags/infrastructure-as-code/2023-09-06T08:59:00+02:00/tags/internal-endpoints/2023-05-19T17:05:51+05:30/references/coverage/coverage_iot/2023-03-20T14:38:19+01:00/user-guide/aws/iot/2023-09-21T18:34:37+05:30/references/coverage/coverage_iot-data/2023-03-20T14:38:19+01:00/references/coverage/coverage_iotanalytics/2023-03-20T14:38:19+01:00/references/coverage/coverage_iotwireless/2023-03-20T14:38:19+01:00/user-guide/integrations/sdks/java/2023-08-07T21:00:38+02:00/tags/javascript/2023-08-17T22:23:40+05:30/user-guide/integrations/sdks/javascript/2023-08-17T22:23:40+05:30/tags/k8s/2023-05-19T17:05:51+05:30/references/coverage/coverage_kafka/2023-03-20T14:38:19+01:00/tags/kafka/2023-08-17T22:23:40+05:30/user-guide/aws/kms/2023-08-14T18:56:38+02:00/references/coverage/coverage_kinesis/2023-03-20T14:38:19+01:00/user-guide/aws/kinesis/2023-09-04T23:27:09+05:30/user-guide/aws/kinesis-analytics/2023-08-30T13:04:38+05:30/user-guide/aws/kinesis-firehose/2023-08-30T00:36:11+05:30/references/coverage/coverage_kinesisanalytics/2023-03-20T14:38:19+01:00/references/coverage/coverage_kinesisanalyticsv2/2023-03-20T14:38:19+01:00/references/coverage/coverage_kms/2023-03-20T14:38:19+01:00/tags/kubernetes/2023-09-06T08:59:00+02:00/references/coverage/coverage_lakeformation/2023-03-20T14:38:19+01:00/references/coverage/coverage_lambda/2023-03-20T14:38:19+01:00/tags/lambda/2023-10-11T10:24:58+02:00/user-guide/aws/lambda/2023-10-11T10:24:58+02:00/tags/lambda-layers/2023-10-11T10:24:58+02:00/tags/lambda-debugging/2023-10-11T10:24:58+02:00/tags/lambda-hot-reloading/2023-10-11T10:24:58+02:00/tags/lambda-trigger/2023-06-28T15:22:44+05:00/user-guide/integrations/sdks/2022-12-01T14:30:06+05:30/applications/loan-broker-application-with-aws-step-functions-dynamodb-lambda-sqs-and-sns/2023-06-28T15:22:44+05:00/categories/localstack/2023-09-28T12:05:02+05:30/categories/localstack-cockpit/2023-04-03T16:21:02+01:00/tags/localstack-enterprise/2023-04-24T21:27:46+05:30/tags/localstack-pro/2023-10-10T02:16:00+05:30/categories/localstack-pro-enterprise/2023-09-19T15:32:31+01:00/tags/localstack-team/2023-04-24T21:27:46+05:30/tags/localstack-endpoints/2023-05-19T17:05:51+05:30/tags/localstack-lambda/2023-10-11T10:24:58+02:00/tags/localsurf/2023-06-28T15:22:44+05:00/tags/logging/2023-05-19T17:05:51+05:30/references/coverage/coverage_logs/2023-03-20T14:38:19+01:00/user-guide/aws/logs/2022-12-01T14:30:06+05:30/tags/m1/2023-05-19T17:05:51+05:30/tags/machine-learning/2023-08-17T22:23:40+05:30/user-guide/aws/managed-streaming-for-kafka/2023-08-31T12:07:13+05:30/user-guide/aws/mwaa/2023-08-30T12:46:33+05:30/references/coverage/coverage_mediastore/2023-03-20T14:38:19+01:00/references/coverage/coverage_mediastore-data/2023-03-20T14:38:19+01:00/applications/messaging-processing-application-with-sqs-dynamodb-and-fargate/2023-06-28T15:22:44+05:00/tags/microservices/2023-06-28T15:22:44+05:00/applications/mnist-handwritten-digit-recognition-model-running-on-a-local-sagemaker-endpoint/2023-06-28T15:22:44+05:00/references/coverage/coverage_mq/2023-03-20T14:38:19+01:00/user-guide/aws/mq/2023-09-27T11:21:47+02:00/tags/msk/2023-08-17T22:23:40+05:30/tags/multi-account/2023-09-28T12:05:02+05:30/tags/multi-tenant/2023-09-28T12:05:02+05:30/references/coverage/coverage_mwaa/2023-03-20T14:38:19+01:00/tags/namespaces/2023-09-28T12:05:02+05:30/references/coverage/coverage_neptune/2023-03-20T14:38:19+01:00/user-guide/aws/neptune/2023-09-13T12:01:26+02:00/tags/networking/2023-09-29T12:57:11+01:00/tags/nginx/2023-08-17T22:54:42+05:30/tags/node.js/2023-08-17T22:23:40+05:30/applications/note-taking-application-using-aws-sdk-for-javascript/2023-06-28T15:22:44+05:00/references/coverage/coverage_opensearch/2023-03-20T14:38:19+01:00/user-guide/aws/opensearch/2023-08-30T20:58:41+05:30/references/coverage/coverage_organizations/2023-03-20T14:38:19+01:00/categories/persistence/2023-08-30T12:00:12+05:30/user-guide/integrations/sdks/php/2022-12-01T14:30:06+05:30/tags/podman/2023-05-19T17:05:51+05:30/tags/pulumi/2023-02-03T15:18:39+05:30/user-guide/integrations/sdks/python/2023-03-17T10:22:16+00:00/references/coverage/coverage_qldb/2023-03-20T14:38:19+01:00/references/coverage/coverage_qldb-session/2023-03-20T14:38:19+01:00/user-guide/aws/qldb/2023-02-03T15:18:39+05:30/applications/query-data-in-s3-bucket-with-amazon-athena-glue-catalog-cloudformation/2023-06-28T15:22:44+05:00/references/coverage/coverage_ram/2023-09-25T09:26:05+02:00/tags/raspberry-pi/2023-05-19T17:05:51+05:30/tags/rds/2023-06-28T15:22:44+05:00/references/coverage/coverage_rds/2023-03-20T14:38:19+01:00/references/coverage/coverage_rds-data/2023-03-20T14:38:19+01:00/tags/rds-proxy/2023-07-27T12:31:23+02:00/references/coverage/coverage_redshift/2023-03-20T14:38:19+01:00/user-guide/aws/redshift/2023-09-01T15:19:01+05:30/references/coverage/coverage_redshift-data/2023-03-20T14:38:19+01:00/user-guide/aws/rds/2023-10-11T16:58:45+02:00/tags/reproducible/2023-08-17T22:23:40+05:30/user-guide/aws/resourcegroups/2023-09-11T16:47:36+05:30/references/coverage/coverage_resource-groups/2023-03-20T14:38:19+01:00/references/coverage/coverage_resourcegroupstaggingapi/2023-03-20T14:38:19+01:00/references/coverage/coverage_route53/2023-03-20T14:38:19+01:00/user-guide/aws/route53/2023-09-15T09:42:50+05:30/references/coverage/coverage_route53resolver/2023-03-20T14:38:19+01:00/tags/ruby/2023-04-27T11:54:24+05:30/user-guide/integrations/sdks/ruby/2023-04-27T11:54:24+05:30/tags/rule-based-authentication/2023-06-28T15:22:44+05:00/references/coverage/coverage_s3/2023-03-20T14:38:19+01:00/tags/s3/2023-08-17T22:23:40+05:30/user-guide/aws/s3/2023-09-27T07:46:00+02:00/tags/s3-website/2023-08-17T22:23:40+05:30/references/coverage/coverage_s3control/2023-03-20T14:38:19+01:00/references/coverage/coverage_sagemaker/2023-03-20T14:38:19+01:00/user-guide/aws/sagemaker/2023-10-12T13:40:11+05:30/references/coverage/coverage_sagemaker-runtime/2023-03-20T14:38:19+01:00/tags/sam/2022-12-01T14:30:06+05:30/references/coverage/coverage_scheduler/2023-08-07T09:31:39+02:00/tags/schema-evolution/2023-08-17T22:23:40+05:30/tags/sdk/2023-09-11T10:43:08+03:00/applications/search-application-with-lambda-kinesis-firehose-elasticsearch-s3/2023-07-27T12:31:23+02:00/tags/secret-access-key/2023-05-19T17:05:51+05:30/user-guide/aws/secretsmanager/2023-09-11T19:23:39+05:30/references/coverage/coverage_secretsmanager/2023-03-20T14:38:19+01:00/tags/security/2023-06-28T15:22:44+05:00/user-guide/aws/security-token-service/2023-09-13T06:43:17+02:00/tags/self-managed/2023-04-23T09:59:36+05:30/tags/serverless/2023-10-11T10:24:58+02:00/user-guide/aws/serverlessrepo/2023-09-11T19:10:28+05:30/applications/serverless-container-based-apis-with-amazon-ecs-api-gateway/2023-06-28T15:22:44+05:00/applications/serverless-image-resizer-with-aws-lambda-s3-sns-and-ses/2023-06-28T15:22:44+05:00/applications/serverless-microservices-with-amazon-api-gateway-dynamodb-sqs-and-lambda/2023-06-28T15:22:44+05:00/applications/serverless-rds-proxy-with-api-gateway-lambda-and-aurora-rds/2023-07-27T12:31:23+02:00/applications/serverless-transcription-application-using-transcribe-s3-lambda-sqs-and-ses/2023-06-28T15:22:44+05:00/tags/serverless-containers/2023-06-28T15:22:44+05:00/tags/serverless-localstack-plugin/2023-08-17T22:23:40+05:30/references/coverage/coverage_serverlessrepo/2023-03-20T14:38:19+01:00/user-guide/aws/servicediscovery/2023-09-04T23:45:02+05:30/references/coverage/coverage_servicediscovery/2023-03-20T14:38:19+01:00/references/coverage/coverage_ses/2023-03-20T14:38:19+01:00/references/coverage/coverage_sesv2/2023-03-20T14:38:19+01:00/tags/silicon/2023-05-19T17:05:51+05:30/tags/simple-email-service/2023-08-17T22:54:42+05:30/user-guide/aws/ses/2023-09-27T11:21:28+05:30/tags/simple-notification-service/2023-08-17T22:54:42+05:30/user-guide/aws/sns/2023-08-24T22:36:50+05:30/tags/simple-queue-service/2023-08-17T22:54:42+05:30/user-guide/aws/sqs/2023-09-13T06:42:57+02:00/user-guide/aws/swf/2023-09-02T00:15:24+05:30/references/coverage/coverage_sns/2023-03-20T14:38:19+01:00/tags/spring-boot/2023-08-17T22:54:42+05:30/references/coverage/coverage_sqs/2023-03-20T14:38:19+01:00/tags/ssl/2023-08-02T12:53:03+02:00/references/coverage/coverage_ssm/2023-03-20T14:38:19+01:00/tags/sso/2023-10-10T02:16:00+05:30/references/coverage/coverage_sso-admin/2023-05-29T10:37:24+02:00/tags/stack-insights/2023-02-20T23:11:36+01:00/tags/static-website/2023-08-17T22:23:40+05:30/user-guide/aws/stepfunctions/2023-09-02T00:12:48+05:30/applications/step-up-authentication-using-amazon-cognito/2023-06-28T15:22:44+05:00/tags/step-up-auth/2023-06-28T15:22:44+05:00/references/coverage/coverage_stepfunctions/2023-03-20T14:38:19+01:00/references/coverage/coverage_sts/2023-03-20T14:38:19+01:00/references/coverage/coverage_support/2023-03-20T14:38:19+01:00/user-guide/aws/support/2023-08-30T15:39:42+05:30/references/coverage/coverage_swf/2023-03-20T14:38:19+01:00/user-guide/aws/systems-manager/2023-09-11T15:14:44+05:30/tags/terraform/2023-09-06T08:59:00+02:00/tags/testing/2023-05-04T11:45:00+05:30/tags/tflocal-cli/2023-08-17T22:23:40+05:30/user-guide/aws/timestream/2023-07-20T15:44:07+02:00/references/coverage/coverage_timestream-query/2023-03-20T14:38:19+01:00/references/coverage/coverage_timestream-write/2023-03-20T14:38:19+01:00/categories/tools/2023-09-29T12:57:11+01:00/references/coverage/coverage_transcribe/2023-03-20T14:38:19+01:00/user-guide/aws/transcribe/2023-09-27T11:21:47+02:00/references/coverage/coverage_transfer/2023-03-20T14:38:19+01:00/user-guide/aws/transfer/2023-09-11T18:22:02-05:00/tags/troubleshooting/2023-09-29T12:57:11+01:00/user-guide/aws/xray/2023-09-18T08:38:19+02:00/references/coverage/coverage_xray/2023-03-20T14:38:19+01:00 \ No newline at end of file +/user-guide/aws/feature-coverage/2023-09-18T08:38:19+02:00/references/network-troubleshooting/endpoint-url/2023-09-29T12:57:11+01:00/academy/localstack-101/course-overview/2023-08-23T14:33:03+05:00/user-guide/aws/2022-12-01T14:30:06+05:30/references/network-troubleshooting/2023-05-19T17:05:51+05:30/developer-hub/2023-03-30T17:05:01+02:00/overview/2023-08-17T22:23:40+05:30/tutorials/schema-evolution-glue-msk/2023-08-17T22:23:40+05:30/user-guide/web-application/accounts/2023-08-17T22:23:40+05:30/user-guide/integrations/aws-cli/2023-02-03T15:18:39+05:30/tutorials/lambda-ecr-container-images/2023-08-17T22:23:40+05:30/getting-started/2023-08-17T22:23:40+05:30/user-guide/integrations/2022-12-01T14:30:06+05:30/user-guide/web-application/teams/2023-04-17T16:22:53+05:30/references/network-troubleshooting/transparent-endpoint-injection/2023-09-29T12:57:11+01:00/academy/localstack-101/what-is-localstack/2023-08-23T14:33:03+05:00/references/network-troubleshooting/created-resources/2023-09-29T12:57:11+01:00/tutorials/java-notification-app/2023-08-17T22:54:42+05:30/contributing/contributing/2022-12-01T14:30:06+05:30/user-guide/extensions/2023-10-12T09:22:38+02:00/user-guide/tools/cloud-pods/getting-started/2023-10-13T09:43:04+05:30/user-guide/ci/2023-04-27T14:09:45+05:30/user-guide/extensions/quickstart/2023-10-12T09:22:38+02:00/tutorials/elb-load-balancing/2023-08-17T22:23:40+05:30/user-guide/web-application/stack-insights/2023-02-20T23:11:36+01:00/academy/localstack-101/why-localstack/2023-08-23T14:33:03+05:00/user-guide/ci/circle-ci/2023-04-27T14:09:45+05:30/user-guide/tools/cloud-pods/pods-cli/2023-10-13T09:43:04+05:30/contributing/development-environment-setup/2023-09-26T13:38:02+02:00/academy/localstack-101/getting-started/2023-08-23T14:33:03+05:00/tutorials/s3-static-website-terraform/2023-08-17T22:23:40+05:30/user-guide/web-application/resource-browser/2023-04-24T21:27:46+05:30/user-guide/integrations/serverless-framework/2023-03-27T16:55:20+02:00/user-guide/integrations/testcontainers/2023-06-23T00:43:59-06:00/user-guide/integrations/spring-cloud-function/2023-03-27T16:55:20+02:00/user-guide/tools/lambda-tools/hot-reloading/2023-09-16T14:23:55+02:00/user-guide/integrations/architect/2022-12-01T14:30:06+05:30/user-guide/integrations/copilot/2022-12-01T14:30:06+05:30/user-guide/tools/cloud-pods/remotes/2023-09-28T16:37:25+05:30/user-guide/web-application/cloud-pods-browser/2023-04-24T21:27:46+05:30/tutorials/reproducible-machine-learning-cloud-pods/2023-08-17T22:23:40+05:30/user-guide/integrations/crossplane/2023-09-06T08:59:00+02:00/user-guide/ci/drone-ci/2023-04-27T14:09:45+05:30/user-guide/web-application/extensions-library/2023-10-03T12:28:46-07:00/user-guide/ci/github-actions/2023-04-27T14:09:45+05:30/references/lambda-provider-v2/2023-05-08T14:00:03+00:00/references/coverage/2023-05-19T17:05:51+05:30/user-guide/tools/testing-tools/2022-12-01T14:30:06+05:30/user-guide/extensions/managing-extensions/2023-10-12T09:22:38+02:00/user-guide/tools/lambda-tools/debugging/2023-09-16T14:23:55+02:00/user-guide/web-application/single-sign-on/azure-ad/2023-03-02T21:22:50+05:30/user-guide/integrations/terraform/2023-09-06T08:59:00+02:00/academy/localstack-101/web-app-resource-browser/2023-08-23T14:33:03+05:00/user-guide/tools/cockpit/2023-04-03T16:21:02+01:00/tutorials/ecs-ecr-container-app/2023-08-17T22:54:42+05:30/user-guide/tools/transparent-endpoint-injection/dns-server/2023-09-29T12:57:11+01:00/user-guide/web-application/export-import-state/2023-10-10T02:16:00+05:30/academy/localstack-101/full-project-demo/2023-08-23T14:33:03+05:00/academy/localstack-101/2023-08-23T14:33:03+05:00/contributing/concepts/2022-12-29T12:19:43+01:00/user-guide/tools/transparent-endpoint-injection/patched-sdks/2023-05-04T17:56:26+05:30/user-guide/ci/travis-ci/2023-04-27T14:09:45+05:30/user-guide/integrations/aws-sam/2022-12-01T14:30:06+05:30/academy/localstack-101/cloud-pods/2023-08-23T14:33:03+05:00/user-guide/web-application/custom-local-endpoint/custom-local-endpoint/2023-10-10T02:16:00+05:30/user-guide/ci/gitlab-ci/2023-05-04T11:45:00+05:30/contributing/integration-tests/2023-10-12T10:43:09+02:00/user-guide/tools/localsurf/2023-03-14T14:32:31+05:30/contributing/parity-testing/2023-02-03T15:18:39+05:30/user-guide/2022-12-01T14:30:06+05:30/user-guide/integrations/aws-cdk/2023-06-23T12:19:51+05:30/user-guide/ci/harness-ci/2023-04-27T14:09:45+05:30/user-guide/tools/localstack-docker-extension/2023-01-13T18:45:43+05:30/user-guide/web-application/single-sign-on/2023-10-10T02:16:00+05:30/user-guide/tools/cloud-pods/2023-10-13T09:43:04+05:30/user-guide/tools/cloud-pods/launchpad/2023-10-13T09:43:04+05:30/references/configuration/2023-10-11T16:58:45+02:00/user-guide/extensions/developing-extensions/2023-10-12T09:22:38+02:00/getting-started/installation/2023-09-29T12:57:11+01:00/user-guide/tools/lambda-tools/2022-12-01T14:30:06+05:30/user-guide/integrations/pulumi/2023-02-03T15:18:39+05:30/contributing/terraform-tests/2022-12-01T14:30:06+05:30/user-guide/tools/transparent-endpoint-injection/2023-03-27T16:55:20+02:00/tutorials/2023-03-30T17:05:01+02:00/user-guide/integrations/cdk-for-terraform/2023-04-23T09:59:36+05:30/user-guide/integrations/kafka/2023-04-23T09:59:36+05:30/user-guide/integrations/chalice/2023-04-23T09:59:36+05:30/user-guide/integrations/gitpod/2023-04-23T09:59:36+05:30/user-guide/extensions/official-extensions/2023-10-12T09:22:38+02:00/getting-started/api-key/2023-09-19T15:32:31+01:00/applications/2023-03-30T17:05:01+02:00/academy/2023-08-23T14:33:03+05:00/getting-started/quickstart/2023-06-23T09:37:24+02:00/getting-started/faq/2023-09-29T12:57:11+01:00/user-guide/tools/2022-12-01T14:30:06+05:30/references/arm64-support/2023-05-19T17:05:51+05:30/references/credentials/2023-05-19T17:05:51+05:30/references/cross-account-access/2023-09-28T12:05:02+05:30/references/custom-tls-certificates/2023-08-02T12:53:03+02:00/references/docker-images/2023-05-19T17:05:51+05:30/references/extensions/2023-10-12T09:22:38+02:00/references/external-ports/2023-09-04T20:13:29+05:30/references/filesystem/2023-05-19T17:05:51+05:30/getting-started/glossary/2023-10-12T09:22:38+02:00/references/init-hooks/2023-09-13T12:33:31+02:00/references/internal-endpoints/2023-05-19T17:05:51+05:30/references/localstack-on-kubernetes/2023-05-19T17:05:51+05:30/user-guide/web-application/2022-12-01T14:30:06+05:30/references/logging/2023-05-19T17:05:51+05:30/references/multi-account-setups/2023-05-25T10:39:37+05:30/references/persistence-mechanism/2023-08-17T22:23:40+05:30/references/podman/2023-05-19T17:05:51+05:30/references/2023-02-03T15:18:39+05:30/references/usage-tracking/2023-05-19T17:05:51+05:30/contributing/2022-12-01T14:30:06+05:30/getting-started/help-and-support/2023-06-23T09:37:24+02:00/user-guide/tools/cloud-pods/community/2023-10-13T09:43:04+05:30/categories/2023-10-11T10:24:58+02:00/tags/dotnet/2023-06-23T00:43:59-06:00/tags/go/2023-06-23T00:43:59-06:00/tags/java/2023-08-17T22:54:42+05:30/tags/jvm/2023-06-23T00:43:59-06:00/tags/kotlin/2023-06-23T00:43:59-06:00/categories/localstack-community/2023-10-11T10:24:58+02:00/categories/localstack-pro/2023-10-11T10:24:58+02:00/tags/2023-10-12T09:22:38+02:00/tags/test/2023-06-23T00:43:59-06:00/tags/testcontainers/2023-06-23T00:43:59-06:00/tags/serverless-framework/2023-08-17T22:23:40+05:30/tags/spring/2023-03-27T16:55:20+02:00/tags/spring-cloud/2023-03-27T16:55:20+02:00/tags/spring-cloud-function/2023-03-27T16:55:20+02:00/applications/temp/2023-03-30T17:05:01+02:00/references/network-troubleshooting/readme/2023-03-17T10:22:16+00:00/user-guide/integrations/sdks/dotnet/2023-09-11T10:43:08+03:00/tags/access-key-id/2023-05-19T17:05:51+05:30/tags/account-id/2023-05-25T10:39:37+05:30/tags/accounts/2023-08-17T22:23:40+05:30/tags/acm/2023-04-28T19:11:32+05:30/references/coverage/coverage_acm/2023-03-20T14:38:19+01:00/user-guide/aws/apigateway/2023-05-11T08:58:11+03:00/applications/amazon-rds-initialization-using-cdk-lambda-ecr-and-secrets-manager/2023-06-28T15:22:44+05:00/tags/amplify/2023-04-27T21:08:52+05:30/references/coverage/coverage_amplify/2023-03-20T14:38:19+01:00/tags/amplify-localstack/2023-04-27T21:08:52+05:30/tags/amplify-plugin/2023-04-27T21:08:52+05:30/tags/amplifylocal/2023-04-27T21:08:52+05:30/tags/apigateway/2023-05-11T08:58:11+03:00/references/coverage/coverage_apigateway/2023-03-20T14:38:19+01:00/tags/apigateway-localstack/2023-05-11T08:58:11+03:00/references/coverage/coverage_apigatewaymanagementapi/2023-03-20T14:38:19+01:00/tags/apigatewayv2/2023-05-11T08:58:11+03:00/references/coverage/coverage_apigatewayv2/2023-03-20T14:38:19+01:00/references/coverage/coverage_appconfig/2023-03-20T14:38:19+01:00/user-guide/aws/appconfig/2023-08-30T15:42:43+05:30/tags/apple/2023-05-19T17:05:51+05:30/user-guide/aws/application-autoscaling/2023-08-31T16:43:39+05:30/references/coverage/coverage_application-autoscaling/2023-03-20T14:38:19+01:00/tags/appsync/2023-06-28T15:22:44+05:00/references/coverage/coverage_appsync/2023-03-20T14:38:19+01:00/user-guide/aws/appsync/2023-09-04T23:45:02+05:30/applications/appsync-graphql-apis-for-dynamodb-and-rds-aurora-postgresql/2023-06-28T15:22:44+05:00/tags/architect/2022-12-01T14:30:06+05:30/references/coverage/coverage_athena/2023-03-20T14:38:19+01:00/user-guide/aws/athena/2023-09-05T13:17:30+05:30/references/coverage/coverage_autoscaling/2023-03-20T14:38:19+01:00/user-guide/aws/amplify/2023-04-27T21:08:52+05:30/user-guide/aws/acm/2023-04-28T19:11:32+05:30/tags/aws-java-sdk/2023-08-17T22:54:42+05:30/user-guide/aws/organization/2022-12-01T14:30:06+05:30/tags/aws-amplify/2023-04-27T21:08:52+05:30/tags/aws-certificate-manager/2023-04-28T19:11:32+05:30/tags/aws-lambda/2023-10-11T10:24:58+02:00/references/coverage/coverage_backup/2023-03-20T14:38:19+01:00/user-guide/aws/backup/2023-08-30T00:43:03+05:30/tags/bash/2023-08-17T22:54:42+05:30/references/coverage/coverage_batch/2023-03-20T14:38:19+01:00/user-guide/aws/batch/2023-09-27T07:30:16+01:00/tags/big-data/2023-06-28T15:22:44+05:00/user-guide/integrations/sdks/cpp/2023-03-07T19:17:35+01:00/tags/cdk/2023-06-23T12:19:51+05:30/tags/cdk-for-terraform/2023-04-23T09:59:36+05:30/tags/cdktf/2023-04-23T09:59:36+05:30/references/coverage/coverage_ce/2023-03-20T14:38:19+01:00/tags/chalice/2023-04-23T09:59:36+05:30/tags/ci/2023-05-04T11:45:00+05:30/tags/cloud-pods/2023-08-17T22:23:40+05:30/references/coverage/coverage_cloudformation/2023-03-20T14:38:19+01:00/tags/cloudformation/2023-08-17T22:54:42+05:30/user-guide/aws/cloudformation/2023-08-30T19:47:20+05:30/references/coverage/coverage_cloudfront/2023-03-20T14:38:19+01:00/user-guide/aws/cloudfront/2023-08-31T11:20:16+05:30/references/coverage/coverage_cloudtrail/2023-03-20T14:38:19+01:00/user-guide/aws/cloudtrail/2023-08-29T21:22:38+05:30/references/coverage/coverage_cloudwatch/2023-03-20T14:38:19+01:00/user-guide/aws/cloudwatch/2023-08-10T09:44:16+05:30/references/coverage/coverage_codecommit/2023-03-20T14:38:19+01:00/user-guide/aws/codecommit/2023-09-05T17:51:59+05:30/user-guide/aws/cognito/2023-10-03T12:22:36-04:00/references/coverage/coverage_cognito-identity/2023-03-20T14:38:19+01:00/references/coverage/coverage_cognito-idp/2023-03-20T14:38:19+01:00/tags/compliance/2023-06-28T15:22:44+05:00/references/coverage/coverage_config/2023-03-20T14:38:19+01:00/user-guide/aws/config/2023-09-11T20:12:33+05:30/tags/container/2023-08-17T22:23:40+05:30/tags/container-image/2023-08-17T22:23:40+05:30/tags/continuous-delivery/2023-05-04T11:45:00+05:30/tags/continuous-integration/2023-05-04T11:45:00+05:30/user-guide/aws/cost-explorer/2023-08-31T12:11:26+05:30/tags/crossplane/2023-09-06T08:59:00+02:00/tags/data-analytics/2023-06-28T15:22:44+05:00/tags/databases/2023-06-28T15:22:44+05:00/tags/development-environment/2023-04-23T09:59:36+05:30/categories/dns/2023-09-29T12:57:11+01:00/references/coverage/coverage_docdb/2023-03-20T14:38:19+01:00/tags/docker/2023-08-17T22:23:40+05:30/tags/docker-desktop/2023-01-13T18:45:43+05:30/2021-10-08T11:40:02+02:00/user-guide/aws/docdb/2023-08-04T11:21:49+05:30/tags/dynamodb/2023-06-28T15:22:44+05:00/references/coverage/coverage_dynamodb/2023-03-20T14:38:19+01:00/user-guide/aws/dynamodb/2023-08-30T12:47:00+05:30/references/coverage/coverage_dynamodbstreams/2023-03-20T14:38:19+01:00/references/coverage/coverage_ec2/2023-03-20T14:38:19+01:00/references/coverage/coverage_ecr/2023-03-20T14:38:19+01:00/tags/ecr/2023-08-17T22:54:42+05:30/references/coverage/coverage_ecs/2023-03-20T14:38:19+01:00/tags/ecs/2023-08-17T22:54:42+05:30/references/coverage/coverage_efs/2023-03-20T14:38:19+01:00/references/coverage/coverage_eks/2023-03-20T14:38:19+01:00/user-guide/aws/elastic-beanstalk/2023-08-31T16:39:58+05:30/user-guide/aws/elastic-compute-cloud/2023-09-21T18:34:37+05:30/user-guide/aws/elastic-container-registry/2023-09-05T17:25:25+05:30/user-guide/aws/elastic-container-service/2023-03-27T16:55:20+02:00/user-guide/aws/elastic-file-system/2023-08-29T21:38:11+05:30/user-guide/aws/elastic-kubernetes-service/2023-10-03T11:00:55+01:00/tags/elastic-load-balancing/2023-08-17T22:23:40+05:30/user-guide/aws/elastic-load-balancing/2023-10-06T17:03:26+05:30/user-guide/aws/elastic-mapreduce/2023-06-21T20:27:39+05:30/references/coverage/coverage_elasticache/2023-03-20T14:38:19+01:00/user-guide/aws/elasticache/2023-09-15T17:41:05+02:00/references/coverage/coverage_elasticbeanstalk/2023-03-20T14:38:19+01:00/user-guide/aws/elasticsearch/2023-03-27T16:55:20+02:00/references/coverage/coverage_elb/2023-03-20T14:38:19+01:00/references/coverage/coverage_elbv2/2023-03-20T14:38:19+01:00/user-guide/aws/mediastore/2023-09-13T11:26:44+01:00/references/coverage/coverage_emr/2023-03-20T14:38:19+01:00/references/coverage/coverage_emr-serverless/2023-06-26T09:29:22+02:00/references/coverage/coverage_es/2023-03-20T14:38:19+01:00/applications/event-driven-architecture-with-amazon-sns-fifo-dynamodb-lambda-and-s3/2023-06-28T15:22:44+05:00/tags/event-driven-architecture/2023-07-27T12:31:23+02:00/user-guide/aws/eventbridge/2023-07-23T22:17:43-04:00/references/coverage/coverage_events/2023-03-20T14:38:19+01:00/tags/extensions/2023-10-12T09:22:38+02:00/tags/fargate/2023-08-17T22:54:42+05:30/user-guide/aws/fis/2023-08-30T13:05:02+05:30/references/coverage/coverage_firehose/2023-03-20T14:38:19+01:00/references/coverage/coverage_fis/2023-03-20T14:38:19+01:00/applications/full-stack-application-with-aws-lambda-dynamodb-s3-for-shipment-validation/2023-06-28T15:22:44+05:00/tags/gitpod/2023-04-23T09:59:36+05:30/references/coverage/coverage_glacier/2023-03-20T14:38:19+01:00/user-guide/aws/glacier/2023-09-13T09:09:02+02:00/references/coverage/coverage_glue/2023-03-20T14:38:19+01:00/user-guide/aws/glue/2023-09-12T13:08:30+02:00/tags/glue-schema-registry/2023-08-17T22:23:40+05:30/user-guide/integrations/sdks/go/2023-02-06T15:46:00+01:00/tags/graphql/2023-06-28T15:22:44+05:00/references/coverage/coverage_iam/2023-03-20T14:38:19+01:00/tags/ide-integration/2023-04-23T09:59:36+05:30/tags/identity/2023-06-28T15:22:44+05:00/user-guide/aws/iam/2023-08-13T16:25:17+05:30/tags/infrastructure-as-code/2023-09-06T08:59:00+02:00/tags/internal-endpoints/2023-05-19T17:05:51+05:30/references/coverage/coverage_iot/2023-03-20T14:38:19+01:00/user-guide/aws/iot/2023-09-21T18:34:37+05:30/references/coverage/coverage_iot-data/2023-03-20T14:38:19+01:00/references/coverage/coverage_iotanalytics/2023-03-20T14:38:19+01:00/references/coverage/coverage_iotwireless/2023-03-20T14:38:19+01:00/user-guide/integrations/sdks/java/2023-08-07T21:00:38+02:00/tags/javascript/2023-08-17T22:23:40+05:30/user-guide/integrations/sdks/javascript/2023-08-17T22:23:40+05:30/tags/k8s/2023-05-19T17:05:51+05:30/references/coverage/coverage_kafka/2023-03-20T14:38:19+01:00/tags/kafka/2023-08-17T22:23:40+05:30/user-guide/aws/kms/2023-08-14T18:56:38+02:00/references/coverage/coverage_kinesis/2023-03-20T14:38:19+01:00/user-guide/aws/kinesis/2023-09-04T23:27:09+05:30/user-guide/aws/kinesis-analytics/2023-08-30T13:04:38+05:30/user-guide/aws/kinesis-firehose/2023-08-30T00:36:11+05:30/references/coverage/coverage_kinesisanalytics/2023-03-20T14:38:19+01:00/references/coverage/coverage_kinesisanalyticsv2/2023-03-20T14:38:19+01:00/references/coverage/coverage_kms/2023-03-20T14:38:19+01:00/tags/kubernetes/2023-09-06T08:59:00+02:00/references/coverage/coverage_lakeformation/2023-03-20T14:38:19+01:00/references/coverage/coverage_lambda/2023-03-20T14:38:19+01:00/tags/lambda/2023-10-11T10:24:58+02:00/user-guide/aws/lambda/2023-10-11T10:24:58+02:00/tags/lambda-layers/2023-10-11T10:24:58+02:00/tags/lambda-debugging/2023-10-11T10:24:58+02:00/tags/lambda-hot-reloading/2023-10-11T10:24:58+02:00/tags/lambda-trigger/2023-06-28T15:22:44+05:00/user-guide/integrations/sdks/2022-12-01T14:30:06+05:30/applications/loan-broker-application-with-aws-step-functions-dynamodb-lambda-sqs-and-sns/2023-06-28T15:22:44+05:00/categories/localstack/2023-09-28T12:05:02+05:30/categories/localstack-cockpit/2023-04-03T16:21:02+01:00/tags/localstack-enterprise/2023-04-24T21:27:46+05:30/tags/localstack-pro/2023-10-10T02:16:00+05:30/categories/localstack-pro-enterprise/2023-09-19T15:32:31+01:00/tags/localstack-team/2023-04-24T21:27:46+05:30/tags/localstack-endpoints/2023-05-19T17:05:51+05:30/tags/localstack-lambda/2023-10-11T10:24:58+02:00/tags/localsurf/2023-06-28T15:22:44+05:00/tags/logging/2023-05-19T17:05:51+05:30/references/coverage/coverage_logs/2023-03-20T14:38:19+01:00/user-guide/aws/logs/2022-12-01T14:30:06+05:30/tags/m1/2023-05-19T17:05:51+05:30/tags/machine-learning/2023-08-17T22:23:40+05:30/user-guide/aws/managed-streaming-for-kafka/2023-08-31T12:07:13+05:30/user-guide/aws/mwaa/2023-08-30T12:46:33+05:30/references/coverage/coverage_mediastore/2023-03-20T14:38:19+01:00/references/coverage/coverage_mediastore-data/2023-03-20T14:38:19+01:00/applications/messaging-processing-application-with-sqs-dynamodb-and-fargate/2023-06-28T15:22:44+05:00/tags/microservices/2023-06-28T15:22:44+05:00/applications/mnist-handwritten-digit-recognition-model-running-on-a-local-sagemaker-endpoint/2023-06-28T15:22:44+05:00/references/coverage/coverage_mq/2023-03-20T14:38:19+01:00/user-guide/aws/mq/2023-09-27T11:21:47+02:00/tags/msk/2023-08-17T22:23:40+05:30/tags/multi-account/2023-09-28T12:05:02+05:30/tags/multi-tenant/2023-09-28T12:05:02+05:30/references/coverage/coverage_mwaa/2023-03-20T14:38:19+01:00/tags/namespaces/2023-09-28T12:05:02+05:30/references/coverage/coverage_neptune/2023-03-20T14:38:19+01:00/user-guide/aws/neptune/2023-09-13T12:01:26+02:00/tags/networking/2023-09-29T12:57:11+01:00/tags/nginx/2023-08-17T22:54:42+05:30/tags/node.js/2023-08-17T22:23:40+05:30/applications/note-taking-application-using-aws-sdk-for-javascript/2023-06-28T15:22:44+05:00/references/coverage/coverage_opensearch/2023-03-20T14:38:19+01:00/user-guide/aws/opensearch/2023-08-30T20:58:41+05:30/references/coverage/coverage_organizations/2023-03-20T14:38:19+01:00/user-guide/integrations/sdks/php/2022-12-01T14:30:06+05:30/tags/podman/2023-05-19T17:05:51+05:30/tags/pulumi/2023-02-03T15:18:39+05:30/user-guide/integrations/sdks/python/2023-03-17T10:22:16+00:00/references/coverage/coverage_qldb/2023-03-20T14:38:19+01:00/references/coverage/coverage_qldb-session/2023-03-20T14:38:19+01:00/user-guide/aws/qldb/2023-02-03T15:18:39+05:30/applications/query-data-in-s3-bucket-with-amazon-athena-glue-catalog-cloudformation/2023-06-28T15:22:44+05:00/references/coverage/coverage_ram/2023-09-25T09:26:05+02:00/tags/raspberry-pi/2023-05-19T17:05:51+05:30/tags/rds/2023-06-28T15:22:44+05:00/references/coverage/coverage_rds/2023-03-20T14:38:19+01:00/references/coverage/coverage_rds-data/2023-03-20T14:38:19+01:00/tags/rds-proxy/2023-07-27T12:31:23+02:00/references/coverage/coverage_redshift/2023-03-20T14:38:19+01:00/user-guide/aws/redshift/2023-09-01T15:19:01+05:30/references/coverage/coverage_redshift-data/2023-03-20T14:38:19+01:00/user-guide/aws/rds/2023-10-11T16:58:45+02:00/tags/reproducible/2023-08-17T22:23:40+05:30/user-guide/aws/resourcegroups/2023-09-11T16:47:36+05:30/references/coverage/coverage_resource-groups/2023-03-20T14:38:19+01:00/references/coverage/coverage_resourcegroupstaggingapi/2023-03-20T14:38:19+01:00/references/coverage/coverage_route53/2023-03-20T14:38:19+01:00/user-guide/aws/route53/2023-09-15T09:42:50+05:30/references/coverage/coverage_route53resolver/2023-03-20T14:38:19+01:00/tags/ruby/2023-04-27T11:54:24+05:30/user-guide/integrations/sdks/ruby/2023-04-27T11:54:24+05:30/tags/rule-based-authentication/2023-06-28T15:22:44+05:00/references/coverage/coverage_s3/2023-03-20T14:38:19+01:00/tags/s3/2023-08-17T22:23:40+05:30/user-guide/aws/s3/2023-09-27T07:46:00+02:00/tags/s3-website/2023-08-17T22:23:40+05:30/references/coverage/coverage_s3control/2023-03-20T14:38:19+01:00/references/coverage/coverage_sagemaker/2023-03-20T14:38:19+01:00/user-guide/aws/sagemaker/2023-10-12T13:40:11+05:30/references/coverage/coverage_sagemaker-runtime/2023-03-20T14:38:19+01:00/tags/sam/2022-12-01T14:30:06+05:30/references/coverage/coverage_scheduler/2023-08-07T09:31:39+02:00/tags/schema-evolution/2023-08-17T22:23:40+05:30/tags/sdk/2023-09-11T10:43:08+03:00/applications/search-application-with-lambda-kinesis-firehose-elasticsearch-s3/2023-07-27T12:31:23+02:00/tags/secret-access-key/2023-05-19T17:05:51+05:30/user-guide/aws/secretsmanager/2023-09-11T19:23:39+05:30/references/coverage/coverage_secretsmanager/2023-03-20T14:38:19+01:00/tags/security/2023-06-28T15:22:44+05:00/user-guide/aws/security-token-service/2023-09-13T06:43:17+02:00/tags/self-managed/2023-04-23T09:59:36+05:30/tags/serverless/2023-10-11T10:24:58+02:00/user-guide/aws/serverlessrepo/2023-09-11T19:10:28+05:30/applications/serverless-container-based-apis-with-amazon-ecs-api-gateway/2023-06-28T15:22:44+05:00/applications/serverless-image-resizer-with-aws-lambda-s3-sns-and-ses/2023-06-28T15:22:44+05:00/applications/serverless-microservices-with-amazon-api-gateway-dynamodb-sqs-and-lambda/2023-06-28T15:22:44+05:00/applications/serverless-rds-proxy-with-api-gateway-lambda-and-aurora-rds/2023-07-27T12:31:23+02:00/applications/serverless-transcription-application-using-transcribe-s3-lambda-sqs-and-ses/2023-06-28T15:22:44+05:00/tags/serverless-containers/2023-06-28T15:22:44+05:00/tags/serverless-localstack-plugin/2023-08-17T22:23:40+05:30/references/coverage/coverage_serverlessrepo/2023-03-20T14:38:19+01:00/user-guide/aws/servicediscovery/2023-09-04T23:45:02+05:30/references/coverage/coverage_servicediscovery/2023-03-20T14:38:19+01:00/references/coverage/coverage_ses/2023-03-20T14:38:19+01:00/references/coverage/coverage_sesv2/2023-03-20T14:38:19+01:00/tags/silicon/2023-05-19T17:05:51+05:30/tags/simple-email-service/2023-08-17T22:54:42+05:30/user-guide/aws/ses/2023-09-27T11:21:28+05:30/tags/simple-notification-service/2023-08-17T22:54:42+05:30/user-guide/aws/sns/2023-08-24T22:36:50+05:30/tags/simple-queue-service/2023-08-17T22:54:42+05:30/user-guide/aws/sqs/2023-09-13T06:42:57+02:00/user-guide/aws/swf/2023-09-02T00:15:24+05:30/references/coverage/coverage_sns/2023-03-20T14:38:19+01:00/tags/spring-boot/2023-08-17T22:54:42+05:30/references/coverage/coverage_sqs/2023-03-20T14:38:19+01:00/tags/ssl/2023-08-02T12:53:03+02:00/references/coverage/coverage_ssm/2023-03-20T14:38:19+01:00/tags/sso/2023-10-10T02:16:00+05:30/references/coverage/coverage_sso-admin/2023-05-29T10:37:24+02:00/tags/stack-insights/2023-02-20T23:11:36+01:00/tags/static-website/2023-08-17T22:23:40+05:30/user-guide/aws/stepfunctions/2023-09-02T00:12:48+05:30/applications/step-up-authentication-using-amazon-cognito/2023-06-28T15:22:44+05:00/tags/step-up-auth/2023-06-28T15:22:44+05:00/references/coverage/coverage_stepfunctions/2023-03-20T14:38:19+01:00/references/coverage/coverage_sts/2023-03-20T14:38:19+01:00/references/coverage/coverage_support/2023-03-20T14:38:19+01:00/user-guide/aws/support/2023-08-30T15:39:42+05:30/references/coverage/coverage_swf/2023-03-20T14:38:19+01:00/user-guide/aws/systems-manager/2023-09-11T15:14:44+05:30/tags/terraform/2023-09-06T08:59:00+02:00/tags/testing/2023-05-04T11:45:00+05:30/tags/tflocal-cli/2023-08-17T22:23:40+05:30/user-guide/aws/timestream/2023-07-20T15:44:07+02:00/references/coverage/coverage_timestream-query/2023-03-20T14:38:19+01:00/references/coverage/coverage_timestream-write/2023-03-20T14:38:19+01:00/categories/tools/2023-09-29T12:57:11+01:00/references/coverage/coverage_transcribe/2023-03-20T14:38:19+01:00/user-guide/aws/transcribe/2023-09-27T11:21:47+02:00/references/coverage/coverage_transfer/2023-03-20T14:38:19+01:00/user-guide/aws/transfer/2023-09-11T18:22:02-05:00/tags/troubleshooting/2023-09-29T12:57:11+01:00/user-guide/aws/xray/2023-09-18T08:38:19+02:00/references/coverage/coverage_xray/2023-03-20T14:38:19+01:00 \ No newline at end of file diff --git a/tools/cloud-pods/getting-started/index.html b/tools/cloud-pods/getting-started/index.html deleted file mode 100644 index accb6b5106..0000000000 --- a/tools/cloud-pods/getting-started/index.html +++ /dev/null @@ -1 +0,0 @@ -/user-guide/tools/cloud-pods/getting-started/ \ No newline at end of file diff --git a/tools/cloud-pods/index.html b/tools/cloud-pods/index.html deleted file mode 100644 index c741997508..0000000000 --- a/tools/cloud-pods/index.html +++ /dev/null @@ -1 +0,0 @@ -/user-guide/tools/cloud-pods/ \ No newline at end of file diff --git a/tools/cloud-pods/pods-cli/index.html b/tools/cloud-pods/pods-cli/index.html deleted file mode 100644 index ad74a4559f..0000000000 --- a/tools/cloud-pods/pods-cli/index.html +++ /dev/null @@ -1 +0,0 @@ -/user-guide/tools/cloud-pods/pods-cli/ \ No newline at end of file diff --git a/tutorials/ecs-ecr-container-app/index.html b/tutorials/ecs-ecr-container-app/index.html index c2ee4cb3a9..2e683ee974 100644 --- a/tutorials/ecs-ecr-container-app/index.html +++ b/tutorials/ecs-ecr-container-app/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/tutorials/elb-load-balancing/index.html b/tutorials/elb-load-balancing/index.html index 1ec7394333..98832c0c80 100644 --- a/tutorials/elb-load-balancing/index.html +++ b/tutorials/elb-load-balancing/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/tutorials/index.html b/tutorials/index.html index 38bf1b5f50..04baa77c24 100644 --- a/tutorials/index.html +++ b/tutorials/index.html @@ -129,11 +129,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/tutorials/java-notification-app/index.html b/tutorials/java-notification-app/index.html index 15c97f2f59..5776c249e7 100644 --- a/tutorials/java-notification-app/index.html +++ b/tutorials/java-notification-app/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/tutorials/lambda-ecr-container-images/index.html b/tutorials/lambda-ecr-container-images/index.html index e717216417..a28f711baf 100644 --- a/tutorials/lambda-ecr-container-images/index.html +++ b/tutorials/lambda-ecr-container-images/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/tutorials/reproducible-machine-learning-cloud-pods/index.html b/tutorials/reproducible-machine-learning-cloud-pods/index.html index 9d634ce9f7..2b320fb179 100644 --- a/tutorials/reproducible-machine-learning-cloud-pods/index.html +++ b/tutorials/reproducible-machine-learning-cloud-pods/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/tutorials/s3-static-website-terraform/index.html b/tutorials/s3-static-website-terraform/index.html index 278f1bcb51..d1a8f5eb71 100644 --- a/tutorials/s3-static-website-terraform/index.html +++ b/tutorials/s3-static-website-terraform/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/tutorials/schema-evolution-glue-msk/index.html b/tutorials/schema-evolution-glue-msk/index.html index 53d389ba02..cf60aba85f 100644 --- a/tutorials/schema-evolution-glue-msk/index.html +++ b/tutorials/schema-evolution-glue-msk/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/acm/index.html b/user-guide/aws/acm/index.html index 4a46386db5..f118035856 100644 --- a/user-guide/aws/acm/index.html +++ b/user-guide/aws/acm/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/amplify/index.html b/user-guide/aws/amplify/index.html index 94e19a7204..9c72173e4c 100644 --- a/user-guide/aws/amplify/index.html +++ b/user-guide/aws/amplify/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/apigateway/index.html b/user-guide/aws/apigateway/index.html index 92af36df75..47ed4ee2d0 100644 --- a/user-guide/aws/apigateway/index.html +++ b/user-guide/aws/apigateway/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/appconfig/index.html b/user-guide/aws/appconfig/index.html index d3231adca5..679baf5795 100644 --- a/user-guide/aws/appconfig/index.html +++ b/user-guide/aws/appconfig/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/application-autoscaling/index.html b/user-guide/aws/application-autoscaling/index.html index 669b1c98c2..4d2cb34fd1 100644 --- a/user-guide/aws/application-autoscaling/index.html +++ b/user-guide/aws/application-autoscaling/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/appsync/index.html b/user-guide/aws/appsync/index.html index b87793fc4d..24ef5e3cef 100644 --- a/user-guide/aws/appsync/index.html +++ b/user-guide/aws/appsync/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/athena/index.html b/user-guide/aws/athena/index.html index 4640f6dbcf..2a4ba93e91 100644 --- a/user-guide/aws/athena/index.html +++ b/user-guide/aws/athena/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/backup/index.html b/user-guide/aws/backup/index.html index 81af725420..ae09a72aa1 100644 --- a/user-guide/aws/backup/index.html +++ b/user-guide/aws/backup/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/batch/index.html b/user-guide/aws/batch/index.html index c38bd95e1e..b288c76cb2 100644 --- a/user-guide/aws/batch/index.html +++ b/user-guide/aws/batch/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/cloudformation/index.html b/user-guide/aws/cloudformation/index.html index e011feaea7..a32b9cef7b 100644 --- a/user-guide/aws/cloudformation/index.html +++ b/user-guide/aws/cloudformation/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/cloudfront/index.html b/user-guide/aws/cloudfront/index.html index 37bb685f4f..50ce7d188b 100644 --- a/user-guide/aws/cloudfront/index.html +++ b/user-guide/aws/cloudfront/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/cloudtrail/index.html b/user-guide/aws/cloudtrail/index.html index a85a2004b7..cd6b8d4b4e 100644 --- a/user-guide/aws/cloudtrail/index.html +++ b/user-guide/aws/cloudtrail/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/cloudwatch/index.html b/user-guide/aws/cloudwatch/index.html index daad24d4f1..8e8f805fb6 100644 --- a/user-guide/aws/cloudwatch/index.html +++ b/user-guide/aws/cloudwatch/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/codecommit/index.html b/user-guide/aws/codecommit/index.html index 8fcbadbc32..642bddc27b 100644 --- a/user-guide/aws/codecommit/index.html +++ b/user-guide/aws/codecommit/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/cognito/index.html b/user-guide/aws/cognito/index.html index d56bd32718..b56752d02b 100644 --- a/user-guide/aws/cognito/index.html +++ b/user-guide/aws/cognito/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/config/index.html b/user-guide/aws/config/index.html index 064b6259b1..37ed9d8712 100644 --- a/user-guide/aws/config/index.html +++ b/user-guide/aws/config/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/cost-explorer/index.html b/user-guide/aws/cost-explorer/index.html index cfdcd36a03..45f7f1ba37 100644 --- a/user-guide/aws/cost-explorer/index.html +++ b/user-guide/aws/cost-explorer/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/docdb/index.html b/user-guide/aws/docdb/index.html index 36ed3da613..91e725bb7f 100644 --- a/user-guide/aws/docdb/index.html +++ b/user-guide/aws/docdb/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/dynamodb/index.html b/user-guide/aws/dynamodb/index.html index 807b2cbe37..7fc1116dd4 100644 --- a/user-guide/aws/dynamodb/index.html +++ b/user-guide/aws/dynamodb/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-beanstalk/index.html b/user-guide/aws/elastic-beanstalk/index.html index d228044d9d..a9df00f113 100644 --- a/user-guide/aws/elastic-beanstalk/index.html +++ b/user-guide/aws/elastic-beanstalk/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-compute-cloud/index.html b/user-guide/aws/elastic-compute-cloud/index.html index af47bcee1e..dfbeb55745 100644 --- a/user-guide/aws/elastic-compute-cloud/index.html +++ b/user-guide/aws/elastic-compute-cloud/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-container-registry/index.html b/user-guide/aws/elastic-container-registry/index.html index 6db0b09067..8e01452afb 100644 --- a/user-guide/aws/elastic-container-registry/index.html +++ b/user-guide/aws/elastic-container-registry/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-container-service/index.html b/user-guide/aws/elastic-container-service/index.html index 81506b1ab0..83953471da 100644 --- a/user-guide/aws/elastic-container-service/index.html +++ b/user-guide/aws/elastic-container-service/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-file-system/index.html b/user-guide/aws/elastic-file-system/index.html index 3aaf70cb6d..d2833d07a1 100644 --- a/user-guide/aws/elastic-file-system/index.html +++ b/user-guide/aws/elastic-file-system/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-kubernetes-service/index.html b/user-guide/aws/elastic-kubernetes-service/index.html index 3538e915c7..a31a636657 100644 --- a/user-guide/aws/elastic-kubernetes-service/index.html +++ b/user-guide/aws/elastic-kubernetes-service/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-load-balancing/index.html b/user-guide/aws/elastic-load-balancing/index.html index 564c1602f2..48b1944177 100644 --- a/user-guide/aws/elastic-load-balancing/index.html +++ b/user-guide/aws/elastic-load-balancing/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elastic-mapreduce/index.html b/user-guide/aws/elastic-mapreduce/index.html index 1fa10cf73c..c8078d0c1d 100644 --- a/user-guide/aws/elastic-mapreduce/index.html +++ b/user-guide/aws/elastic-mapreduce/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elasticache/index.html b/user-guide/aws/elasticache/index.html index c3a53c8770..cc26e59b1e 100644 --- a/user-guide/aws/elasticache/index.html +++ b/user-guide/aws/elasticache/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/elasticsearch/index.html b/user-guide/aws/elasticsearch/index.html index c19c0915ef..95bc6b6c8c 100644 --- a/user-guide/aws/elasticsearch/index.html +++ b/user-guide/aws/elasticsearch/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/eventbridge/index.html b/user-guide/aws/eventbridge/index.html index 6004466375..18ac4702c2 100644 --- a/user-guide/aws/eventbridge/index.html +++ b/user-guide/aws/eventbridge/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/feature-coverage/index.html b/user-guide/aws/feature-coverage/index.html index a696b79456..497d5d4787 100644 --- a/user-guide/aws/feature-coverage/index.html +++ b/user-guide/aws/feature-coverage/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/fis/index.html b/user-guide/aws/fis/index.html index 4eb55a2116..3bc779c499 100644 --- a/user-guide/aws/fis/index.html +++ b/user-guide/aws/fis/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/glacier/index.html b/user-guide/aws/glacier/index.html index 8c7921e092..01af14c095 100644 --- a/user-guide/aws/glacier/index.html +++ b/user-guide/aws/glacier/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/glue/index.html b/user-guide/aws/glue/index.html index c1d5288270..9b9437d9b5 100644 --- a/user-guide/aws/glue/index.html +++ b/user-guide/aws/glue/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/iam/index.html b/user-guide/aws/iam/index.html index 267f7675f6..ec6096834f 100644 --- a/user-guide/aws/iam/index.html +++ b/user-guide/aws/iam/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/iot/index.html b/user-guide/aws/iot/index.html index 5ef36517f7..c1fdcc2404 100644 --- a/user-guide/aws/iot/index.html +++ b/user-guide/aws/iot/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/kinesis-analytics/index.html b/user-guide/aws/kinesis-analytics/index.html index ccc4e9a826..5171306841 100644 --- a/user-guide/aws/kinesis-analytics/index.html +++ b/user-guide/aws/kinesis-analytics/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/kinesis-firehose/index.html b/user-guide/aws/kinesis-firehose/index.html index 52988e1869..ab717a1e43 100644 --- a/user-guide/aws/kinesis-firehose/index.html +++ b/user-guide/aws/kinesis-firehose/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/kinesis/index.html b/user-guide/aws/kinesis/index.html index 54d6e94bbd..5238aad3c8 100644 --- a/user-guide/aws/kinesis/index.html +++ b/user-guide/aws/kinesis/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/kms/index.html b/user-guide/aws/kms/index.html index 0cd8e457a8..026bfbefdb 100644 --- a/user-guide/aws/kms/index.html +++ b/user-guide/aws/kms/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/lambda/index.html b/user-guide/aws/lambda/index.html index 83ffe4cc18..c9cc448f44 100644 --- a/user-guide/aws/lambda/index.html +++ b/user-guide/aws/lambda/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/logs/index.html b/user-guide/aws/logs/index.html index 509b28073a..84a6c7c76c 100644 --- a/user-guide/aws/logs/index.html +++ b/user-guide/aws/logs/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/managed-streaming-for-kafka/index.html b/user-guide/aws/managed-streaming-for-kafka/index.html index 6c837d9847..2ba0bcb629 100644 --- a/user-guide/aws/managed-streaming-for-kafka/index.html +++ b/user-guide/aws/managed-streaming-for-kafka/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/mediastore/index.html b/user-guide/aws/mediastore/index.html index 6926c7f9d9..ac40225717 100644 --- a/user-guide/aws/mediastore/index.html +++ b/user-guide/aws/mediastore/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/mq/index.html b/user-guide/aws/mq/index.html index 7ee859cd25..22b24cd43a 100644 --- a/user-guide/aws/mq/index.html +++ b/user-guide/aws/mq/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/mwaa/index.html b/user-guide/aws/mwaa/index.html index 1d482db4c1..11a01ecae6 100644 --- a/user-guide/aws/mwaa/index.html +++ b/user-guide/aws/mwaa/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/neptune/index.html b/user-guide/aws/neptune/index.html index 187cd62636..2d0e74f622 100644 --- a/user-guide/aws/neptune/index.html +++ b/user-guide/aws/neptune/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/opensearch/index.html b/user-guide/aws/opensearch/index.html index 7b786dfb9b..cca5f4a30f 100644 --- a/user-guide/aws/opensearch/index.html +++ b/user-guide/aws/opensearch/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/organization/index.html b/user-guide/aws/organization/index.html index ea889d552a..be2fe9531c 100644 --- a/user-guide/aws/organization/index.html +++ b/user-guide/aws/organization/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/qldb/index.html b/user-guide/aws/qldb/index.html index a1c0fca943..5580b9dfb5 100644 --- a/user-guide/aws/qldb/index.html +++ b/user-guide/aws/qldb/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/rds/index.html b/user-guide/aws/rds/index.html index 22782f4af7..7f7d3da01a 100644 --- a/user-guide/aws/rds/index.html +++ b/user-guide/aws/rds/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/redshift/index.html b/user-guide/aws/redshift/index.html index 4f10ef0b4f..3c0d089fc3 100644 --- a/user-guide/aws/redshift/index.html +++ b/user-guide/aws/redshift/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/resourcegroups/index.html b/user-guide/aws/resourcegroups/index.html index 557d5c8095..fd63378d3d 100644 --- a/user-guide/aws/resourcegroups/index.html +++ b/user-guide/aws/resourcegroups/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/route53/index.html b/user-guide/aws/route53/index.html index d5cce0ef32..3d5c36c782 100644 --- a/user-guide/aws/route53/index.html +++ b/user-guide/aws/route53/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/s3/index.html b/user-guide/aws/s3/index.html index ded1ed81d5..d2cf81ecd5 100644 --- a/user-guide/aws/s3/index.html +++ b/user-guide/aws/s3/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/sagemaker/index.html b/user-guide/aws/sagemaker/index.html index af14390682..4eaab81e76 100644 --- a/user-guide/aws/sagemaker/index.html +++ b/user-guide/aws/sagemaker/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/secretsmanager/index.html b/user-guide/aws/secretsmanager/index.html index 6ed99ff78d..6331394f41 100644 --- a/user-guide/aws/secretsmanager/index.html +++ b/user-guide/aws/secretsmanager/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/security-token-service/index.html b/user-guide/aws/security-token-service/index.html index 24ff4736d0..8b0e5d50a9 100644 --- a/user-guide/aws/security-token-service/index.html +++ b/user-guide/aws/security-token-service/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/serverlessrepo/index.html b/user-guide/aws/serverlessrepo/index.html index 899ce6550c..c4fe3bd466 100644 --- a/user-guide/aws/serverlessrepo/index.html +++ b/user-guide/aws/serverlessrepo/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/servicediscovery/index.html b/user-guide/aws/servicediscovery/index.html index 6944716f5a..d955329aa7 100644 --- a/user-guide/aws/servicediscovery/index.html +++ b/user-guide/aws/servicediscovery/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/ses/index.html b/user-guide/aws/ses/index.html index f3f4ca6644..8632c86ba4 100644 --- a/user-guide/aws/ses/index.html +++ b/user-guide/aws/ses/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/sns/index.html b/user-guide/aws/sns/index.html index 990bddeef6..62781f7de3 100644 --- a/user-guide/aws/sns/index.html +++ b/user-guide/aws/sns/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/sqs/index.html b/user-guide/aws/sqs/index.html index 6a40b57579..a9cc05674b 100644 --- a/user-guide/aws/sqs/index.html +++ b/user-guide/aws/sqs/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/stepfunctions/index.html b/user-guide/aws/stepfunctions/index.html index c399199167..fa25aec7ca 100644 --- a/user-guide/aws/stepfunctions/index.html +++ b/user-guide/aws/stepfunctions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/support/index.html b/user-guide/aws/support/index.html index 94c04480af..1e3c43854d 100644 --- a/user-guide/aws/support/index.html +++ b/user-guide/aws/support/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/swf/index.html b/user-guide/aws/swf/index.html index 223a08373e..99773d8cdd 100644 --- a/user-guide/aws/swf/index.html +++ b/user-guide/aws/swf/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/systems-manager/index.html b/user-guide/aws/systems-manager/index.html index 7df2c7e61d..3053056298 100644 --- a/user-guide/aws/systems-manager/index.html +++ b/user-guide/aws/systems-manager/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/timestream/index.html b/user-guide/aws/timestream/index.html index 615237bc91..94b1962ace 100644 --- a/user-guide/aws/timestream/index.html +++ b/user-guide/aws/timestream/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/transcribe/index.html b/user-guide/aws/transcribe/index.html index e6b1696343..b36a53fca0 100644 --- a/user-guide/aws/transcribe/index.html +++ b/user-guide/aws/transcribe/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/transfer/index.html b/user-guide/aws/transfer/index.html index 0cb37e55d0..81b68b39a8 100644 --- a/user-guide/aws/transfer/index.html +++ b/user-guide/aws/transfer/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/aws/xray/index.html b/user-guide/aws/xray/index.html index f93e6b3eab..42967713a0 100644 --- a/user-guide/aws/xray/index.html +++ b/user-guide/aws/xray/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/ci/circle-ci/index.html b/user-guide/ci/circle-ci/index.html index efcc356232..b6bddc7f07 100644 --- a/user-guide/ci/circle-ci/index.html +++ b/user-guide/ci/circle-ci/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/ci/drone-ci/index.html b/user-guide/ci/drone-ci/index.html index a8cee5fe06..3d0c3424d3 100644 --- a/user-guide/ci/drone-ci/index.html +++ b/user-guide/ci/drone-ci/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/ci/github-actions/index.html b/user-guide/ci/github-actions/index.html index a4642a5af4..b4ebae466e 100644 --- a/user-guide/ci/github-actions/index.html +++ b/user-guide/ci/github-actions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/ci/gitlab-ci/index.html b/user-guide/ci/gitlab-ci/index.html index 11a7f497d3..8a36cfa561 100644 --- a/user-guide/ci/gitlab-ci/index.html +++ b/user-guide/ci/gitlab-ci/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/ci/harness-ci/index.html b/user-guide/ci/harness-ci/index.html index 49b10e5626..baad80653f 100644 --- a/user-guide/ci/harness-ci/index.html +++ b/user-guide/ci/harness-ci/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/ci/index.html b/user-guide/ci/index.html index a01a9dc917..147e1a27f2 100644 --- a/user-guide/ci/index.html +++ b/user-guide/ci/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/ci/travis-ci/index.html b/user-guide/ci/travis-ci/index.html index d3078f6646..d11eb0d3d3 100644 --- a/user-guide/ci/travis-ci/index.html +++ b/user-guide/ci/travis-ci/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/extensions/developing-extensions/index.html b/user-guide/extensions/developing-extensions/index.html index 88a6eb957f..6496e2dc12 100644 --- a/user-guide/extensions/developing-extensions/index.html +++ b/user-guide/extensions/developing-extensions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/extensions/index.html b/user-guide/extensions/index.html index bddf48efb2..7159ccc1d9 100644 --- a/user-guide/extensions/index.html +++ b/user-guide/extensions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/extensions/managing-extensions/index.html b/user-guide/extensions/managing-extensions/index.html index a8868b00eb..6947f03efd 100644 --- a/user-guide/extensions/managing-extensions/index.html +++ b/user-guide/extensions/managing-extensions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/extensions/official-extensions/index.html b/user-guide/extensions/official-extensions/index.html index 0fc933a8be..5510fc2125 100644 --- a/user-guide/extensions/official-extensions/index.html +++ b/user-guide/extensions/official-extensions/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/extensions/quickstart/index.html b/user-guide/extensions/quickstart/index.html index 2356c8f6b2..c18a36c2a1 100644 --- a/user-guide/extensions/quickstart/index.html +++ b/user-guide/extensions/quickstart/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/index.html b/user-guide/index.html index b8a7725095..2a3e9b5268 100644 --- a/user-guide/index.html +++ b/user-guide/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/architect/index.html b/user-guide/integrations/architect/index.html index 98d9ca2131..e18a1420a4 100644 --- a/user-guide/integrations/architect/index.html +++ b/user-guide/integrations/architect/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/aws-cdk/index.html b/user-guide/integrations/aws-cdk/index.html index 441a0a761b..149215287b 100644 --- a/user-guide/integrations/aws-cdk/index.html +++ b/user-guide/integrations/aws-cdk/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/aws-cli/index.html b/user-guide/integrations/aws-cli/index.html index 6244bb61f8..fbb366d227 100644 --- a/user-guide/integrations/aws-cli/index.html +++ b/user-guide/integrations/aws-cli/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/aws-sam/index.html b/user-guide/integrations/aws-sam/index.html index f3a778f9d6..34a06a7c5b 100644 --- a/user-guide/integrations/aws-sam/index.html +++ b/user-guide/integrations/aws-sam/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/cdk-for-terraform/index.html b/user-guide/integrations/cdk-for-terraform/index.html index 3b13cc1d55..ef055262a5 100644 --- a/user-guide/integrations/cdk-for-terraform/index.html +++ b/user-guide/integrations/cdk-for-terraform/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/chalice/index.html b/user-guide/integrations/chalice/index.html index b9a474e555..aa53ed497b 100644 --- a/user-guide/integrations/chalice/index.html +++ b/user-guide/integrations/chalice/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/copilot/index.html b/user-guide/integrations/copilot/index.html index 570865983d..17ef19a6a8 100644 --- a/user-guide/integrations/copilot/index.html +++ b/user-guide/integrations/copilot/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/crossplane/index.html b/user-guide/integrations/crossplane/index.html index 5540f06552..5f8a54bd01 100644 --- a/user-guide/integrations/crossplane/index.html +++ b/user-guide/integrations/crossplane/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/gitpod/index.html b/user-guide/integrations/gitpod/index.html index 7d8d519bbd..13c75a7188 100644 --- a/user-guide/integrations/gitpod/index.html +++ b/user-guide/integrations/gitpod/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/index.html b/user-guide/integrations/index.html index 49294b0736..5e23871068 100644 --- a/user-guide/integrations/index.html +++ b/user-guide/integrations/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/kafka/index.html b/user-guide/integrations/kafka/index.html index a2f8a25f72..977d2a60ec 100644 --- a/user-guide/integrations/kafka/index.html +++ b/user-guide/integrations/kafka/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/pulumi/index.html b/user-guide/integrations/pulumi/index.html index 4cf16b5576..b8a9be8357 100644 --- a/user-guide/integrations/pulumi/index.html +++ b/user-guide/integrations/pulumi/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/cpp/index.html b/user-guide/integrations/sdks/cpp/index.html index d56530289b..c69bb0a8bf 100644 --- a/user-guide/integrations/sdks/cpp/index.html +++ b/user-guide/integrations/sdks/cpp/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/dotnet/index.html b/user-guide/integrations/sdks/dotnet/index.html index 53d75023fc..583580da40 100644 --- a/user-guide/integrations/sdks/dotnet/index.html +++ b/user-guide/integrations/sdks/dotnet/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/go/index.html b/user-guide/integrations/sdks/go/index.html index 4c5d0d40d5..fd26e734b5 100644 --- a/user-guide/integrations/sdks/go/index.html +++ b/user-guide/integrations/sdks/go/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/index.html b/user-guide/integrations/sdks/index.html index b6aeab6332..19ac8ca8a8 100644 --- a/user-guide/integrations/sdks/index.html +++ b/user-guide/integrations/sdks/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/java/index.html b/user-guide/integrations/sdks/java/index.html index 6830226bd2..3dbea322c1 100644 --- a/user-guide/integrations/sdks/java/index.html +++ b/user-guide/integrations/sdks/java/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/javascript/index.html b/user-guide/integrations/sdks/javascript/index.html index 19962874a8..2f60e3ce05 100644 --- a/user-guide/integrations/sdks/javascript/index.html +++ b/user-guide/integrations/sdks/javascript/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/php/index.html b/user-guide/integrations/sdks/php/index.html index 0d923b21a0..2c30232a68 100644 --- a/user-guide/integrations/sdks/php/index.html +++ b/user-guide/integrations/sdks/php/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/python/index.html b/user-guide/integrations/sdks/python/index.html index 202410c435..a60d24b309 100644 --- a/user-guide/integrations/sdks/python/index.html +++ b/user-guide/integrations/sdks/python/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/sdks/ruby/index.html b/user-guide/integrations/sdks/ruby/index.html index d6959de36c..1d08687406 100644 --- a/user-guide/integrations/sdks/ruby/index.html +++ b/user-guide/integrations/sdks/ruby/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/serverless-framework/index.html b/user-guide/integrations/serverless-framework/index.html index 4831817a44..918c129c19 100644 --- a/user-guide/integrations/serverless-framework/index.html +++ b/user-guide/integrations/serverless-framework/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/spring-cloud-function/index.html b/user-guide/integrations/spring-cloud-function/index.html index aba689c671..d7fc997d33 100644 --- a/user-guide/integrations/spring-cloud-function/index.html +++ b/user-guide/integrations/spring-cloud-function/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/terraform/index.html b/user-guide/integrations/terraform/index.html index 312e84bb3a..2ebd78f6f8 100644 --- a/user-guide/integrations/terraform/index.html +++ b/user-guide/integrations/terraform/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/integrations/testcontainers/index.html b/user-guide/integrations/testcontainers/index.html index eec50e9c2a..7c0944e5e0 100644 --- a/user-guide/integrations/testcontainers/index.html +++ b/user-guide/integrations/testcontainers/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/cloud-pods/community/index.html b/user-guide/tools/cloud-pods/community/index.html index 27077cf277..dbbb85656d 100644 --- a/user-guide/tools/cloud-pods/community/index.html +++ b/user-guide/tools/cloud-pods/community/index.html @@ -1,7 +1,7 @@ Community Cloud Pods | Docs
  • +
  • +
  • +
  • +
  • +
  • @@ -283,10 +283,10 @@
  • Community Cloud Pods

    Get started with LocalStack Community Cloud Pods to to save and load your container state at will

    LocalStack supports Community Cloud Pods to give our community users a limited Cloud Pods experience. Using Community Cloud Pods, you get two commands: save and load to save the container state in a Cloud Pod and dump it into their running LocalStack container at any given time, respectively.

    Getting started

    In this getting started guide, we will demonstrate how community users can leverage Community Cloud Pods to save the state of their running LocalStack instance permanently. To get started, you would only need awscli installed. We intend this feature to be open to community users; hence no LOCALSTACK_API_KEY is required.

    Let us start by creating some AWS resources in LocalStack. Just a mere example, let us create a S3 bucket and a SQS queue:

    $ awslocal s3 mb s3://test
    + Create project issue
    Table of Contents

    Community Cloud Pods

    Get started with LocalStack Community Cloud Pods to to save and load your container state at will

    LocalStack supports Community Cloud Pods to give our community users a limited Cloud Pods experience. Using Community Cloud Pods, you get two commands: save and load to save the container state in a Cloud Pod and dump it into their running LocalStack container at any given time, respectively.

    Getting started

    In this getting started guide, we will demonstrate how community users can leverage Community Cloud Pods to save the state of their running LocalStack instance permanently. To get started, you would only need awscli installed. We intend this feature to be open to community users; hence no LOCALSTACK_API_KEY is required.

    Let us start by creating some AWS resources in LocalStack. Just a mere example, let us create a S3 bucket and a SQS queue:

    $ awslocal s3 mb s3://test
     $ awslocal sqs create-queue --queue-name test-queue

    Let us dump such a simple state into a Cloud Pod using the save command. This command takes a file URI as an argument and creates a ZIP file in the specified directory. Assuming we want to create a pod named awesome-pod in our Desktop folder, we will run the below commands to save an awesome-pod in your Desktop directory:

    $ localstack pod save file:///Users/<my_username>/Desktop/awesome-pod
     Cloud Pods file:///Users/<my_username>/Desktop/awesome-pod successfully exported

    This exported ZIP file now contains the state we previously created, and we can restore it at any time with the inverse command, i.e., load. For instance, the following command will restore the same state of a fresh instance of LocalStack:

    $ localstack pod load file:///Users/<my_username>/Desktop/awesome-pod
    -Cloud Pods file:///Users/<my_username>/Desktop/awesome-pod successfully loaded

    It is worth noting that the load command also allows loading a Cloud Pod stored at a given URL. We also provide a short-hand option to load Cloud Pods saved in a public GitHub repository. To showcase this possibility, we opened a new public repository at localstack/cloud-pods, where we started storing several Cloud Pods for demonstration purposes.

    For example, we uploaded a Cloud Pod named s3-trigger-thumbnail based on an official AWS documentation tutorial. This Cloud Pod stores a simple application consisting of two S3 buckets and a Lambda function. For each jpg image uploaded in one of the buckets, the Lamda function will create a thumbnail of it and store it in the other bucket.

    To load this Cloud Pod, you can run the following command:

    $ localstack pod load git://localstack/cloud-pods/s3-trigger-thumbnail

    To test the loaded pod, you can run the following command:

    $ awslocal s3 cp <path_to_file>.jpg s3://img-bucket

    To check the content of the destination bucket run the following command:

    $ awslocal s3 ls s3://img-bucket-resized

    Limitations

    Community Cloud Pods have some limitations:

    • Only Community-available AWS services can be saved and loaded in a Community Cloud Pod.
    • Users are responsible for storing their saved states. Pro users can use our Cloud Pods platform to make storing and sharing their saved states easier.
    • Cloud Pods for Community users do not support versioning out of the box.

    Last modified September 28, 2023: improve cloud pod remote docs (#837) (6546c3832)
    +Cloud Pods file:///Users/<my_username>/Desktop/awesome-pod successfully loaded

    It is worth noting that the load command also allows loading a Cloud Pod stored at a given URL. We also provide a short-hand option to load Cloud Pods saved in a public GitHub repository. To showcase this possibility, we opened a new public repository at localstack/cloud-pods, where we started storing several Cloud Pods for demonstration purposes.

    For example, we uploaded a Cloud Pod named s3-trigger-thumbnail based on an official AWS documentation tutorial. This Cloud Pod stores a simple application consisting of two S3 buckets and a Lambda function. For each jpg image uploaded in one of the buckets, the Lamda function will create a thumbnail of it and store it in the other bucket.

    To load this Cloud Pod, you can run the following command:

    $ localstack pod load git://localstack/cloud-pods/s3-trigger-thumbnail

    To test the loaded pod, you can run the following command:

    $ awslocal s3 cp <path_to_file>.jpg s3://img-bucket

    To check the content of the destination bucket run the following command:

    $ awslocal s3 ls s3://img-bucket-resized

    Limitations

    Community Cloud Pods have some limitations:


    Last modified October 13, 2023: rework the cloud pods documentation (#840) (5cb275019)
    \ No newline at end of file diff --git a/user-guide/tools/cloud-pods/getting-started/index.html b/user-guide/tools/cloud-pods/getting-started/index.html index 0041b85783..a31cb35d67 100644 --- a/user-guide/tools/cloud-pods/getting-started/index.html +++ b/user-guide/tools/cloud-pods/getting-started/index.html @@ -1,8 +1,4 @@ -Getting started with the Cloud Pods CLI | Docs +Getting started with the Cloud Pods | Docs

    Getting started with the Cloud Pods CLI

    LocalStack provides a command line tool to manage the state of your instance via Cloud Pods.

    With the LocalStack Cloud Pods command-line interface (CLI), the pod command, you can create cloud pods and manage them from a terminal. The Cloud Pods CLI is ideal in the following situations:

    • Taking a snapshot of your running LocalStack instance.
    • Sharing your snapshot across teams with LocalStack Team features.
    • Injecting snapshots into a running instance without a restart.

    Installation

    LocalStack Cloud Pods CLI is directly available with the LocalStack installation, and no further installation is required to get started. If you are a Pro user, we recommend you to export the LOCALSTACK_API_KEY as an environment variable to allow you to use the full spectrum of LocalStack Cloud Pods feature.

    This tutorial is intended for licensed users. The Community users can replicate a similar workflow by leveraging the save and load commands available to them. For more details, look at our Community Cloud Pods guide.

    Basic example

    In this tutorial, you’ll learn how to make a basic usage of LocalStack Cloud Pods CLI. This tutorial is intended for Pro users who wish to get more acquainted with Cloud Pods CLI. It assumes you have basic knowledge of:

    • LocalStack
    • awscli commands
    • Understanding of Cloud Pods workflow

    By the end of this tutorial, you would be able to create a snapshot of your running LocalStack instance, commit it and would be able to push this to your LocalStack account.

    Procedure

    To get started, start your LocalStack instance with your LOCALSTACK_API_KEY configured as an environment variable:

    1. Use the awslocal CLI to create AWS resources inside your running LocalStack instance.

      As an example, we will create a S3 bucket using the awslocal CLI and enter some data inside it:

      $ awslocal s3 mb s3://test
      -$ echo "hello world" > /tmp/hello-world
      -$ awslocal s3 cp /tmp/hello-world s3://test/hello-world
      -$ awslocal s3 ls s3://test/
    2. Save your Pod state using the save command by specifying the desired name as the first argument. This command will save the pod and register it to the remote platform. Optionally you can attach a message to the saved Cloud Pod with the --message flag:

      $ localstack pod save <pod-name> --message "<description-message>"
    3. Check the list of Cloud Pods available to you and your organization using the list command:

      $ localstack pod list
      -    ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┓
      -    ┃ local/remote ┃ Name      ┃
      -    ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━┩
      -    │ local+remote │ pod-name  │
      -    └──────────────┴───────────┘
    4. Optional: You can inspect the contents of a Cloud Pod using the inspect command:

      $ localstack pod inspect --name <pod-name>
      -    - 000000000000
      -        - S3
      -        - global
      -            - listBuckets
      -            - Buckets
      -                - 0
      -                - Name = test
      -                - CreationDate = 2022-10-04T17:03:47.000Z
      -            - Owner
      -                - DisplayName = webfile
      -                - ID = bcaf1ffd86f41161ca5fb16fd081034f
    5. On an alternate machine, start LocalStack with the API key configured, and pull the Cloud Pod we created previously using load command with the Cloud Pod name as the first argument:

      $ localstack pod load <pod-name>
      +
      Improve our documentation
      Create documentation issue + Create project issue
    Table of Contents

    Getting started with the Cloud Pods

    Get started with Cloud Pods to manage the state of your LocalStack instance state

    Using the LocalStack Cloud Pods command-line interface (CLI) via the pod command enables you to create and manage cloud pods directly from your terminal. The Cloud Pods CLI is particularly useful in these scenarios:

    • Saving a snapshot of your active and running LocalStack instance.
    • Sharing your snapshots with teams using LocalStack’s collaboration features.
    • Pulling snapshots to a running instance without needing to restart it.

    Installation

    The LocalStack Cloud Pods CLI is included in the LocalStack CLI installation, so there’s no need for additional installations to begin using it. If you’re a licensed user, we suggest setting the LOCALSTACK_API_KEY as an environment variable. This enables you to access the complete range of LocalStack Cloud Pods features.

    You can access the Cloud Pods CLI by running the pod command from your terminal.

    $ localstack pod --help
    +Usage: localstack pod [OPTIONS] COMMAND [ARGS]...
    +
    + Manage the state of your instance via Cloud Pods. - Done.

    Let’s check the S3 buckets in our Cloud Pod:

    $ awslocal s3 ls s3://test/
    +Options:
    +  -h, --help  Show this message and exit.
     
    -   2022-10-04 22:33:54         12 hello-world

  • Optional: You can make the Cloud Pod available to users outside your organization by making it public:

    $ localstack pod save <pod-name> --visibility public
  • For a more detailed manual, refer to our command-line interface (CLI) guide. To check your Pods on the LocalStack Web user interface, navigate to Cloud Pods page.


    Last modified December 1, 2022: LocalStack Beta Docs (#337) (28576f899)
    +Commands: + delete Delete a Cloud Pod + inspect + list List all available Cloud Pods + load + remote Manage cloud pod remotes + save Create a new Cloud Pod + versions +

    Getting started

    This guide is designed for users new to Cloud Pods and assumes basic knowledge of the LocalStack CLI and our awslocal wrapper script.

    Start your LocalStack container using your preferred method. We will demonstrate how you can save a snapshot of your active LocalStack instance into your LocalStack account, and pull it to a running instance.

    Create AWS resources

    You can use the awslocal CLI to create new AWS resources within your active LocalStack instance. For example, you can create an S3 bucket and add data to it using the awslocal CLI:

    $ awslocal s3 mb s3://test
    +$ echo "hello world" > /tmp/hello-world
    +$ awslocal s3 cp /tmp/hello-world s3://test/hello-world
    +$ awslocal s3 ls s3://test/

    Save your Cloud Pod state

    You can now your Pod state using the save command, specifying the desired Cloud Pod name as the first argument. This action will save the pod and register it with the LocalStack Web Application:

    $ localstack pod save s3-test
    +
    +Cloud Pod `s3-test` successfully created ✅ +Version: 1 +Remote: platform +Services: s3 +

    Optionally, you can include a message with the saved Cloud Pod using the --message flag.

    You can access the list of available Cloud Pods for both you and your organization by utilizing the list command:

    $ localstack pod list
    +
    +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓ +┃ Name ┃ Max Version ┃ Last Change ┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩ +│ s3-test │ 1 │ n/a │ +└───────────────────────────┴─────────────┴─────────────┘ +

    Inspect the contents of a Cloud Pod

    1. Optional: You can inspect the contents of a Cloud Pod using the inspect command:
    $ localstack pod inspect s3-test --format json
    +
    +{ + "000000000000": { + "S3": { + "global": { + "listBuckets": { + "Buckets": [ + { + "Name": "test", + "CreationDate": "2023-10-03T07:19:31.000Z" + } + ], + } + } + } + } +} +

    Pull your Pod state

    On a separate machine, start LocalStack while ensuring the API key is properly configured. Then, retrieve the previously created Cloud Pod by employing the load command, specifying the Cloud Pod name as the first argument:

    $ localstack pod load s3-test
    +
    +Cloud Pod s3-test successfully loaded +

    Let’s examine the S3 buckets within our Cloud Pod:

    $ awslocal s3 ls s3://test/
    +
    +2022-10-04 22:33:54 12 hello-world +

    For comprehensive instructions, navigate to our Command-Line Interface (CLI) Guide. To access your Cloud Pods through the LocalStack Web Application, simply go to the Cloud Pods page.


    Last modified October 13, 2023: rework the cloud pods documentation (#840) (5cb275019)
    \ No newline at end of file diff --git a/user-guide/tools/cloud-pods/index.html b/user-guide/tools/cloud-pods/index.html index 6d15ba4b34..39db859188 100644 --- a/user-guide/tools/cloud-pods/index.html +++ b/user-guide/tools/cloud-pods/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • @@ -283,8 +283,7 @@
  • Cloud Pods

    Cloud Pods provides a new way of collaborating in cloud application development workflows.

    Cloud Pods are a mechanism that allows you to take a snapshot of the state in your current LocalStack instance, persist it to a storage backend, and easily share it with your team members.

    Persistence versus Cloud Pods

    While the Persistence feature ensures that the service state survives container restarts, Cloud Pods go beyond and allow more fine-grained control over your state.

    Instead of simply restoring a state when restarting LocalStack, Cloud Pods allow you to take snapshots of your local instance (with the save command) and inject such snapshots into a running instance (with the load command) without requiring a restart.

    In addition, we provide a remote storage backend that can be used to store the state of your running application and share it with your team members.

    You can interact with Cloud Pods via the Web UI, and to load and store the persistent state of pods, you can use the localstack command-line interface (CLI).

    Cloud Pods Web UI


    Getting started with the Cloud Pods CLI

    LocalStack provides a command line tool to manage the state of your instance via Cloud Pods.

    Community Cloud Pods

    Get started with LocalStack Community Cloud Pods to to save and load your container state at will

    Cloud Pod Remotes

    The reference guide for LocalStack Cloud Pods remotes and how to get started on using them!

    Cloud Pods CLI command reference

    The reference guide for LocalStack Cloud Pods CLI commands and how to get started on using them!

    Cloud Pods Launchpad

    The LocalStack Cloud Pods Launchpad offers the easiest way of sharing and injecting cloud pods directly from your repositories or via a simple URL.


    + Create project issue
    Table of Contents

    Cloud Pods

    Cloud Pods provides a new way of collaborating in cloud application development workflows.

    Introduction

    Cloud Pods are a mechanism that allows you to take a snapshot of the state in your current LocalStack instance, persist it to a storage backend, and easily share it with your team members.

    Persistence versus Cloud Pods

    Cloud Pods & Persistence

    The Persistence feature ensures that the service state persists across container restarts. In contrast, Cloud Pods provide more detailed control over your state.

    Rather than just restoring a state during LocalStack restarts, Cloud Pods enable you to capture snapshots of your local instance using the save command and inject these snapshots into a running instance using the load command, all without needing to perform a full restart.

    In addition, LocalStack provides a remote storage backend that can be used to store the state of your running application and share it with your team members.

    Getting started

    You can interact with Cloud Pods via the LocalStack Web Application. To save and load the persistent state of Cloud Pods, you can use the Cloud Pods command-line interface (CLI).

    Cloud Pods Web UI


    Getting started with the Cloud Pods

    Get started with Cloud Pods to manage the state of your LocalStack instance state

    Cloud Pods CLI command reference

    Reference guide for LocalStack Cloud Pods CLI commands and how to get started on using them!

    Cloud Pod Remotes

    The reference guide for LocalStack Cloud Pods remotes and how to get started on using them!

    Cloud Pods Launchpad

    Get started with Cloud Pods Launchpad to share and inject Cloud Pods into your LocalStack instance via a URL

    Community Cloud Pods

    Get started with LocalStack Community Cloud Pods to to save and load your container state at will


    \ No newline at end of file diff --git a/user-guide/tools/cloud-pods/index.xml b/user-guide/tools/cloud-pods/index.xml index c5b0ebf475..ed48058aed 100644 --- a/user-guide/tools/cloud-pods/index.xml +++ b/user-guide/tools/cloud-pods/index.xml @@ -1,109 +1,185 @@ -Docs – Cloud Pods/user-guide/tools/cloud-pods/Recent content in Cloud Pods on DocsHugo -- gohugo.ioUser-Guide: Getting started with the Cloud Pods CLI/user-guide/tools/cloud-pods/getting-started/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/getting-started/ -<p>With the LocalStack Cloud Pods command-line interface (CLI), the <code>pod</code> command, you can create cloud pods and manage them from a terminal. The Cloud Pods CLI is ideal in the following situations:</p> +Docs – Cloud Pods/user-guide/tools/cloud-pods/Recent content in Cloud Pods on DocsHugo -- gohugo.ioUser-Guide: Getting started with the Cloud Pods/user-guide/tools/cloud-pods/getting-started/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/getting-started/ +<p>Using the LocalStack Cloud Pods command-line interface (CLI) via the <code>pod</code> command enables you to create and manage cloud pods directly from your terminal. The Cloud Pods CLI is particularly useful in these scenarios:</p> <ul> -<li>Taking a snapshot of your running LocalStack instance.</li> -<li>Sharing your snapshot across teams with LocalStack Team features.</li> -<li>Injecting snapshots into a running instance without a restart.</li> +<li>Saving a snapshot of your active and running LocalStack instance.</li> +<li>Sharing your snapshots with teams using LocalStack&rsquo;s collaboration features.</li> +<li>Pulling snapshots to a running instance without needing to restart it.</li> </ul> <h2 id="installation">Installation</h2> -<p>LocalStack Cloud Pods CLI is directly available with the LocalStack installation, and no further installation is required to get started. If you are a Pro user, we recommend you to export the <code>LOCALSTACK_API_KEY</code> as an environment variable to allow you to use the full spectrum of LocalStack Cloud Pods feature.</p> -<p>This tutorial is intended for licensed users. The Community users can replicate a similar workflow by leveraging the <code>save</code> and <code>load</code> commands available to them. For more details, look at our <a href="/user-guide/tools/cloud-pods/community/">Community Cloud Pods guide</a>.</p> -<h2 id="basic-example">Basic example</h2> -<p>In this tutorial, you&rsquo;ll learn how to make a basic usage of LocalStack Cloud Pods CLI. This tutorial is intended for Pro users who wish to get more acquainted with Cloud Pods CLI. It assumes you have basic knowledge of:</p> -<ul> -<li>LocalStack</li> -<li><code>awscli</code> commands</li> -<li>Understanding of Cloud Pods workflow</li> -</ul> -<p>By the end of this tutorial, you would be able to create a snapshot of your running LocalStack instance, commit it and would be able to push this to your LocalStack account.</p> -<h3 id="procedure">Procedure</h3> -<p>To get started, start your LocalStack instance with your <code>LOCALSTACK_API_KEY</code> configured as an environment variable:</p> -<ol> -<li> -<p>Use the <code>awslocal</code> CLI to create AWS resources inside your running LocalStack instance.</p> -<p>As an example, we will create a S3 bucket using the <code>awslocal</code> CLI and enter some data inside it:</p> +<p>The LocalStack Cloud Pods CLI is included in the <a href="https://docs.localstack.cloud/getting-started/installation/#localstack-cli">LocalStack CLI installation</a>, so there&rsquo;s no need for additional installations to begin using it. If you&rsquo;re a licensed user, we suggest setting the <code>LOCALSTACK_API_KEY</code> as an environment variable. This enables you to access the complete range of LocalStack Cloud Pods features.</p> +<p>You can access the Cloud Pods CLI by running the <code>pod</code> command from your terminal.</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod --help +</span></span><span style="display:flex;"><span>Usage: localstack pod [OPTIONS] COMMAND [ARGS]... +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span> Manage the state of your instance via Cloud Pods. +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Options: +</span></span><span style="display:flex;"><span> -h, --help Show this message and exit. +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Commands: +</span></span><span style="display:flex;"><span> delete Delete a Cloud Pod +</span></span><span style="display:flex;"><span> inspect +</span></span><span style="display:flex;"><span> list List all available Cloud Pods +</span></span><span style="display:flex;"><span> load +</span></span><span style="display:flex;"><span> remote Manage cloud pod remotes +</span></span><span style="display:flex;"><span> save Create a new Cloud Pod +</span></span><span style="display:flex;"><span> versions +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h2 id="getting-started">Getting started</h2> +<p>This guide is designed for users new to Cloud Pods and assumes basic knowledge of the LocalStack CLI and our <a href="https://github.com/localstack/awscli-local"><code>awslocal</code></a> wrapper script.</p> +<p>Start your LocalStack container using your preferred method. We will demonstrate how you can save a snapshot of your active LocalStack instance into your LocalStack account, and pull it to a running instance.</p> +<h3 id="create-aws-resources">Create AWS resources</h3> +<p>You can use the <code>awslocal</code> CLI to create new AWS resources within your active LocalStack instance. For example, you can create an S3 bucket and add data to it using the <code>awslocal</code> CLI:</p> <div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 mb s3://test </span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo &#34;hello world&#34; &gt; /tmp/hello-world </span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 cp /tmp/hello-world s3://test/hello-world </span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/</span></span></code></pre></div> -</li> -<li> -<p>Save your Pod state using the <code>save</code> command by specifying the desired name as the first argument. This command will save the pod and register it to the remote platform. Optionally you can attach a message to the saved Cloud Pod with the <code>--message</code> flag:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --message &#34;&lt;description-message&gt;&#34;</span></span></code></pre></div> -</li> -<li> -<p>Check the list of Cloud Pods available to you and your organization using the <code>list</code> command:</p> +<h3 id="save-your-cloud-pod-state">Save your Cloud Pod state</h3> +<p>You can now your Pod state using the <code>save</code> command, specifying the desired Cloud Pod name as the first argument. This action will save the pod and register it with the LocalStack Web Application:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save s3-test +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Cloud Pod `s3-test` successfully created ✅ +</span></span><span style="display:flex;"><span>Version: 1 +</span></span><span style="display:flex;"><span>Remote: platform +</span></span><span style="display:flex;"><span>Services: s3 +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<p>Optionally, you can include a message with the saved Cloud Pod using the <code>--message</code> flag.</p> +<p>You can access the list of available Cloud Pods for both you and your organization by utilizing the <code>list</code> command:</p> <div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod list -</span></span><span style="display:flex;"><span> ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ -</span></span><span style="display:flex;"><span> ┃ local/remote ┃ Name ┃ -</span></span><span style="display:flex;"><span> ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ -</span></span><span style="display:flex;"><span> │ local+remote │ pod-name │ -</span></span><span style="display:flex;"><span> └──────────────┴───────────┘</span></span></code></pre></div> -</li> -<li> -<p>Optional: You can inspect the contents of a Cloud Pod using the <code>inspect</code> command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod inspect --name &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> - 000000000000 -</span></span><span style="display:flex;"><span> - S3 -</span></span><span style="display:flex;"><span> - global -</span></span><span style="display:flex;"><span> - listBuckets -</span></span><span style="display:flex;"><span> - Buckets -</span></span><span style="display:flex;"><span> - 0 -</span></span><span style="display:flex;"><span> - Name = test -</span></span><span style="display:flex;"><span> - CreationDate = 2022-10-04T17:03:47.000Z -</span></span><span style="display:flex;"><span> - Owner -</span></span><span style="display:flex;"><span> - DisplayName = webfile -</span></span><span style="display:flex;"><span> - ID = bcaf1ffd86f41161ca5fb16fd081034f</span></span></code></pre></div> -</li> -<li> -<p>On an alternate machine, start LocalStack with the API key configured, and pull the Cloud Pod we created previously using <code>load</code> command with the Cloud Pod name as the first argument:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load &lt;pod-name&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Done.</span></span></code></pre></div> -<p>Let&rsquo;s check the S3 buckets in our Cloud Pod: -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/ -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> 2022-10-04 22:33:54 12 hello-world</span></span></code></pre></div> -</p> -</li> -<li> -<p>Optional: You can make the Cloud Pod available to users outside your organization by making it public:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save &lt;pod-name&gt; --visibility public</span></span></code></pre></div> -</li> +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓ +</span></span><span style="display:flex;"><span>┃ Name ┃ Max Version ┃ Last Change ┃ +</span></span><span style="display:flex;"><span>┡━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩ +</span></span><span style="display:flex;"><span>│ s3-test │ 1 │ n/a │ +</span></span><span style="display:flex;"><span>└───────────────────────────┴─────────────┴─────────────┘ +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h3 id="inspect-the-contents-of-a-cloud-pod">Inspect the contents of a Cloud Pod</h3> +<ol start="4"> +<li>Optional: You can inspect the contents of a Cloud Pod using the <code>inspect</code> command:</li> </ol> -<p>For a more detailed manual, refer to our <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI) guide</a>. To check your Pods on the LocalStack Web user interface, navigate to <a href="https://app.localstack.cloud/pods">Cloud Pods page</a>.</p>User-Guide: Community Cloud Pods/user-guide/tools/cloud-pods/community/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/community/ -<p>LocalStack supports Community Cloud Pods to give our community users a limited Cloud Pods experience. Using Community Cloud Pods, you get two commands: <code>save</code> and <code>load</code> to save the container state in a Cloud Pod and dump it into their running LocalStack container at any given time, respectively.</p> -<h2 id="getting-started">Getting started</h2> -<p>In this getting started guide, we will demonstrate how community users can leverage Community Cloud Pods to save the state of their running LocalStack instance permanently. To get started, you would only need <code>awscli</code> installed. We intend this feature to be open to community users; hence no <code>LOCALSTACK_API_KEY</code> is required.</p> -<p>Let us start by creating some AWS resources in LocalStack. Just a mere example, let us create a S3 bucket and a SQS queue:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 mb s3://test -</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal sqs create-queue --queue-name test-queue</span></span></code></pre></div> -<p>Let us dump such a simple state into a Cloud Pod using the <code>save</code> command. This command takes a file URI as an argument and creates a ZIP file in the specified directory. Assuming we want to create a pod named <code>awesome-pod</code> in our Desktop folder, we will run the below commands to save an <code>awesome-pod</code> in your Desktop directory:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file:///Users/&lt;my_username&gt;/Desktop/awesome-pod -</span></span><span style="display:flex;"><span>Cloud Pods file:///Users/&lt;my_username&gt;/Desktop/awesome-pod successfully exported</span></span></code></pre></div> -<p>This exported ZIP file now contains the state we previously created, and we can restore it at any time with the inverse command, i.e., <code>load</code>. For instance, the following command will restore the same state of a fresh instance of LocalStack:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load file:///Users/&lt;my_username&gt;/Desktop/awesome-pod -</span></span><span style="display:flex;"><span>Cloud Pods file:///Users/&lt;my_username&gt;/Desktop/awesome-pod successfully loaded</span></span></code></pre></div> -<p>It is worth noting that the <code>load</code> command also allows loading a Cloud Pod stored at a given URL. We also provide a short-hand option to load Cloud Pods saved in a public GitHub repository. To showcase this possibility, we opened a new public repository at <a href="https://github.com/localstack/cloud-pods">localstack/cloud-pods</a>, where we started storing several Cloud Pods for demonstration purposes.</p> -<p>For example, we uploaded a Cloud Pod named <code>s3-trigger-thumbnail</code> based on an <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-s3-tutorial.html">official AWS documentation tutorial</a>. This Cloud Pod stores a simple application consisting of two S3 buckets and a Lambda function. For each <code>jpg</code> image uploaded in one of the buckets, the Lamda function will create a thumbnail of it and store it in the other bucket.</p> -<p>To load this Cloud Pod, you can run the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load git://localstack/cloud-pods/s3-trigger-thumbnail</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -<p>The above command is equivalent to:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load https://raw.githubusercontent.com/localstack/cloud-pods/main/s3-trigger-thumbnail</span></span></code></pre></div> -</div> -<p>To test the loaded pod, you can run the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 cp &lt;path_to_file&gt;.jpg s3://img-bucket</span></span></code></pre></div> -<p>To check the content of the destination bucket run the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://img-bucket-resized</span></span></code></pre></div> -<h2 id="limitations">Limitations</h2> -<p>Community Cloud Pods have some limitations:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod inspect s3-test --format json +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>{ +</span></span><span style="display:flex;"><span> &#34;000000000000&#34;: { +</span></span><span style="display:flex;"><span> &#34;S3&#34;: { +</span></span><span style="display:flex;"><span> &#34;global&#34;: { +</span></span><span style="display:flex;"><span> &#34;listBuckets&#34;: { +</span></span><span style="display:flex;"><span> &#34;Buckets&#34;: [ +</span></span><span style="display:flex;"><span> { +</span></span><span style="display:flex;"><span> &#34;Name&#34;: &#34;test&#34;, +</span></span><span style="display:flex;"><span> &#34;CreationDate&#34;: &#34;2023-10-03T07:19:31.000Z&#34; +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span> ], +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span> } +</span></span><span style="display:flex;"><span>} +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h3 id="pull-your-pod-state">Pull your Pod state</h3> +<p>On a separate machine, start LocalStack while ensuring the API key is properly configured. Then, retrieve the previously created Cloud Pod by employing the <code>load</code> command, specifying the Cloud Pod name as the first argument:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load s3-test +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Cloud Pod s3-test successfully loaded +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<p>Let&rsquo;s examine the S3 buckets within our Cloud Pod:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://test/ +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>2022-10-04 22:33:54 12 hello-world +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<p>For comprehensive instructions, navigate to our <a href="/user-guide/tools/cloud-pods/pods-cli/">Command-Line Interface (CLI) Guide</a>. To access your Cloud Pods through the LocalStack Web Application, simply go to the <a href="https://app.localstack.cloud/pods">Cloud Pods page</a>.</p>User-Guide: Cloud Pods CLI command reference/user-guide/tools/cloud-pods/pods-cli/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/pods-cli/ +<p>This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (<code>pod</code>) commands.</p> +<h2 id="syntax">Syntax</h2> +<p>Use the following syntax to run <code>localstack pod</code> commands from your terminal window:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod [OPTIONS] COMMAND [ARGS]</span></span></code></pre></div> +<p>In the above syntax:</p> <ul> -<li>Only Community-available AWS services can be saved and loaded in a Community Cloud Pod.</li> -<li>Users are responsible for storing their saved states. Pro users can use our Cloud Pods platform to make storing and sharing their saved states easier.</li> -<li>Cloud Pods for Community users do not support versioning out of the box.</li> -</ul>User-Guide: Cloud Pod Remotes/user-guide/tools/cloud-pods/remotes/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/remotes/ +<li><code>COMMAND</code> specifies the operation you want to perform with your Cloud Pods (<code>save</code> or <code>load</code>).</li> +<li><code>OPTIONS</code> specifies the optional flags.</li> +<li><code>ARGS</code> specifies the command arguments.</li> +</ul> +<h2 id="commands">Commands</h2> +<p>The following section lists the available commands for the Cloud Pods CLI.</p> +<h3 id="save"><code>save</code></h3> +<p>The <code>save</code> command allows you to save a new version of a Cloud Pod. For licensed users, it provides the option to either save the Cloud Pod locally or upload it to the LocalStack platform.</p> +<p>To save the state locally, simply provide a local file URI as an argument when using the <code>save</code> command. Running the following command will create a file named <code>my-pod</code> in the specified location on the disk:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file://&lt;path_to_disk&gt;/my-pod</span></span></code></pre></div> +<p>The command mentioned above will produce a zip file named <code>my-pod</code> and save it to the designated location on your disk. If you intend to utilize the Cloud Pods platform, you should specify the Cloud Pod&rsquo;s name as an argument, as shown below:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save my-pod</span></span></code></pre></div> +<p>The above command generates a new version of <code>my-pod</code> and uploads it on the LocalStack platform. When pushing an already existing pod, a new version is created and subsequently uploaded to the platform.</p> +<p>Users also have the option to select a specific subset of AWS services they want to include in the new Cloud Pod version using the <code>--services</code> option.</p> +<p>Users who want to make a Cloud Pod accessible outside their organization can mark it as <strong>public</strong> with the following command:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save --name my-pod --visibility public</span></span></code></pre></div> +<p>The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the <code>save</code> command is as follows:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save --help +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Usage: localstack pod save [OPTIONS] URL_OR_NAME [REMOTE] +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Options: +</span></span><span style="display:flex;"><span> -m, --message TEXT Add a comment describing this Cloud Pod&#39;s version +</span></span><span style="display:flex;"><span> -s, --services TEXT Comma-delimited list of services to push in the Cloud Pod +</span></span><span style="display:flex;"><span> (all by default) +</span></span><span style="display:flex;"><span> --visibility [public|private] Set the visibility of the Cloud Pod [`public` or `private`]. +</span></span><span style="display:flex;"><span> Does not create a new version +</span></span><span style="display:flex;"><span> -f, --format [json] The formatting style for the save command output. +</span></span><span style="display:flex;"><span> -h, --help Show this message and exit. +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h3 id="load"><code>load</code></h3> +<p>The <code>load</code> command is the inverse operation of <code>save</code>. It retrieves the content of a previously stored Cloud Pod from the local file system or the LocalStack platform and injects it into the LocalStack container.</p> +<p>The <code>load</code> command takes an argument that can either be a URI or a Cloud Pods name. By default, the injecting state updates the container state at a service level. The CLI manual for the <code>load</code> command is as follows:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save --help +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Usage: localstack pod load [OPTIONS] URL_OR_NAME [REMOTE] +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Options: +</span></span><span style="display:flex;"><span> --merge [overwrite|merge] The merge strategy to adopt when loading the Cloud Pod [default: +</span></span><span style="display:flex;"><span> merge] +</span></span><span style="display:flex;"><span> -h, --help Show this message and exit. +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h3 id="delete"><code>delete</code></h3> +<p>The <code>delete</code> command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the <code>delete</code> command is as follows:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod delete --help +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Usage: localstack pod delete [OPTIONS] NAME +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Options: +</span></span><span style="display:flex;"><span> -h, --help Show this message and exit. +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h3 id="inspect"><code>inspect</code></h3> +<p>The <code>inspect</code> command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the <code>inspect</code> command is as follows:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod delete --help +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Usage: localstack pod inspect [OPTIONS] NAME +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Options: +</span></span><span style="display:flex;"><span> -f, --format [curses|rich|json] +</span></span><span style="display:flex;"><span> The formatting style for the inspect command output. +</span></span><span style="display:flex;"><span> [default: curses] +</span></span><span style="display:flex;"><span> -h, --help Show this message and exit. +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h3 id="list">list</h3> +<p>The <code>list</code> command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. The CLI manual for the <code>list</code> command is as follows:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod list --help +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Usage: localstack pod list [OPTIONS] [REMOTE] +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Options: +</span></span><span style="display:flex;"><span> -p, --public List all the available public Cloud Pods +</span></span><span style="display:flex;"><span> -f, --format [table|json] The formatting style for the list pods command output. [default: +</span></span><span style="display:flex;"><span> table] +</span></span><span style="display:flex;"><span> -h, --help Show this message and exit. +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div> +<h3 id="versions">versions</h3> +<p>The <code>versions</code> command lists all the available versions of a Cloud Pod. The CLI manual for the <code>version</code> command is as follows:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod versions --help +</span></span><span style="display:flex;"><span><div class="disable-copy"> +</span></span><span style="display:flex;"><span>Usage: localstack pod versions [OPTIONS] NAME +</span></span><span style="display:flex;"><span> +</span></span><span style="display:flex;"><span>Options: +</span></span><span style="display:flex;"><span> -f, --format [table|json] The formatting style for the version command output. [default: +</span></span><span style="display:flex;"><span> table] +</span></span><span style="display:flex;"><span> -h, --help Show this message and exit. +</span></span><span style="display:flex;"><span></div></span></span></code></pre></div>User-Guide: Cloud Pod Remotes/user-guide/tools/cloud-pods/remotes/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/remotes/ <p>A remote is the location where Cloud Pods are stored. By default, Cloud Pod artifacts are stored in the LocalStack platform. However, if your organization&rsquo;s data regulations or sovereignty requirements prohibit storing Cloud Pod assets in a remote storage infrastructure, you have the option to persist Cloud Pods in an on-premises storage location under your complete control.</p> <div class="alert alert-primary" role="alert"> <h4 class="alert-heading">Beta</h4> @@ -161,174 +237,68 @@ Cloud Pod Remotes is a beta feature exclusively accessible within the Team produ <div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load my-pod oras-remote</span></span></code></pre></div> <h3 id="miscellaneous">Miscellaneous</h3> <p>Unless explicitly specified, all Cloud Pods commands default to targeting the LocalStack Platform as the storage remote. It&rsquo;s important to note that the CLI must be authenticated correctly with our Platform, and a Team/Enterprise subscription is mandatory.</p> -<p>Custom remote configurations are stored within the <a href="https://docs.localstack.cloud/references/filesystem/#localstack-volume-directory">LocalStack volume directory</a> and are managed by the LocalStack container. Consequently, when sharing Cloud Pods among your team using a custom remote, each team member must define the identical remote configuration. Once added, a remote persists even after LocalStack restarts.</p>User-Guide: Cloud Pods CLI command reference/user-guide/tools/cloud-pods/pods-cli/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/pods-cli/ -<p>This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (<code>pod</code>) commands.</p> -<h2 id="syntax">Syntax</h2> -<p>Use the following syntax to run <code>localstack pod</code> commands from your terminal window:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod [OPTIONS] COMMAND [ARGS]</span></span></code></pre></div> -<p>In the above syntax:</p> -<ul> -<li><code>COMMAND</code> specifies the operation you want to perform with your Cloud Pods (<code>save</code> or <code>load</code>).</li> -<li><code>OPTIONS</code> specifies the optional flags.</li> -<li><code>ARGS</code> specifies the command arguments.</li> -</ul> -<h2 id="commands">Commands</h2> -<p>The following section lists the available commands for the Cloud Pods CLI.</p> -<h3 id="save"><code>save</code></h3> -<p>The <code>save</code> command creates a new version of a Cloud Pod. Pro users can dump the Cloud Pod locally or upload it to the LocalStack platform. To dump the state locally, pass a local file URI as an argument to the <code>save</code> command. For instance, the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file://&lt;path_to_disk&gt;/my-pod</span></span></code></pre></div> -<p>The above command will create a zip file named <code>my-pod</code> to the specified location on the disk. To use the Cloud Pods platform, specify the Cloud Pod&rsquo;s name as an argument, for example:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save my-pod</span></span></code></pre></div> -<p>The above command creates a version of <code>my-pod</code> and registers it to our platform. Pushing already existing pod results in creating a new version and, eventually, uploading it to the platform. Users can also select a subset of AWS services they wish to incorporate in a new Cloud Pod version with the <code>--services</code> option.</p> -<p>Users who want to make a Cloud Pod accessible outside their organization can mark it as <strong>public</strong> with the following command:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod push --name &lt;pod_name&gt; --visibility public</span></span></code></pre></div> -<p>The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the <code>save</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod save <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Save the current state of the LocalStack container in a Cloud Pod. A Cloud Pod can be exported -</span></span><span style="display:flex;"><span> locally or registered within the LocalStack Pod<span style="color:#4e9a06">&#39;s platform (with a Pro license). An optional -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> message can be attached to any Cloud Pod. Furthermore, one could decide to export only a subset -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> of services with the optional --service option. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To export on a local path run the following command: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save file://&lt;path_on_disk&gt;/&lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The output will be a &lt;pod_name&gt; zip file in the specified directory. This Cloud Pod instance can -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> be restored at any point in time with the load command. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> To use the LocalStack Pod&#39;</span>s platform, the desired Pod<span style="color:#4e9a06">&#39;s name only will suffice, e,g.: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> localstack pod save &lt;pod_name&gt; -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> Please be aware that each following save invocation with the same name will result in a new -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> version being created. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06">Options: -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -m, --message TEXT Add a comment describing this Cloud Pod&#39;</span>s version -</span></span><span style="display:flex;"><span> -s, --services TEXT Comma-delimited list of services to push in the Cloud Pod <span style="color:#ce5c00;font-weight:bold">(</span>all by default<span style="color:#ce5c00;font-weight:bold">)</span> -</span></span><span style="display:flex;"><span> --visibility TEXT Set the visibility of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span><span style="color:#4e9a06">`</span>public<span style="color:#4e9a06">`</span> or <span style="color:#4e9a06">`</span>private<span style="color:#4e9a06">`</span><span style="color:#ce5c00;font-weight:bold">]</span>. Does not -</span></span><span style="display:flex;"><span> create a new version -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Community users have access to a restricted version of the <code>save</code> command. -In particular, they can simply invoke the <code>save</code> command with a file URI as an argument. -</div> -<h3 id="load"><code>load</code></h3> -<p>The <code>load</code> command is the inverse operation of <code>save</code>. It retrieves the content of a previously stored Cloud Pod from the local file system or the Cloud Pod&rsquo;s platform and injects it into the application runtime.</p> -<p>The <code>load</code> command takes an argument that can either be a URI or a Cloud Pods name. While the first option is available to all users, the second is valid only for licensed ones.</p> -<p>By default, the injecting state updates the application runtime at a service level. Using the merge injection strategy, the state of all services specified in the injecting state is reflected precisely in the application runtime, while all other active services remain unchanged.</p> -<p>The <code>--strategy</code> option can be used to change such default injection behavior. More specifically, the overwrite strategy will ensure the application runtime is an exact instance of the injecting state. The deep-merge strategy will perform a fine-grain merge of the injecting state into the application runtime.</p> -<p>The CLI manual for the <code>load</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod load <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> URL_OR_NAME -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Load a Cloud Pod into the running LocalStack container. Users can import Pods different sources: -</span></span><span style="display:flex;"><span> community users can store and retrieve Pods from <span style="color:#204a87">local</span> storage or any provided HTTP URL<span style="color:#000;font-weight:bold">;</span> -</span></span><span style="display:flex;"><span> licensed users can take advantage of the LocalStack Pod<span style="color:#4e9a06">&#39;s platform to ease the storage, -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> versioning, and retrieval of Pods. -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> The --source option specifies a URI scheme that point to the Cloud Pod&#39;</span>s resources to import. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> We support the following protocols: -</span></span><span style="display:flex;"><span> localstack pod load file://&lt;path_to_disk&gt; -</span></span><span style="display:flex;"><span> localstack pod load https://&lt;some_url&gt; -</span></span><span style="display:flex;"><span> localstack pod load git://&lt;user&gt;/&lt;repo&gt;/&lt;local_repo_path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> The latter option is merely a shortcut <span style="color:#204a87;font-weight:bold">for</span> --source -</span></span><span style="display:flex;"><span> https://raw.githubusercontent.com/&lt;user&gt;/&lt;repo&gt;/&lt;branch&gt;/&lt;path&gt; -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Importing via a provided --source is available <span style="color:#204a87;font-weight:bold">for</span> all users. Licensed users can omit this -</span></span><span style="display:flex;"><span> option and simply provide a name <span style="color:#204a87;font-weight:bold">for</span> their Cloud Pods. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -s, --strategy TEXT Inject strategy <span style="color:#ce5c00;font-weight:bold">(</span>merge, overwrite, deep-merge<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div> -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Similar to the <code>save</code> command, the usage of the Cloud Pod&rsquo;s platform is restricted to licensed users. Community users can load a Cloud Pod from a local URI file, URL, or public GitHub repository. However, they have no access to Cloud Pods versioning. -</div> -<h3 id="delete"><code>delete</code></h3> -<p>The <code>delete</code> command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the <code>delete</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod delete <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Delete a Cloud Pod register on the remove LocalStack Pod<span style="color:#4e9a06">&#39;s platform. This command will cancel -</span></span></span><span style="display:flex;"><span><span style="color:#4e9a06"> all the versions of a created Pod and won&#39;</span>t be reversible. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="inspect"><code>inspect</code></h3> -<p>The <code>inspect</code> command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the <code>inspect</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod inspect <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> Inspect the contents of a Cloud Pod -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -f, --format TEXT Format <span style="color:#ce5c00;font-weight:bold">(</span>curses, rich, json<span style="color:#ce5c00;font-weight:bold">)</span>. -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="list">list</h3> -<p>The <code>list</code> command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. If the <code>--public option is passed to the commands, it shows only the Cloud Pods marked as public and are, therefore, available to all licensed users. The CLI manual for the </code>list` command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod list <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List all the Cloud Pods available <span style="color:#204a87;font-weight:bold">for</span> a single user, or <span style="color:#204a87;font-weight:bold">for</span> an entire organization, <span style="color:#204a87;font-weight:bold">if</span> the user -</span></span><span style="display:flex;"><span> is part of one. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> With the --public flag, it lists the all the available public Cloud Pods. A public Cloud Pod is -</span></span><span style="display:flex;"><span> available across the boundary of a user ond/or organization. In other words, any public Cloud -</span></span><span style="display:flex;"><span> Pod can be injected by any other user holding a LocalStack Pro <span style="color:#ce5c00;font-weight:bold">(</span>or above<span style="color:#ce5c00;font-weight:bold">)</span> license. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -p, --public List all the available public Cloud Pods -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div><h3 id="versions">versions</h3> -<p>The <code>versions</code> command simply lists all the available versions of a Cloud Pod. The CLI manual for the <code>version</code> command is as follows:</p> -<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-shell" data-lang="shell"><span style="display:flex;"><span>Usage: python -m localstack.cli.main pod versions <span style="color:#ce5c00;font-weight:bold">[</span>OPTIONS<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span> List the versions available <span style="color:#204a87;font-weight:bold">for</span> a Cloud Pod. Each invocation of the save <span style="color:#204a87">command</span> is going to -</span></span><span style="display:flex;"><span> create a new version <span style="color:#204a87;font-weight:bold">for</span> a named Cloud Pod, is a Pod with such name already does exist in the -</span></span><span style="display:flex;"><span> LocalStack Pods platform. -</span></span><span style="display:flex;"><span> -</span></span><span style="display:flex;"><span>Options: -</span></span><span style="display:flex;"><span> -n, --name TEXT Name of the Cloud Pod <span style="color:#ce5c00;font-weight:bold">[</span>required<span style="color:#ce5c00;font-weight:bold">]</span> -</span></span><span style="display:flex;"><span> --help Show this message and exit. -</span></span></code></pre></div>User-Guide: Cloud Pods Launchpad/user-guide/tools/cloud-pods/launchpad/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/launchpad/ -<p>The LocalStack Cloud Pods Launchpad allows you to quickly share and inject cloud pods into a LocalStack instance.</p> +<p>Custom remote configurations are stored within the <a href="https://docs.localstack.cloud/references/filesystem/#localstack-volume-directory">LocalStack volume directory</a> and are managed by the LocalStack container. Consequently, when sharing Cloud Pods among your team using a custom remote, each team member must define the identical remote configuration. Once added, a remote persists even after LocalStack restarts.</p>User-Guide: Cloud Pods Launchpad/user-guide/tools/cloud-pods/launchpad/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/launchpad/ +<p>The LocalStack Cloud Pods Launchpad enables you to easily share and inject Cloud Pods into a LocalStack instance.</p> <h2 id="creating-your-sharable-link">Creating your sharable link</h2> -<p>Navigate to <a href="https://app.localstack.cloud/launchpad">https://app.localstack.cloud/launchpad</a> where you can create a sharable link for your pods.</p> +<p>You can visit <a href="https://app.localstack.cloud/launchpad">Cloud Pods launchpad</a> to generate a shareable link for your pods.</p> <p><img src="link-generator.png" alt="Cloud Pods Launchpad Link Generator"></p> -<p>Enter a public URl to your pod in the first input field, and click on &lsquo;Generate Link&rsquo;. -The resulting link can be copied and shared with others.</p> -<p>You can also copy the markdown snippet to quickly add a badge to your repository.</p> +<p>Enter a public URL to your pod Cloud Pod the first input field, then click <strong>Generate Link</strong>. You can copy the resulting link and share it with others. Additionally, you have the option to copy a markdown snippet for quickly adding a badge to your repository.</p> <div class="alert alert-warning" role="alert"> <h4 class="alert-heading">Warning</h4> -<p>Please consider that the launchpad takes an arbitrary URL as input and passes it onto your LocalStack instance to inject the pod. -This may lead to unintended side effects, as the URL that is passed to the launchpad is not validated in any way.</p> -<p>We also display the URL on the UI, so please make sure that your trust the URL when using the launchpad.</p> +<p>The Launchpad accepts any URL as input and directly passes it to your LocalStack instance for Cloud Pod injection. As a result, this process may carry the risk of unintended side effects, as there is no validation applied to the URL provided to the launchpad.</p> +<p>Furthermore, it&rsquo;s essential to exercise caution and only use URLs that you trust when utilizing the launchpad, as the URL is displayed in the user interface.</p> </div> <h2 id="adding-a-badge-to-your-repository">Adding a badge to your repository</h2> -<p>If you want to add a badge to your README that links to the Cloud Pod Launchpad, you can use the following markdown snippet:</p> +<p>To add a badge to your README that links to the Cloud Pod Launchpad, you can include the following markdown snippet:</p> <div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-markdown" data-lang="markdown"><span style="display:flex;"><span>[<span style="color:#204a87;font-weight:bold">![Launch LocalStack Cloudpod</span>](<span style="color:#c4a000">https://localstack.cloud/gh/launch-pod-badge.svg</span>)](https://app.localstack.cloud/launchpad?url=url_of_your_pod) </span></span></code></pre></div><p><img src="badge-demo.png" alt="Cloud Pods Badge Demonstration"></p> -<p>Please note that you have to add the <code>url_of_your_pod</code> as the <code>url</code> query parameter to the URL. -For example if you are hosting the pod in the same repository, just use the URL pointing to the raw pod file. -Additionally, you can use the <a href="#creating-your-sharable-link">Link Generator</a> to create the sharable link for your pod and copy the markdown for your repo.</p> -<p>Check out a proper example <a href="https://github.com/localstack/cloud-pod-badge" target="_blank">on this GitHub repository</a>.</p> +<p>You need to include the <code>url_of_your_pod</code> as the <code>url</code> query parameter in the URL. For instance, if your Cloud Pod is hosted within the same repository, simply use the URL that directs to the raw Cloud Pod file.</p> +<p>Additionally, you can utilize the <a href="#creating-your-sharable-link">Link Generator</a> to generate a sharable link for your pod and copy the corresponding markdown snippet for your repository. Check out a proper example <a href="https://github.com/localstack/cloud-pod-badge" target="_blank">on th Cloud Pod badge GitHub repository</a>.</p> <h2 id="troubleshooting-common-problems">Troubleshooting common problems</h2> <p>In this section we present an overview of common problems and how to solve them.</p> <h3 id="localstack-is-not-running">LocalStack is not running</h3> -<p>In case your LocalStack instance is not running, you will see the following error message:</p> +<p>If your LocalStack instance is not running, you will encounter the following error message:</p> <p><img src="ls-not-running.png" alt="Cloud Pods Launchpad Error LocalStack not running"></p> -<p>Please start up your LocalStack instance and try again. -Find out more about how to start LocalStack in the <a href="/user-guide/tools/cloud-pods/getting-started/">Getting Started</a> section.</p> +<p>Start your LocalStack instance and attempt the operation once more. For detailed instructions on starting LocalStack, refer to the <a href="/user-guide/tools/cloud-pods/getting-started/">Getting Started</a> section.</p> <h3 id="failed-to-load-metadata">Failed to load metadata</h3> -<p>In case the launchpad fails to load the metadata of your pod, you will see the following error message:</p> +<p>If the launchpad encounters difficulties while loading the metadata of your pod, you will receive the following error message:</p> <p><img src="metadata-load-failed.png" alt="Cloud Pods Launchpad Error failed to load metadata"></p> -<p>This can happen if the pod is not available anymore or if the URL is not valid. -Please check the URL and try again.</p> +<p>This can occur when the pod is no longer accessible or if the URL provided is invalid. Review the URL and attempt the operation once more.</p> <h3 id="failed-to-inject-pod">Failed to inject pod</h3> -<p>In case the launchpad fails to inject the pod into your LocalStack instance, you will see &lsquo;Pod injection failed&rsquo; in the log message. -This may be due to a couple of reasons, like version mismatch. -Please check out your LocalStack logs for more information.</p> \ No newline at end of file +<p>If the launchpad is unable to successfully inject the pod into your LocalStack instance, you will encounter a <code>Pod injection failed</code> message in the log. This issue may arise from various factors, such as version disparities. For further insights and information, please review your LocalStack logs.</p>User-Guide: Community Cloud Pods/user-guide/tools/cloud-pods/community/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/community/ +<div class="alert alert-primary" role="alert"> +<h4 class="alert-heading">Note</h4> +With the release of LocalStack 2.3, we have officially marked Community Cloud Pods as <strong>deprecated</strong>. In our upcoming 3.0 release, we will be removing Community Cloud Pods entirely. Moving forward, Cloud Pods will only be accessible to Pro/Team users. We understand this may affect some users and we are open to feedback, through our <a href="https://github.com/localstack/localstack">GitHub Issues</a> or <a href="https://discuss.localstack.cloud/">Discuss Forum</a>. +</div> +<p>LocalStack supports Community Cloud Pods to give our community users a limited Cloud Pods experience. Using Community Cloud Pods, you get two commands: <code>save</code> and <code>load</code> to save the container state in a Cloud Pod and dump it into their running LocalStack container at any given time, respectively.</p> +<h2 id="getting-started">Getting started</h2> +<p>In this getting started guide, we will demonstrate how community users can leverage Community Cloud Pods to save the state of their running LocalStack instance permanently. To get started, you would only need <code>awscli</code> installed. We intend this feature to be open to community users; hence no <code>LOCALSTACK_API_KEY</code> is required.</p> +<p>Let us start by creating some AWS resources in LocalStack. Just a mere example, let us create a S3 bucket and a SQS queue:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 mb s3://test +</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal sqs create-queue --queue-name test-queue</span></span></code></pre></div> +<p>Let us dump such a simple state into a Cloud Pod using the <code>save</code> command. This command takes a file URI as an argument and creates a ZIP file in the specified directory. Assuming we want to create a pod named <code>awesome-pod</code> in our Desktop folder, we will run the below commands to save an <code>awesome-pod</code> in your Desktop directory:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod save file:///Users/&lt;my_username&gt;/Desktop/awesome-pod +</span></span><span style="display:flex;"><span>Cloud Pods file:///Users/&lt;my_username&gt;/Desktop/awesome-pod successfully exported</span></span></code></pre></div> +<p>This exported ZIP file now contains the state we previously created, and we can restore it at any time with the inverse command, i.e., <code>load</code>. For instance, the following command will restore the same state of a fresh instance of LocalStack:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load file:///Users/&lt;my_username&gt;/Desktop/awesome-pod +</span></span><span style="display:flex;"><span>Cloud Pods file:///Users/&lt;my_username&gt;/Desktop/awesome-pod successfully loaded</span></span></code></pre></div> +<p>It is worth noting that the <code>load</code> command also allows loading a Cloud Pod stored at a given URL. We also provide a short-hand option to load Cloud Pods saved in a public GitHub repository. To showcase this possibility, we opened a new public repository at <a href="https://github.com/localstack/cloud-pods">localstack/cloud-pods</a>, where we started storing several Cloud Pods for demonstration purposes.</p> +<p>For example, we uploaded a Cloud Pod named <code>s3-trigger-thumbnail</code> based on an <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-s3-tutorial.html">official AWS documentation tutorial</a>. This Cloud Pod stores a simple application consisting of two S3 buckets and a Lambda function. For each <code>jpg</code> image uploaded in one of the buckets, the Lamda function will create a thumbnail of it and store it in the other bucket.</p> +<p>To load this Cloud Pod, you can run the following command:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load git://localstack/cloud-pods/s3-trigger-thumbnail</span></span></code></pre></div> +<div class="alert alert-primary" role="alert"> +<h4 class="alert-heading">Note</h4> +<p>The above command is equivalent to:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>localstack pod load https://raw.githubusercontent.com/localstack/cloud-pods/main/s3-trigger-thumbnail</span></span></code></pre></div> +</div> +<p>To test the loaded pod, you can run the following command:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 cp &lt;path_to_file&gt;.jpg s3://img-bucket</span></span></code></pre></div> +<p>To check the content of the destination bucket run the following command:</p> +<div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-text" data-lang="text"><span style="display:flex;"><span><span class="command-prefix">$ </span>awslocal s3 ls s3://img-bucket-resized</span></span></code></pre></div> +<h2 id="limitations">Limitations</h2> +<p>Community Cloud Pods have some limitations:</p> +<ul> +<li>Only Community-available AWS services can be saved and loaded in a Community Cloud Pod.</li> +<li>Users are responsible for storing their saved states. Pro users can use our Cloud Pods platform to make storing and sharing their saved states easier.</li> +<li>Cloud Pods for Community users do not support versioning out of the box.</li> +</ul> \ No newline at end of file diff --git a/user-guide/tools/cloud-pods/launchpad/index.html b/user-guide/tools/cloud-pods/launchpad/index.html index 293ca8b9b0..b78e28caf1 100644 --- a/user-guide/tools/cloud-pods/launchpad/index.html +++ b/user-guide/tools/cloud-pods/launchpad/index.html @@ -1,8 +1,4 @@ -Cloud Pods Launchpad | Docs +Cloud Pods Launchpad | Docs

    Cloud Pods Launchpad

    The LocalStack Cloud Pods Launchpad offers the easiest way of sharing and injecting cloud pods directly from your repositories or via a simple URL.

    The LocalStack Cloud Pods Launchpad allows you to quickly share and inject cloud pods into a LocalStack instance.

    Navigate to https://app.localstack.cloud/launchpad where you can create a sharable link for your pods.

    Cloud Pods Launchpad Link Generator

    Enter a public URl to your pod in the first input field, and click on ‘Generate Link’. -The resulting link can be copied and shared with others.

    You can also copy the markdown snippet to quickly add a badge to your repository.

    Adding a badge to your repository

    If you want to add a badge to your README that links to the Cloud Pod Launchpad, you can use the following markdown snippet:

    [![Launch LocalStack Cloudpod](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=url_of_your_pod)
    -

    Cloud Pods Badge Demonstration

    Please note that you have to add the url_of_your_pod as the url query parameter to the URL. -For example if you are hosting the pod in the same repository, just use the URL pointing to the raw pod file. -Additionally, you can use the Link Generator to create the sharable link for your pod and copy the markdown for your repo.

    Check out a proper example on this GitHub repository.

    Troubleshooting common problems

    In this section we present an overview of common problems and how to solve them.

    LocalStack is not running

    In case your LocalStack instance is not running, you will see the following error message:

    Cloud Pods Launchpad Error LocalStack not running

    Please start up your LocalStack instance and try again. -Find out more about how to start LocalStack in the Getting Started section.

    Failed to load metadata

    In case the launchpad fails to load the metadata of your pod, you will see the following error message:

    Cloud Pods Launchpad Error failed to load metadata

    This can happen if the pod is not available anymore or if the URL is not valid. -Please check the URL and try again.

    Failed to inject pod

    In case the launchpad fails to inject the pod into your LocalStack instance, you will see ‘Pod injection failed’ in the log message. -This may be due to a couple of reasons, like version mismatch. -Please check out your LocalStack logs for more information.


    + Create project issue
    Table of Contents

    Cloud Pods Launchpad

    Get started with Cloud Pods Launchpad to share and inject Cloud Pods into your LocalStack instance via a URL

    The LocalStack Cloud Pods Launchpad enables you to easily share and inject Cloud Pods into a LocalStack instance.

    You can visit Cloud Pods launchpad to generate a shareable link for your pods.

    Cloud Pods Launchpad Link Generator

    Enter a public URL to your pod Cloud Pod the first input field, then click Generate Link. You can copy the resulting link and share it with others. Additionally, you have the option to copy a markdown snippet for quickly adding a badge to your repository.

    Adding a badge to your repository

    To add a badge to your README that links to the Cloud Pod Launchpad, you can include the following markdown snippet:

    [![Launch LocalStack Cloudpod](https://localstack.cloud/gh/launch-pod-badge.svg)](https://app.localstack.cloud/launchpad?url=url_of_your_pod)
    +

    Cloud Pods Badge Demonstration

    You need to include the url_of_your_pod as the url query parameter in the URL. For instance, if your Cloud Pod is hosted within the same repository, simply use the URL that directs to the raw Cloud Pod file.

    Additionally, you can utilize the Link Generator to generate a sharable link for your pod and copy the corresponding markdown snippet for your repository. Check out a proper example on th Cloud Pod badge GitHub repository.

    Troubleshooting common problems

    In this section we present an overview of common problems and how to solve them.

    LocalStack is not running

    If your LocalStack instance is not running, you will encounter the following error message:

    Cloud Pods Launchpad Error LocalStack not running

    Start your LocalStack instance and attempt the operation once more. For detailed instructions on starting LocalStack, refer to the Getting Started section.

    Failed to load metadata

    If the launchpad encounters difficulties while loading the metadata of your pod, you will receive the following error message:

    Cloud Pods Launchpad Error failed to load metadata

    This can occur when the pod is no longer accessible or if the URL provided is invalid. Review the URL and attempt the operation once more.

    Failed to inject pod

    If the launchpad is unable to successfully inject the pod into your LocalStack instance, you will encounter a Pod injection failed message in the log. This issue may arise from various factors, such as version disparities. For further insights and information, please review your LocalStack logs.


    \ No newline at end of file diff --git a/user-guide/tools/cloud-pods/pods-cli/index.html b/user-guide/tools/cloud-pods/pods-cli/index.html index d174b8d418..515ee4c8a1 100644 --- a/user-guide/tools/cloud-pods/pods-cli/index.html +++ b/user-guide/tools/cloud-pods/pods-cli/index.html @@ -1,7 +1,7 @@ -Cloud Pods CLI command reference | DocsCloud Pods CLI command reference | Docs

    Cloud Pods CLI command reference

    The reference guide for LocalStack Cloud Pods CLI commands and how to get started on using them!

    This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (pod) commands.

    Syntax

    Use the following syntax to run localstack pod commands from your terminal window:

    $ localstack pod [OPTIONS] COMMAND [ARGS]

    In the above syntax:

    • COMMAND specifies the operation you want to perform with your Cloud Pods (save or load).
    • OPTIONS specifies the optional flags.
    • ARGS specifies the command arguments.

    Commands

    The following section lists the available commands for the Cloud Pods CLI.

    save

    The save command creates a new version of a Cloud Pod. Pro users can dump the Cloud Pod locally or upload it to the LocalStack platform. To dump the state locally, pass a local file URI as an argument to the save command. For instance, the following command:

    $ localstack pod save file://<path_to_disk>/my-pod

    The above command will create a zip file named my-pod to the specified location on the disk. To use the Cloud Pods platform, specify the Cloud Pod’s name as an argument, for example:

    $ localstack pod save my-pod

    The above command creates a version of my-pod and registers it to our platform. Pushing already existing pod results in creating a new version and, eventually, uploading it to the platform. Users can also select a subset of AWS services they wish to incorporate in a new Cloud Pod version with the --services option.

    Users who want to make a Cloud Pod accessible outside their organization can mark it as public with the following command:

    $ localstack pod push --name <pod_name> --visibility public

    The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the save command is as follows:

    Usage: python -m localstack.cli.main pod save [OPTIONS] URL_OR_NAME
    -
    -  Save the current state of the LocalStack container in a Cloud Pod. A Cloud Pod can be exported
    -  locally or registered within the LocalStack Pod's platform (with a Pro license). An optional
    -  message can be attached to any Cloud Pod. Furthermore, one could decide to export only a subset
    -  of services with the optional --service option.
    -
    -  To export on a local path run the following command:
    -  localstack pod save file://<path_on_disk>/<pod_name>
    -
    -  The output will be a <pod_name> zip file in the specified directory. This Cloud Pod instance can
    -  be restored at any point in time with the load command.
    -
    -  To use the LocalStack Pod's platform, the desired Pod's name only will suffice, e,g.:
    -
    -  localstack pod save <pod_name>
    -
    -  Please be aware that each following save invocation with the same name will result in a new
    -  version being created.
    -
    -Options:
    -  -m, --message TEXT   Add a comment describing this Cloud Pod's version
    -  -s, --services TEXT  Comma-delimited list of services to push in the Cloud Pod (all by default)
    -  --visibility TEXT    Set the visibility of the Cloud Pod [`public` or `private`]. Does not
    -                       create a new version
    -  --help               Show this message and exit.
    -

    load

    The load command is the inverse operation of save. It retrieves the content of a previously stored Cloud Pod from the local file system or the Cloud Pod’s platform and injects it into the application runtime.

    The load command takes an argument that can either be a URI or a Cloud Pods name. While the first option is available to all users, the second is valid only for licensed ones.

    By default, the injecting state updates the application runtime at a service level. Using the merge injection strategy, the state of all services specified in the injecting state is reflected precisely in the application runtime, while all other active services remain unchanged.

    The --strategy option can be used to change such default injection behavior. More specifically, the overwrite strategy will ensure the application runtime is an exact instance of the injecting state. The deep-merge strategy will perform a fine-grain merge of the injecting state into the application runtime.

    The CLI manual for the load command is as follows:

    Usage: python -m localstack.cli.main pod load [OPTIONS] URL_OR_NAME
    -
    -  Load a Cloud Pod into the running LocalStack container. Users can import Pods different sources:
    -  community users can store and retrieve Pods from local storage or any provided HTTP URL;
    -  licensed users can take advantage of the LocalStack Pod's platform to ease the storage,
    -  versioning, and retrieval of Pods.
    -
    -  The --source option specifies a URI scheme that point to the Cloud Pod's resources to import.
    -
    -  We support the following protocols:
    -  localstack pod load file://<path_to_disk>
    -  localstack pod load https://<some_url>
    -  localstack pod load git://<user>/<repo>/<local_repo_path>
    -
    -  The latter option is merely a shortcut for --source
    -  https://raw.githubusercontent.com/<user>/<repo>/<branch>/<path>
    -
    -  Importing via a provided --source is available for all users. Licensed users can omit this
    -  option and simply provide a name for their Cloud Pods.
    + Create project issue
    Table of Contents

    Cloud Pods CLI command reference

    Reference guide for LocalStack Cloud Pods CLI commands and how to get started on using them!

    This reference provides descriptions and example commands for LocalStack Cloud Pods CLI (pod) commands.

    Syntax

    Use the following syntax to run localstack pod commands from your terminal window:

    $ localstack pod [OPTIONS] COMMAND [ARGS]

    In the above syntax:

    • COMMAND specifies the operation you want to perform with your Cloud Pods (save or load).
    • OPTIONS specifies the optional flags.
    • ARGS specifies the command arguments.

    Commands

    The following section lists the available commands for the Cloud Pods CLI.

    save

    The save command allows you to save a new version of a Cloud Pod. For licensed users, it provides the option to either save the Cloud Pod locally or upload it to the LocalStack platform.

    To save the state locally, simply provide a local file URI as an argument when using the save command. Running the following command will create a file named my-pod in the specified location on the disk:

    $ localstack pod save file://<path_to_disk>/my-pod

    The command mentioned above will produce a zip file named my-pod and save it to the designated location on your disk. If you intend to utilize the Cloud Pods platform, you should specify the Cloud Pod’s name as an argument, as shown below:

    $ localstack pod save my-pod

    The above command generates a new version of my-pod and uploads it on the LocalStack platform. When pushing an already existing pod, a new version is created and subsequently uploaded to the platform.

    Users also have the option to select a specific subset of AWS services they want to include in the new Cloud Pod version using the --services option.

    Users who want to make a Cloud Pod accessible outside their organization can mark it as public with the following command:

    $ localstack pod save --name my-pod --visibility public

    The above command does not create a new version and requires a version already registered with the platform. The CLI manual for the save command is as follows:

    $ localstack pod save --help
    +
    +Usage: localstack pod save [OPTIONS] URL_OR_NAME [REMOTE] Options: - -s, --strategy TEXT Inject strategy (merge, overwrite, deep-merge). - --help Show this message and exit. -

    delete

    The delete command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the delete command is as follows:

    Usage: python -m localstack.cli.main pod delete [OPTIONS]
    -
    -  Delete a Cloud Pod register on the remove LocalStack Pod's platform. This command will cancel
    -  all the versions of a created Pod and won't be reversible.
    +  -m, --message TEXT             Add a comment describing this Cloud Pod's version
    +  -s, --services TEXT            Comma-delimited list of services to push in the Cloud Pod
    +                                 (all by default)
    +  --visibility [public|private]  Set the visibility of the Cloud Pod [`public` or `private`].
    +                                 Does not create a new version
    +  -f, --format [json]            The formatting style for the save command output.
    +  -h, --help                     Show this message and exit.
    +

    load

    The load command is the inverse operation of save. It retrieves the content of a previously stored Cloud Pod from the local file system or the LocalStack platform and injects it into the LocalStack container.

    The load command takes an argument that can either be a URI or a Cloud Pods name. By default, the injecting state updates the container state at a service level. The CLI manual for the load command is as follows:

    $ localstack pod save --help
    +
    +Usage: localstack pod load [OPTIONS] URL_OR_NAME [REMOTE] Options: - -n, --name TEXT Name of the Cloud Pod [required] - --help Show this message and exit. -

    inspect

    The inspect command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the inspect command is as follows:

    Usage: python -m localstack.cli.main pod inspect [OPTIONS]
    -
    -  Inspect the contents of a Cloud Pod
    +  --merge [overwrite|merge]  The merge strategy to adopt when loading the Cloud Pod  [default:
    +                             merge]
    +  -h, --help                 Show this message and exit.
    +

    delete

    The delete command let users delete a Cloud Pod stored in the remote platform. The CLI manual for the delete command is as follows:

    $ localstack pod delete --help
    +
    +Usage: localstack pod delete [OPTIONS] NAME Options: - -n, --name TEXT Name of the Cloud Pod [required] - -f, --format TEXT Format (curses, rich, json). - --help Show this message and exit. -

    list

    The list command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. If the --public option is passed to the commands, it shows only the Cloud Pods marked as public and are, therefore, available to all licensed users. The CLI manual for the list` command is as follows:

    Usage: python -m localstack.cli.main pod list [OPTIONS]
    -
    -  List all the Cloud Pods available for a single user, or for an entire organization, if the user
    -  is part of one.
    -
    -  With the --public flag, it lists the all the available public Cloud Pods. A public Cloud Pod is
    -  available across the boundary of a user ond/or organization. In other words, any public Cloud
    -  Pod can be injected by any other user holding a LocalStack Pro (or above) license.
    +  -h, --help  Show this message and exit.
    +

    inspect

    The inspect command simply lets the user inspect the content of a Cloud Pod. The CLI manual for the inspect command is as follows:

    $ localstack pod delete --help
    +
    +Usage: localstack pod inspect [OPTIONS] NAME Options: - -p, --public List all the available public Cloud Pods - --help Show this message and exit. -

    versions

    The versions command simply lists all the available versions of a Cloud Pod. The CLI manual for the version command is as follows:

    Usage: python -m localstack.cli.main pod versions [OPTIONS]
    +  -f, --format [curses|rich|json]
    +                                  The formatting style for the inspect command output.
    +                                  [default: curses]
    +  -h, --help                      Show this message and exit.
    +

    list

    The list command lists all of the available Cloud Pods. It shows all the pods available for a single user and its organization by default. The CLI manual for the list command is as follows:

    $ localstack pod list --help
    +
    +Usage: localstack pod list [OPTIONS] [REMOTE] - List the versions available for a Cloud Pod. Each invocation of the save command is going to - create a new version for a named Cloud Pod, is a Pod with such name already does exist in the - LocalStack Pods platform. +Options: + -p, --public List all the available public Cloud Pods + -f, --format [table|json] The formatting style for the list pods command output. [default: + table] + -h, --help Show this message and exit. +

    versions

    The versions command lists all the available versions of a Cloud Pod. The CLI manual for the version command is as follows:

    $ localstack pod versions --help
    +
    +Usage: localstack pod versions [OPTIONS] NAME Options: - -n, --name TEXT Name of the Cloud Pod [required] - --help Show this message and exit. -

    + -f, --format [table|json] The formatting style for the version command output. [default: + table] + -h, --help Show this message and exit. +
    Last modified October 13, 2023: rework the cloud pods documentation (#840) (5cb275019)
    \ No newline at end of file diff --git a/user-guide/tools/cloud-pods/pods-ui.png b/user-guide/tools/cloud-pods/pods-ui.png index e6bec2b735..11fc8eadb3 100644 Binary files a/user-guide/tools/cloud-pods/pods-ui.png and b/user-guide/tools/cloud-pods/pods-ui.png differ diff --git a/user-guide/tools/cloud-pods/remotes/index.html b/user-guide/tools/cloud-pods/remotes/index.html index a332c989e9..14bf16d2ff 100644 --- a/user-guide/tools/cloud-pods/remotes/index.html +++ b/user-guide/tools/cloud-pods/remotes/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/cockpit/index.html b/user-guide/tools/cockpit/index.html index 63e69ad484..5ceb75865e 100644 --- a/user-guide/tools/cockpit/index.html +++ b/user-guide/tools/cockpit/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/index.html b/user-guide/tools/index.html index 52152f4cf0..e29697a1d8 100644 --- a/user-guide/tools/index.html +++ b/user-guide/tools/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/index.xml b/user-guide/tools/index.xml index 363ec15306..6d22b6dd7b 100644 --- a/user-guide/tools/index.xml +++ b/user-guide/tools/index.xml @@ -246,21 +246,15 @@ This sample demonstrates how we can take an existing Web application, without an <h3 id="localstack-configurations">LocalStack configurations</h3> <p>You can manage and use your profiles via configurations and create new configurations for your LocalStack container.</p> <img src="localstack-docker-extension-configuration-profile.png" title="Create your configuration profiles within LocalStack's Extension to affect the state of LocalStack" width="900" />User-Guide: Cloud Pods/user-guide/tools/cloud-pods/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/cloud-pods/ -<div class="alert alert-primary" role="alert"> -<h4 class="alert-heading">Note</h4> -Please note that cloud pods may not be compatible across different versions of LocalStack. -We are actively working on addressing this limitation in the upcoming releases. -</div> +<h2 id="introduction">Introduction</h2> <p>Cloud Pods are a mechanism that allows you to take a snapshot of the state in your current LocalStack instance, persist it to a storage backend, and easily share it with your team members.</p> <p><img src="pods-persistence.png" alt="Persistence versus Cloud Pods"></p> -<div class="alert alert-success" role="alert"> -<h4 class="alert-heading">Hint</h4> -To quickly see cloud pods in action, we prepared a small sample application that uses cloud pods to inject its state into a running LocalStack container. <a href="https://app.localstack.cloud/quickstart/demo4">Cloud Pod Thumbnail Sample App</a> -</div> -<p>While the <a href="/references/persistence-mechanism/">Persistence</a> feature ensures that the service state survives container restarts, Cloud Pods go beyond and allow more fine-grained control over your state.</p> -<p>Instead of simply restoring a state when restarting LocalStack, Cloud Pods allow you to take snapshots of your local instance (with the <code>save</code> command) and inject such snapshots into a running instance (with the <code>load</code> command) without requiring a restart.</p> -<p>In addition, we provide a remote storage backend that can be used to store the state of your running application and share it with your team members.</p> -<p>You can interact with Cloud Pods via the Web UI, and to load and store the persistent state of pods, you can use the <code>localstack</code> <a href="/user-guide/tools/cloud-pods/pods-cli/">command-line interface (CLI)</a>.</p> +<h2 id="cloud-pods--persistence">Cloud Pods &amp; Persistence</h2> +<p>The <a href="/references/persistence-mechanism/">Persistence</a> feature ensures that the service state persists across container restarts. In contrast, Cloud Pods provide more detailed control over your state.</p> +<p>Rather than just restoring a state during LocalStack restarts, Cloud Pods enable you to capture snapshots of your local instance using the <code>save</code> command and inject these snapshots into a running instance using the <code>load</code> command, all without needing to perform a full restart.</p> +<p>In addition, LocalStack provides a remote storage backend that can be used to store the state of your running application and share it with your team members.</p> +<h2 id="getting-started">Getting started</h2> +<p>You can interact with Cloud Pods via the LocalStack Web Application. To save and load the persistent state of Cloud Pods, you can use the <a href="/user-guide/tools/cloud-pods/pods-cli/">Cloud Pods command-line interface (CLI)</a>.</p> <p><img src="pods-ui.png" alt="Cloud Pods Web UI"></p>User-Guide: Lambda Tools/user-guide/tools/lambda-tools/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/lambda-tools/ <p>Lambdas are awesome!</p>User-Guide: Transparent Endpoint Injection/user-guide/tools/transparent-endpoint-injection/Mon, 01 Jan 0001 00:00:00 +0000/user-guide/tools/transparent-endpoint-injection/ <p>In the community (open source) edition, the application code needs to configure each AWS SDK client instance with the target <code>endpoint URL</code> to point to the APIs on <code>localhost</code> or, in the case of Lambdas running in the context of LocalStack, the <code>endpoint URL</code> should point to <code>http://${LOCALSTACK_HOSTNAME}:${EDGE_PORT}</code>.</p> diff --git a/user-guide/tools/lambda-tools/debugging/index.html b/user-guide/tools/lambda-tools/debugging/index.html index e2a639912e..6de35c371d 100644 --- a/user-guide/tools/lambda-tools/debugging/index.html +++ b/user-guide/tools/lambda-tools/debugging/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/lambda-tools/hot-reloading/index.html b/user-guide/tools/lambda-tools/hot-reloading/index.html index 96bedd3cdb..c90e5cd652 100644 --- a/user-guide/tools/lambda-tools/hot-reloading/index.html +++ b/user-guide/tools/lambda-tools/hot-reloading/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/lambda-tools/index.html b/user-guide/tools/lambda-tools/index.html index 27e660d2f4..cf522de39c 100644 --- a/user-guide/tools/lambda-tools/index.html +++ b/user-guide/tools/lambda-tools/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/localstack-docker-extension/index.html b/user-guide/tools/localstack-docker-extension/index.html index bc796da580..f8ccd08488 100644 --- a/user-guide/tools/localstack-docker-extension/index.html +++ b/user-guide/tools/localstack-docker-extension/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/localsurf/index.html b/user-guide/tools/localsurf/index.html index c445d0159a..3d250e4587 100644 --- a/user-guide/tools/localsurf/index.html +++ b/user-guide/tools/localsurf/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/testing-tools/index.html b/user-guide/tools/testing-tools/index.html index 8aa07408b2..e218eacd82 100644 --- a/user-guide/tools/testing-tools/index.html +++ b/user-guide/tools/testing-tools/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/transparent-endpoint-injection/dns-server/index.html b/user-guide/tools/transparent-endpoint-injection/dns-server/index.html index 9fc3b42228..0169a9b9b6 100644 --- a/user-guide/tools/transparent-endpoint-injection/dns-server/index.html +++ b/user-guide/tools/transparent-endpoint-injection/dns-server/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/transparent-endpoint-injection/index.html b/user-guide/tools/transparent-endpoint-injection/index.html index c36b8435f8..b44b87c26d 100644 --- a/user-guide/tools/transparent-endpoint-injection/index.html +++ b/user-guide/tools/transparent-endpoint-injection/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/tools/transparent-endpoint-injection/patched-sdks/index.html b/user-guide/tools/transparent-endpoint-injection/patched-sdks/index.html index c177985daa..bc9ee9ff3c 100644 --- a/user-guide/tools/transparent-endpoint-injection/patched-sdks/index.html +++ b/user-guide/tools/transparent-endpoint-injection/patched-sdks/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/accounts/index.html b/user-guide/web-application/accounts/index.html index 341d929a32..6323a051b7 100644 --- a/user-guide/web-application/accounts/index.html +++ b/user-guide/web-application/accounts/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/cloud-pods-browser/index.html b/user-guide/web-application/cloud-pods-browser/index.html index 90df1e455a..afbc38d6d5 100644 --- a/user-guide/web-application/cloud-pods-browser/index.html +++ b/user-guide/web-application/cloud-pods-browser/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/custom-local-endpoint/custom-local-endpoint/index.html b/user-guide/web-application/custom-local-endpoint/custom-local-endpoint/index.html index 7422e67963..26b354b9f0 100644 --- a/user-guide/web-application/custom-local-endpoint/custom-local-endpoint/index.html +++ b/user-guide/web-application/custom-local-endpoint/custom-local-endpoint/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/export-import-state/index.html b/user-guide/web-application/export-import-state/index.html index cc824f47a8..eae93e460e 100644 --- a/user-guide/web-application/export-import-state/index.html +++ b/user-guide/web-application/export-import-state/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/extensions-library/index.html b/user-guide/web-application/extensions-library/index.html index 427e4ab308..41219b1af5 100644 --- a/user-guide/web-application/extensions-library/index.html +++ b/user-guide/web-application/extensions-library/index.html @@ -126,11 +126,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/index.html b/user-guide/web-application/index.html index a2f7cd8595..66d917a28f 100644 --- a/user-guide/web-application/index.html +++ b/user-guide/web-application/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/resource-browser/index.html b/user-guide/web-application/resource-browser/index.html index 041e017ea3..9115dd4074 100644 --- a/user-guide/web-application/resource-browser/index.html +++ b/user-guide/web-application/resource-browser/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/single-sign-on/azure-ad/index.html b/user-guide/web-application/single-sign-on/azure-ad/index.html index a1355e7e52..c5dec09ee8 100644 --- a/user-guide/web-application/single-sign-on/azure-ad/index.html +++ b/user-guide/web-application/single-sign-on/azure-ad/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/single-sign-on/index.html b/user-guide/web-application/single-sign-on/index.html index 500bbfc40f..b4b7116a73 100644 --- a/user-guide/web-application/single-sign-on/index.html +++ b/user-guide/web-application/single-sign-on/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/stack-insights/index.html b/user-guide/web-application/stack-insights/index.html index 8de89f0b84..39e3611bb9 100644 --- a/user-guide/web-application/stack-insights/index.html +++ b/user-guide/web-application/stack-insights/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +
  • diff --git a/user-guide/web-application/teams/index.html b/user-guide/web-application/teams/index.html index 8134d64dec..d0ac6b4584 100644 --- a/user-guide/web-application/teams/index.html +++ b/user-guide/web-application/teams/index.html @@ -130,11 +130,11 @@
  • +
  • +
  • +
  • +
  • +