1 min read
Building a custom connector with Java
Published Aug 1, 2024
Updated Sep 25, 2024
Scott Henderson, Celigo’s Chief Technology Officer, demos how to use Celigo’s “Integrator Extension Framework” to build custom connectors using any programming language.
We’ll cover:
- An “Integrator Extension Framework” overview.
- Node.js open source modules and documentation.
- Building a custom connector for Amazon SQS using Java and JMS.
- Create stack.
- Create Lambda function.
- Create connection.
- Implement ping connection Java method.
- Create export.
Implement export Java method.
Use ChatGPT to help implement your functions/methods.