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
"description": "A class variable can be used to to in-memory caching. Each instance of the AWS Lambda function will have its own copy of the class variable, which means that if there a re multiple concurrent requests, each lambda instance will have to fetch data and populate its caching.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"