AWS Glue - Is it possible to create a custom JDBC connector to WRITE into Salesforce DB

Viewed 32

I need to do a POC if it is feasible use AWS Glue to READ data from AWS and WRITE it into Salesforce via JDBC custom connector.

Checking the docs like

AWS Custom Glue connectors docs : https://aws.amazon.com/blogs/big-data/developing-testing-and-deploying-custom-connectors-for-your-data-stores-with-aws-glue/

and the available marketplace options like from CData :

CData AWS Glue Salesforce Connector

It seems that it is only possible to READ from Salesforce and WRITE into AWS data stores. My usecase would be the inverse to update Salesforce objects using AWS Glue.

Does anybody have experience with that or knows if that is feasible with custom connectors?

Many thanks in advance.

0 Answers
Related