Skip to content

Commit f5d30fe

Browse files
author
Pankaj Agrawal
committed
docs: improve installation steps for sqs large message
1 parent 956a24b commit f5d30fe

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

docs/utilities/sqs_large_message_handling.md

+11-16
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,17 @@ This utility is compatible with versions *[1.1.0+](https://github.com/awslabs/am
3434
To install this utility, add the following dependency to your project.
3535

3636
=== "Maven"
37-
```xml
38-
<dependency>
39-
<groupId>software.amazon.lambda</groupId>
40-
<artifactId>powertools-sqs</artifactId>
41-
<version>1.3.0</version>
42-
</dependency>
43-
```
44-
45-
=== "Maven Configuration"
46-
47-
Configure the aspectj-maven-plugin to compile-time weave (CTW) the
48-
aws-lambda-powertools-java aspects into your project. You may already have this
49-
plugin in your pom. In that case add the dependency to the `aspectLibraries`
50-
section.
51-
52-
```xml hl_lines="13 14 15 16"
37+
```xml hl_lines="3 4 5 6 7 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36"
38+
<dependencies>
39+
...
40+
<dependency>
41+
<groupId>software.amazon.lambda</groupId>
42+
<artifactId>powertools-sqs</artifactId>
43+
<version>1.3.0</version>
44+
</dependency>
45+
...
46+
</dependencies>
47+
<!-- configure the aspectj-maven-plugin to compile-time weave (CTW) the aws-lambda-powertools-java aspects into your project -->
5348
<build>
5449
<plugins>
5550
...

0 commit comments

Comments
 (0)