Creating a Simple Serverless Java Project

Now we will create a serverless project that uses Lambda functions in combination with other AWS services. For this purpose, we are going to use the AWS Toolkit plugin in Eclipse to create a serverless project from a project blueprint. We will take a look at the source code and template files that are created in this project, and then we will deploy and test the application.

Open the Eclipse IDE and click on the little orange AWS icon to create a new AWS serverless project. Let's give it the project name JavaBlog and select the article blueprint. You can have a look at the files that have been created for in the JavaBlog project, as shown here:

As you can see, there are two articles: GetArticle

Get AWS Lambda Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.