Releases: dsanandiya/lambda-nodejs-mysql-redis
Releases · dsanandiya/lambda-nodejs-mysql-redis
Lambda with NodeJs, MySQL and Redis
Used the below technologies with this example.
- NodeJs
- MySQL
- Redis
It used a ServerLess AWS Lambda & Redis cache approach to implement APIs. AWS lambda automatically scales our application and we can get consistent performance without managing a server. Redis will help us to directly serve a response data to the user if it's available in the cache.