Create a microservice

In this section, we will create a Java serverless microservice using AWS Lambda. We will use AWS Eclipse Toolkit to upload Java Lambda template as a starting point. We will use this point to develop our microservice. The microservice will manage and automatically generate thumbnails for the S3 bucket. We will extend this microservice in the next section.