We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cbfbb commit 45f9b04Copy full SHA for 45f9b04
powertools-serialization/src/main/java/software/amazon/lambda/powertools/utilities/EventDeserializer.java
@@ -62,7 +62,7 @@ public class EventDeserializer implements Resource{
62
/*
63
* Base64 encoding of: {"id":1234,"name":"product","price":42}
64
* Used in priming of Kafka, ActiveMQ, RabbitMQ events
65
- */
+ */
66
public static final String DATA = "eyJpZCI6MTIzNCwgIm5hbWUiOiJwcm9kdWN0IiwgInByaWNlIjo0Mn0=";
67
68
static {
0 commit comments