You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Router.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1862,7 +1862,7 @@ <h5>Example</h5>
1862
1862
<brclass="clear">
1863
1863
1864
1864
<footer>
1865
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
1865
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
401
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Copy file name to clipboardExpand all lines: RouterRequest.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2284,7 +2284,7 @@ <h5>Returns:</h5>
2284
2284
<brclass="clear">
2285
2285
2286
2286
<footer>
2287
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
2287
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Copy file name to clipboardExpand all lines: RouterResponse.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -991,7 +991,7 @@ <h5>Returns:</h5>
991
991
<brclass="clear">
992
992
993
993
<footer>
994
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
994
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Copy file name to clipboardExpand all lines: RouterStack.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -545,7 +545,7 @@ <h5>Example</h5>
545
545
<brclass="clear">
546
546
547
547
<footer>
548
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
548
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Copy file name to clipboardExpand all lines: global.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -552,7 +552,7 @@ <h5>Example</h5>
552
552
<brclass="clear">
553
553
554
554
<footer>
555
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
555
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
<p>Unless your application requires <ahref="#complex-routing">complex routing</a>, route handlers can be defined within the <ahref="https://docs.aws.amazon.com/lambda/latest/operatorguide/global-scope.html">Lambda function scope</a>. Otherwise <ahref="#route-handler">route handlers</a> are loaded from <code>appName/src/routes</code> directory in hierarchical order, starting with the default handler <code>appName/src/app.js</code> as described below.</p>
<p>The following methods are supported based on the class context. For further information please refer to the <ahref="#cli-options">JSDoc</a> generated <ahref="https://nuxy.github.io/lambda-lambda-lambda">documentation</a> which includes method <code>arguments</code>/<code>return</code> types and general usage examples.</p>
144
+
<p>The following methods are supported based on the class context. For further information please refer to the <ahref="#cli-options">JSDoc</a> generated <ahref="https://lambda-lambda-lambda.github.io/doc">documentation</a> which includes method <code>arguments</code>/<code>return</code> types and general usage examples.</p>
145
145
<table>
146
146
<thead>
147
147
<tr>
@@ -498,7 +498,7 @@ <h3>Asynchronous example</h3>
498
498
</code></pre>
499
499
<p>See <ahref="https://github.com/lambda-lambda-lambda/example/tree/master/restfulApiHandler/src/middleware">restfulApiHandler</a> example for more complex use cases.</p>
500
500
<h2>Testing</h2>
501
-
<p>How you handle this is entirely up to the test framework/runner you're using. For examples using <ahref="https://mochajs.org/">Mocha</a> and <ahref="https://www.chaijs.com">Chai</a>, please refer to the <ahref="https://github.com/nuxy/lambda-lambda-lambda/tree/master/test/e2e/async">E2E tests</a> included with this package.</p>
501
+
<p>How you handle this is entirely up to the test framework/runner you're using. For examples using <ahref="https://mochajs.org/">Mocha</a> and <ahref="https://www.chaijs.com">Chai</a>, please refer to the <ahref="https://github.com/lambda-lambda-lambda/router/tree/master/test/e2e/async">E2E tests</a> included with this package.</p>
502
502
<h2>AWS requirements</h2>
503
503
<p>In order to successfully deploy your application you must have <ahref="https://docs.aws.amazon.com/config/latest/developerguide/gs-cli.html">set-up your AWS Config</a> and have <ahref="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html">created an IAM user</a> with the following <ahref="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage.html">policies</a>:</p>
504
504
<ul>
@@ -548,7 +548,7 @@ <h2>Author</h2>
548
548
<brclass="clear">
549
549
550
550
<footer>
551
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
551
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Copy file name to clipboardExpand all lines: module-router_Common.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1617,7 +1617,7 @@ <h5>Example</h5>
1617
1617
<brclass="clear">
1618
1618
1619
1619
<footer>
1620
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
1620
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Copy file name to clipboardExpand all lines: module-router_Route.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ <h5>Example</h5>
191
191
<brclass="clear">
192
192
193
193
<footer>
194
-
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
194
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 08 2023 19:50:15 GMT-0700 (Pacific Daylight Time) using the Minami theme.
249
+
Generated by <ahref="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Wed Apr 19 2023 12:24:38 GMT-0700 (Pacific Daylight Time) using the Minami theme.
0 commit comments