Andy Kiesler

Results 6 issues of Andy Kiesler

### Describe the feature In order to provide better clarity to field names in Flattened `DynamoDdBean`s we need to be able to prefix field names with additional context. I propose...

feature-request
dynamodb-enhanced
p3

### Version 5.3.4 ### Steps and/or minimal code example to reproduce 1. Create a monitoring facade 2. Create a MathExpression using MetricFactory.createMetricMath() 3. Create an alarm using AlarmFactory.addAlarm() ### Expected...

bug

### Describe the bug The VersionedRecordExtension says it will increment a version and verify that the version in DynamoDB is equal to the previous value when updating. However, the documentation...

documentation
dynamodb-enhanced
p2

This allows for clients using the DynamoDB Versioned Record Extension to start their versions at `0` instead of `null` thus preventing clients from being required to use the `Integer` type...

This pull request adds the ability for flattened beans to have a prefix attached to their flattened attributes. This enables clients to avoid conflicts in field names with flattening Beans...

On every invocation of HealthCounts.plus() a new instance of HealthCounts was being created leading to a lot of memory usage and gc impact. Because HealthCounts.plus() is used as an unary...