Skip to content

Commit 770c276

Browse files
committed
README is updated
1 parent 016d986 commit 770c276

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This Example works with [AWS HTTP API](https://docs.aws.amazon.com/apigateway/la
99

1010
<!---
1111
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.
1312
-->
13+
For *session tracking* [JSON Web Token (JWT)](https://jwt.io/) is used.
1414

1515
All *logs* for the function is kept in [AWS Cloudwatch](https://aws.amazon.com/cloudwatch/) i.e *persistent*.
1616

@@ -35,12 +35,10 @@ To use the code in this example you **must** have an valid [AWS account](https:/
3535
</ol>
3636

3737

38-
<!---
3938
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/)
4240

43-
<ol start="7">
41+
<ol start="8">
4442
<li> All data is saved in <a href="https://www.mongodb.com/docs/atlas/">MongoDB Atlas</a> i.e. <i>persistent</i>
4543
<!--- <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> -->
4644
<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:/
5048

5149

5250

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.
5452

5553

5654
## Usage

0 commit comments

Comments
 (0)