Skip to content

Commit

Permalink
deploy: 1df551d
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Jul 22, 2024
1 parent 67195e6 commit 9759cb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lambda_layer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1902,14 +1902,14 @@ <h1>AWS Lambda Layer</h1>

<div class="admonition tip inline end">
<p class="admonition-title">SageWorks Lambda Layers</p>
<p>AWS Lambda Jobs are a great way to spin up quick data processing jobs. Follow this guide and empower your Lambda Jobs with SageWorks!</p>
<p>AWS Lambda Jobs are a great way to spin up data processing jobs. Follow this guide and empower AWS Lambda with SageWorks!</p>
</div>
<p>SageWorks make creating, testing, and debugging of AWS Lambda Jobs easy. The exact same <a href="../api_classes/overview/">SageWorks API Classes</a> are used in your Lambda Jobs. Also since SageWorks provides the access policies you'll be able to test new Lambda Jobs locally and minimizes surprises when deploying.</p>
<h2 id="lambda-job-setup">Lambda Job Setup</h2>
<div class="admonition warning inline end">
<p class="admonition-title">Work In Progress</p>
<p>Right now the SageWorks layers only support Python 3.10 Lambda Functions. We'll be adding more regions and python version support in the near future.</p>
</div>
<h2 id="lambda-job-setup">Lambda Job Setup</h2>
<p>Setting up a AWS Lambda Job that uses SageWorks is straight forward. SageWorks can be 'installed' using a Lambda Layer and then you can use the Sageworks API just like normal.</p>
<p>Here are the ARNs for the current SageWorks Lambda Layers:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 9759cb3

Please sign in to comment.