Skip to content

Commit

Permalink
gradle example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl committed Mar 1, 2022
1 parent 13e5269 commit db08f0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/utilities/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ This module contains a set of utilities you may use in your Lambda functions, to

### Getting started


=== "Maven"

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

=== "Gradle"

```
implementation 'software.amazon.lambda:powertools-serialization:{{ powertools.version }}'
```

### EventDeserializer

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.
Expand Down

0 comments on commit db08f0d

Please sign in to comment.