MatejNedic
MatejNedic
**Is your feature request related to a problem? Please describe.** Not a problem but rather making tests run against real integration. **Describe the solution you'd like** Currently, all of AWS...
**Type**: Feature **Is your feature request related to a problem? Please describe.** I would like to fetch configuration from [AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html) on application start up. This way I can keep my...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Still have to go through it...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description This is currently just a draft...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context ##...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Currently creating native image for using...
**Type**: Feature **Is your feature request related to a problem? Please describe.** Currently `DynamoDbOperations` only support synchronous communication. We should think about adding `DynamoDbAsyncOperations`. **Describe the solution you'd like** Create...
## :loudspeaker: Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring ## :scroll: Description ## :bulb: Motivation and Context ##...
Currently, system test take docker compose to run and are not that easy to manage. Instead maintaining another pom, integration tests with [Testcontainers](https://www.testcontainers.org/) could be used. This would mimic system...