January 2019
Intermediate to advanced
490 pages
15h 37m
English
In the previous recipes, we used a service interface and its implementation. In this recipe, we will create a Lambda function without a service class. As discussed in the previous chapter, you can follow any of the approaches that you prefer (or that your project prefers), but the underlying code will be the same.
Let's start by defining the dependency for the AWS Kinesis SDK for Java in the POM file, as shown in the following code:
<dependency> <groupId ...
Read now
Unlock full access