Brian Dueck
Brian Dueck
Kotless S3Bucket permission annotation generates terraform incorrectly for the ListObjects operation. ListObjects requires the s3:ListBucket permission to be applied to the s3 arn without a trailing "/*". i.e. the arn...
DynamoDBTable PermissionLevel should support AWS PartiQL* permissions for read and write when applied.
If an event lambda throws an uncaught exception, this should result in a lambda execution failure and allow normal AWS lambda error management features to track and route the error...
Scheduled.everyDay uses an invalid cron expression. const val everyDay = "0 0 0/1 * ? *" I believe the correct expression should be "0 0 * * ? *"
Hi; I'm trying to use Pageable with the CoroutineMongoRepository. ... suspend fun findByName(name: String, pageable : Pageable): Page ... This throws an error on startup from CoroutineMongoQueryMethod: Method has to...