Skip to content

Releases: dsanandiya/lambda-nodejs-mysql-redis

Lambda with NodeJs, MySQL and Redis

29 Jun 05:47
2cb2351
Compare
Choose a tag to compare

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.