Skip to content

Commit

Permalink
Deploying to gh-pages - 12:38:26
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Dec 7, 2023
1 parent 55c6fd9 commit 23c0e9c
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions snapshot/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ <h2>Table of Contents</h2>

<div class="toc-item" style="margin-left:10px" id="toc-item-lambdafunctionclient"><a href="#lambdafunctionclient"><strong>10.18</strong><span>Invoke Lambda with @FunctionClient</span></a></div>

<div class="toc-item" style="margin-left:10px" id="toc-item-lambdaGuides"><a href="#lambdaGuides"><strong>10.19</strong><span>AWS Lambda Guides</span></a></div>

<div class="toc-item" style="margin-left:0px" id="toc-item-alexa"><a href="#alexa"><strong>11</strong><span>Alexa Support</span></a></div>

<div class="toc-item" style="margin-left:10px" id="toc-item-alexaskillconfiguration"><a href="#alexaskillconfiguration"><strong>11.1</strong><span>Alexa Skill Configuration</span></a></div>
Expand Down Expand Up @@ -3635,6 +3637,47 @@ <h2 id="lambdafunctionclient"><a class="anchor" href="#lambdafunctionclient"></a
</table>
</div>

<h2 id="lambdaGuides"><a class="anchor" href="#lambdaGuides"></a>10.19 AWS Lambda Guides</h2>

<div class='contribute-btn'>
<button type='button' class='btn btn-default' onclick='window.location.href="https://github.com/micronaut-projects/micronaut-aws/edit/master/src/main/docs/guide/lambda/lambdaGuides.adoc"'>
<i class='fa fa-pencil-square-o'></i> Improve this doc
</button>
</div>


<div class="paragraph">
<p>Read the following guides to learn more abut AWS Lambda:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://guides.micronaut.io/latest/micronaut-aws-lambda-eventbridge-event.html">Micronaut AWS Lambda and a cron job</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/micronaut-aws-lambda-s3-event.html">Micronaut AWS Lambda and s3 event</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/micronaut-aws-secretsmanager-rotation.html">Secret rotation AWS Lambda and secrets manager</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/mn-application-aws-lambda-graalvm.html">Deploy a Micronaut application as a graalvm native executable to AWS Lambda</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/mn-application-aws-lambda-java-runtime.html">Deploy a Micronaut application to AWS Lambda Java 17 runtime</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/mn-serverless-function-aws-lambda.html">Deploy a serverless Micronaut function to AWS Lambda Java 17 runtime</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/mn-serverless-function-aws-lambda-function-url.html">AWS Lambda function URL and a Micronaut function</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/mn-serverless-function-aws-lambda-graalvm.html">Deploy a Micronaut function as a GraalVM native executable to AWS Lambda</a></p>
</li>
</ul>
</div>

<h1 id="alexa"><a class="anchor" href="#alexa"></a>11 Alexa Support</h1>

<div class='contribute-btn'>
Expand Down Expand Up @@ -4164,6 +4207,31 @@ <h1 id="distributedconfiguration"><a class="anchor" href="#distributedconfigurat
</tr>
</tbody>
</table>
<div class="admonitionblock tip">
<table>
<tr>
<td class="icon">
<i class="fa icon-tip" title="Tip"></i>
</td>
<td class="content">
Read <a href="https://guides.micronaut.io/latest/micronaut-aws-parameter-store.html">Micronaut AWS Parameter Store</a> to learn more about using AWS Parameter for Configuration Discovery.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p>Read the following guides to learn more abut AWS distributed configuration with the Micronaut Framework:</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://guides.micronaut.io/latest/micronaut-aws-parameter-store.html">Micronaut AWS Parameter Store</a></p>
</li>
<li>
<p><a href="https://guides.micronaut.io/latest/micronaut-aws-secretsmanager.html">Distributed configuration with AWS Secrets Manager</a></p>
</li>
</ul>
</div>

<h2 id="distributedconfigurationsecretsmanager"><a class="anchor" href="#distributedconfigurationsecretsmanager"></a>12.1 AWS Secrets Manager</h2>

Expand Down

0 comments on commit 23c0e9c

Please sign in to comment.