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: README.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ This Example works with [AWS HTTP API](https://docs.aws.amazon.com/apigateway/la
9
9
10
10
<!---
11
11
For faster response with the APIs [Redis](https://redis.io/) *caching* is used.
12
-
For *session tracking* [JSON Web Token (JWT)](https://jwt.io/) is used.
13
12
-->
13
+
For *session tracking*[JSON Web Token (JWT)](https://jwt.io/) is used.
14
14
15
15
All *logs* for the function is kept in [AWS Cloudwatch](https://aws.amazon.com/cloudwatch/) i.e *persistent*.
16
16
@@ -35,12 +35,10 @@ To use the code in this example you **must** have an valid [AWS account](https:/
35
35
</ol>
36
36
37
37
38
-
<!---
39
38
6. For **session tracking**[JWT](https://jwt.io/) is used.
40
-
-->
41
-
6.[AWS HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html) are using [AWS API GateWay](https://aws.amazon.com/api-gateway/)
39
+
7.[AWS HTTP API](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop.html) are using [AWS API GateWay](https://aws.amazon.com/api-gateway/)
42
40
43
-
<olstart="7">
41
+
<olstart="8">
44
42
<li> All data is saved in <ahref="https://www.mongodb.com/docs/atlas/">MongoDB Atlas</a> i.e. <i>persistent</i>
45
43
<!--- <li> <strong>Caching</strong> is used for faster response in the APIs. <a href="https://redis.io/">Redis</a> is used for that purpose</li> -->
46
44
<li> This APIs can also be consumed by any <b>Frontend Application</b>.</li>
@@ -50,7 +48,7 @@ To use the code in this example you **must** have an valid [AWS account](https:/
50
48
51
49
52
50
53
-
11.[NPM](https://www.npmjs.com/) dependencies are used for various purposes.
51
+
12.[NPM](https://www.npmjs.com/) dependencies are used for various purposes.
0 commit comments