SDKs

This section documents the Software Development Kits (SDKs) that are published for common programming languages to reduce the development effort to build a adapter to integrate with Amazon Yojaka.

Tip

You can invoke the Amazon Yojaka APIs directly over the HTTP protocol from your adapter service. Use can SDK if you like the convenience of programming with your favourite programming language, and want an abstraction on the underlying communication protocol, authentication, etc.

Java

Use the Java SDK if you are developing your connector in the Java programming language. You can download the Java SDK here.

Note

The Amazon Yojaka Java SDK is currently available only as a fat JAR (a JAR file including all its dependent classes). In the future, we will support the release of this SDK via standard dependency management repositories like Maven or Gradle.

C#

Warning

This section is still work-in-progress. The contents of this section are incomplete and subject to change.

Use the C# SDK if you are developing your connector in the C# programming language.

On this page