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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ This Example works with [AWS HTTP API](https://docs.aws.amazon.com/apigateway/la
10
10
<!---
11
11
For faster response with the APIs [Redis](https://redis.io/) *caching* is used.
12
12
-->
13
-
For *session tracking*[JSON Web Token (JWT)](https://jwt.io/) is used.
14
-
13
+
For *session tracking*[JSON Web Token (JWT)](https://jwt.io/) is used.
15
14
All *logs* for the function is kept in [AWS Cloudwatch](https://aws.amazon.com/cloudwatch/) i.e *persistent*.
16
15
17
16
To use the code in this example you **must** have an valid [AWS account](https://aws.amazon.com/account/) and necessary [AWS IAM](https://aws.amazon.com/iam/) roles and programmatic access to an user. You **must** have a [MongoDB Atlas](https://www.mongodb.com/docs/atlas/) account as well as an [AWS EC2](https://aws.amazon.com/ec2/) instance should be installed with [Redis](https://redis.io/).
0 commit comments