Skip to content

Commit db08f0d

Browse files
committed
gradle example
1 parent 13e5269 commit db08f0d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/utilities/serialization.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ This module contains a set of utilities you may use in your Lambda functions, to
1414

1515
### Getting started
1616

17-
1817
=== "Maven"
1918

2019
```xml hl_lines="5"
@@ -29,6 +28,12 @@ This module contains a set of utilities you may use in your Lambda functions, to
2928
</dependencies>
3029
```
3130

31+
=== "Gradle"
32+
33+
```
34+
implementation 'software.amazon.lambda:powertools-serialization:{{ powertools.version }}'
35+
```
36+
3237
### EventDeserializer
3338

3439
The `EventDeserializer` can be used to extract the main part of an event (body, message, records) and deserialize it from JSON to your desired type.

0 commit comments

Comments
 (0)