January 2019
Intermediate to advanced
490 pages
15h 37m
English
We will create a Lambda that gets triggered when messages are put into an SQS queue, and it will then send the message to another as a batch.
The Maven pom.xml file of the project should define the following dependency:
<dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-sqs</artifactId> <version>${aws.sdk.version}</version></dependency>
The POM file also has dependencies for aws-lambda-java-core, and inherits from the parent project, serverless-cookbook-parent-aws-java ...
Read now
Unlock full access