Skip to content

Commit

Permalink
deploy: c89e9f6
Browse files Browse the repository at this point in the history
  • Loading branch information
joe4dev committed Oct 11, 2023
1 parent 80501fd commit 38250f1
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 46 deletions.
12 changes: 8 additions & 4 deletions categories/localstack-community/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3153,10 +3153,14 @@ id="tabs-02-01" role="tabpanel" aria-labelled-by="tabs-02-01-tab">
<li><strong>Hot reloading</strong>: With Lambda hot reloading, you can continuously apply code changes to your Lambda functions without needing to redeploy them manually. To learn more about how to use hot reloading with LocalStack, check out our <a href="/user-guide/tools/lambda-tools/hot-reloading/">hot reloading documentation</a>.</li>
<li><strong>Remote debugging</strong>: LocalStack’s remote debugging functionality allows you to attach a debugger to your Lambda function using your preferred IDE. To get started with remote debugging in LocalStack, see our <a href="/user-guide/tools/lambda-tools/debugging/">debugging documentation</a>.</li>
</ul>
<h2 id="lambda-layers">Lambda Layers</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions. With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>. Here, we’ll focus specifically on how to create Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-invoking-a-lambda-layer-locally">Creating and invoking a Lambda Layer Locally</h3>
<h2 id="lambda-layers-pro">Lambda Layers (Pro)</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions.
With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.
Community users can still create, update, and list Lambda layers.
However, the layers are not applied when invoking a Lambda function.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>.
Here, we’ll focus specifically on how to use Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-using-a-lambda-layer-locally">Creating and using a Lambda Layer Locally</h3>
<p>To create a Lambda Layer locally, you can use the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html"><code>PublishLayerVersion</code> API</a> in LocalStack. Here’s a simple example using Python:</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>mkdir -p /tmp/python/
</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo 'def util():' > /tmp/python/testlayer.py
Expand Down
12 changes: 8 additions & 4 deletions categories/localstack-pro/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4239,10 +4239,14 @@ id="tabs-02-01" role="tabpanel" aria-labelled-by="tabs-02-01-tab">
<li><strong>Hot reloading</strong>: With Lambda hot reloading, you can continuously apply code changes to your Lambda functions without needing to redeploy them manually. To learn more about how to use hot reloading with LocalStack, check out our <a href="/user-guide/tools/lambda-tools/hot-reloading/">hot reloading documentation</a>.</li>
<li><strong>Remote debugging</strong>: LocalStack’s remote debugging functionality allows you to attach a debugger to your Lambda function using your preferred IDE. To get started with remote debugging in LocalStack, see our <a href="/user-guide/tools/lambda-tools/debugging/">debugging documentation</a>.</li>
</ul>
<h2 id="lambda-layers">Lambda Layers</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions. With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>. Here, we’ll focus specifically on how to create Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-invoking-a-lambda-layer-locally">Creating and invoking a Lambda Layer Locally</h3>
<h2 id="lambda-layers-pro">Lambda Layers (Pro)</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions.
With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.
Community users can still create, update, and list Lambda layers.
However, the layers are not applied when invoking a Lambda function.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>.
Here, we’ll focus specifically on how to use Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-using-a-lambda-layer-locally">Creating and using a Lambda Layer Locally</h3>
<p>To create a Lambda Layer locally, you can use the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html"><code>PublishLayerVersion</code> API</a> in LocalStack. Here’s a simple example using Python:</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>mkdir -p /tmp/python/
</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo 'def util():' > /tmp/python/testlayer.py
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions tags/aws-lambda/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,14 @@ id="tabs-02-01" role="tabpanel" aria-labelled-by="tabs-02-01-tab">
<li><strong>Hot reloading</strong>: With Lambda hot reloading, you can continuously apply code changes to your Lambda functions without needing to redeploy them manually. To learn more about how to use hot reloading with LocalStack, check out our <a href="/user-guide/tools/lambda-tools/hot-reloading/">hot reloading documentation</a>.</li>
<li><strong>Remote debugging</strong>: LocalStack’s remote debugging functionality allows you to attach a debugger to your Lambda function using your preferred IDE. To get started with remote debugging in LocalStack, see our <a href="/user-guide/tools/lambda-tools/debugging/">debugging documentation</a>.</li>
</ul>
<h2 id="lambda-layers">Lambda Layers</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions. With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>. Here, we’ll focus specifically on how to create Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-invoking-a-lambda-layer-locally">Creating and invoking a Lambda Layer Locally</h3>
<h2 id="lambda-layers-pro">Lambda Layers (Pro)</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions.
With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.
Community users can still create, update, and list Lambda layers.
However, the layers are not applied when invoking a Lambda function.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>.
Here, we’ll focus specifically on how to use Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-using-a-lambda-layer-locally">Creating and using a Lambda Layer Locally</h3>
<p>To create a Lambda Layer locally, you can use the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html"><code>PublishLayerVersion</code> API</a> in LocalStack. Here’s a simple example using Python:</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>mkdir -p /tmp/python/
</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo 'def util():' > /tmp/python/testlayer.py
Expand Down
12 changes: 8 additions & 4 deletions tags/lambda-debugging/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,14 @@ id="tabs-02-01" role="tabpanel" aria-labelled-by="tabs-02-01-tab">
<li><strong>Hot reloading</strong>: With Lambda hot reloading, you can continuously apply code changes to your Lambda functions without needing to redeploy them manually. To learn more about how to use hot reloading with LocalStack, check out our <a href="/user-guide/tools/lambda-tools/hot-reloading/">hot reloading documentation</a>.</li>
<li><strong>Remote debugging</strong>: LocalStack’s remote debugging functionality allows you to attach a debugger to your Lambda function using your preferred IDE. To get started with remote debugging in LocalStack, see our <a href="/user-guide/tools/lambda-tools/debugging/">debugging documentation</a>.</li>
</ul>
<h2 id="lambda-layers">Lambda Layers</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions. With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>. Here, we’ll focus specifically on how to create Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-invoking-a-lambda-layer-locally">Creating and invoking a Lambda Layer Locally</h3>
<h2 id="lambda-layers-pro">Lambda Layers (Pro)</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions.
With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.
Community users can still create, update, and list Lambda layers.
However, the layers are not applied when invoking a Lambda function.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>.
Here, we’ll focus specifically on how to use Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-using-a-lambda-layer-locally">Creating and using a Lambda Layer Locally</h3>
<p>To create a Lambda Layer locally, you can use the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html"><code>PublishLayerVersion</code> API</a> in LocalStack. Here’s a simple example using Python:</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>mkdir -p /tmp/python/
</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo 'def util():' > /tmp/python/testlayer.py
Expand Down
12 changes: 8 additions & 4 deletions tags/lambda-hot-reloading/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,14 @@ id="tabs-02-01" role="tabpanel" aria-labelled-by="tabs-02-01-tab">
<li><strong>Hot reloading</strong>: With Lambda hot reloading, you can continuously apply code changes to your Lambda functions without needing to redeploy them manually. To learn more about how to use hot reloading with LocalStack, check out our <a href="/user-guide/tools/lambda-tools/hot-reloading/">hot reloading documentation</a>.</li>
<li><strong>Remote debugging</strong>: LocalStack’s remote debugging functionality allows you to attach a debugger to your Lambda function using your preferred IDE. To get started with remote debugging in LocalStack, see our <a href="/user-guide/tools/lambda-tools/debugging/">debugging documentation</a>.</li>
</ul>
<h2 id="lambda-layers">Lambda Layers</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions. With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>. Here, we’ll focus specifically on how to create Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-invoking-a-lambda-layer-locally">Creating and invoking a Lambda Layer Locally</h3>
<h2 id="lambda-layers-pro">Lambda Layers (Pro)</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions.
With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.
Community users can still create, update, and list Lambda layers.
However, the layers are not applied when invoking a Lambda function.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>.
Here, we’ll focus specifically on how to use Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-using-a-lambda-layer-locally">Creating and using a Lambda Layer Locally</h3>
<p>To create a Lambda Layer locally, you can use the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html"><code>PublishLayerVersion</code> API</a> in LocalStack. Here’s a simple example using Python:</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>mkdir -p /tmp/python/
</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo 'def util():' > /tmp/python/testlayer.py
Expand Down
12 changes: 8 additions & 4 deletions tags/lambda-layers/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,14 @@ id="tabs-02-01" role="tabpanel" aria-labelled-by="tabs-02-01-tab">
<li><strong>Hot reloading</strong>: With Lambda hot reloading, you can continuously apply code changes to your Lambda functions without needing to redeploy them manually. To learn more about how to use hot reloading with LocalStack, check out our <a href="/user-guide/tools/lambda-tools/hot-reloading/">hot reloading documentation</a>.</li>
<li><strong>Remote debugging</strong>: LocalStack’s remote debugging functionality allows you to attach a debugger to your Lambda function using your preferred IDE. To get started with remote debugging in LocalStack, see our <a href="/user-guide/tools/lambda-tools/debugging/">debugging documentation</a>.</li>
</ul>
<h2 id="lambda-layers">Lambda Layers</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions. With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>. Here, we’ll focus specifically on how to create Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-invoking-a-lambda-layer-locally">Creating and invoking a Lambda Layer Locally</h3>
<h2 id="lambda-layers-pro">Lambda Layers (Pro)</h2>
<p><a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layers</a> lets you include additional code and dependencies in your Lambda functions.
With LocalStack Pro/Team, you can deploy Lambda Layers locally to streamline your development and testing process.
Community users can still create, update, and list Lambda layers.
However, the layers are not applied when invoking a Lambda function.</p>
<p>To learn more about Lambda Layers, refer to the <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">AWS documentation on Lambda layers</a>.
Here, we’ll focus specifically on how to use Lambda Layers locally in LocalStack Pro/Team.</p>
<h3 id="creating-and-using-a-lambda-layer-locally">Creating and using a Lambda Layer Locally</h3>
<p>To create a Lambda Layer locally, you can use the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_PublishLayerVersion.html"><code>PublishLayerVersion</code> API</a> in LocalStack. Here’s a simple example using Python:</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>mkdir -p /tmp/python/
</span></span><span style="display:flex;"><span><span class="command-prefix">$ </span>echo 'def util():' > /tmp/python/testlayer.py
Expand Down
Loading

0 comments on commit 38250f1

Please sign in to comment.