christophd commented on PR #1607:
URL: https://github.com/apache/camel-kamelets/pull/1607#issuecomment-1701740481

   YAY, tests are green!
   
   @claudio4j thank you! Yes I really like the new way to use transform EIP in 
combination with data types:
   ```yaml
   from:
     uri: "kamelet:source"
     steps:
     - transform:
         to-type: "aws2-ddb:application-json"
     - to:
         uri: "aws2-ddb:{{table}}"
   ```
   
   Also the built-in data type support on Kamelet source/sink makes it easy to 
use it in a pipe/binding:
   ```yaml
   kind: KameletBinding
   metadata:
     name: aws-s3-to-http
   spec:
     source:
       ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
         name: aws-s3-source
       properties:
         # ...
       dataTypes:
         out:
           format: "aws2-s3:application-cloudevents"
   ```


-- 
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

Reply via email to