christophd opened a new pull request #819: URL: https://github.com/apache/camel-kamelets/pull/819
# chore: Add Kamelet aws-ddb-sink Add sink Kamelet for AWS DynamoDB Use YAKS version 0.9.0-202203140033 Add integration test for aws-ddb-sink Kamelet Introduce unit tests on camel-kamelets-utils module The Kamelet automatically converts Json body to proper AWS DynamoDB AttributeValue model. The Kamelet uses new utility class org.apache.camel.kamelets.utils.transform.aws.ddb.JsonToDdbModelConverter for this to happen. The PR tests are expected to fail because of this new utility class that is not available in main-SNAPSHOT JitPack repository yet. Please have a look at the tests running successful on my fork branch where I was using a separate JitPack repository: https://github.com/christophd/camel-kamelets/pull/3 # chore: Refactor YAKS tests Also had to refactor YAKS tests in order to stabilize CI workflows: - Use proper yaks-config conventions - Use YAKS dump functionality in case of failure - Move Camel K installation steps to workflow - Apply all current Kamelets at once in workflow prior to running the tests - Keep pre/post test scripts as simple as possible - Use Camel K 1.8.2 (fixes earthquake-source CI test) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org