Serverless API with Java and Redis
In this tutorial, we will build a stateful serverless API using Java and Redis on AWS Lambda. The API will simply count the page views and return it as http response.
Prerequisites
Install node and npm
Install the Serverless Framework installed with...
enes.hashnode.dev2 min read