Skip to content

Commit

Permalink
Merge pull request #136 from Daniel-Cavallaro/master
Browse files Browse the repository at this point in the history
Fixed broken link to AWS documentation
  • Loading branch information
mweagle authored Feb 1, 2019
2 parents 3a11f14 + 2fc5d2a commit 98105e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ <h2 id="service-name">Service Name</h2>

<h2 id="lambda-function">Lambda Function</h2>

<p>A Sparta-compatible lambda is a standard <a href="https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model-handler-types.html/">AWS Lambda Go</a> function. The following function signatures are supported:</p>
<p>A Sparta-compatible lambda is a standard <a href="https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model-handler-types.html">AWS Lambda Go</a> function. The following function signatures are supported:</p>

<ul>
<li><code>func ()</code></li>
Expand Down
2 changes: 1 addition & 1 deletion docs_source/content/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sparta.Main(stackName,

## Lambda Function

A Sparta-compatible lambda is a standard [AWS Lambda Go](https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model-handler-types.html/) function. The following function signatures are supported:
A Sparta-compatible lambda is a standard [AWS Lambda Go](https://docs.aws.amazon.com/lambda/latest/dg/go-programming-model-handler-types.html) function. The following function signatures are supported:

* `func ()`
* `func () error`
Expand Down

0 comments on commit 98105e8

Please sign in to comment.