How to Convert DynamoDB Map to Json with Capitalized type name
I am using Jackson’s ObjectMapper().writeValueAsString() to convert an Map<String, AttributeValue> to a JSON string. However, the types in the resulting JSON are all in lowercase. For example:
What happens to DynamoDB Stream when a table is dropped and re-deployed?
I have an application reading DynamoDB streams (Not Kinesis). The following series of events happens: