Skip to content

Commit f443c66

Browse files
committed
[1.0.0-SNAPSHOT]
RabbitMQEvent added APIGatewayProxyEvent#version added README.md graalvm badge added
1 parent 52b47d3 commit f443c66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ dependencies {
2222
</dependency>
2323
```
2424

25-
## The Why
25+
## Features
2626

2727
Library provides:
2828
- All models provided as simple POJOs
2929
- All models have unified structure so that all models can be easily build via *ObjectMapper* or other serialization engine.
3030
- All models are build with *Lombok* to provide boiler-less source code for easier reading and understanding of model internals.
3131
- All models use *java.time.* classes for time serialization.
32+
- All models are Gson/Jackson compatible
3233

3334
## Events
3435
* DynamoDB

0 commit comments

Comments
 (0)