Björn
Björn
In Kotlin your goal is to use data classes as immutable. With the current mapper this is not possible. You have to add an parameter less constructor to the class...
**Type**: Bug **Component**: STS/Autoconfiguration **Describe the bug** We are only using an `StsAssumeRoleCredentialsProvider` to assume a role and not the `StsWebIdentityTokenFileCredentialsProvider`. So there is no need to provide an `webIdentityTokenFile`...
When trying to persist an BigDecimal with more then 38 digits after the "." dynamodb is throwing an error. I also thought who is doing something like that but in...