Getting started with the Amazon DCV Extension SDK - Amazon DCV
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Getting started with the Amazon DCV Extension SDK

The Amazon DCV Extension SDK uses Protocol Buffers (protobuf), an open-source data format designed to serialize structured data in a compact, binary form. By using Protocol Buffers, Amazon DCV components and extensions can communicate with one another in a way that is platform-independent and extensible, regardless of the selected programming language.

The definitions of the messages are contained in the file extensions.proto.

To get started with the Amazon DCV Extension SDK
  1. Get familiar with Protocol Buffers (protobuf)

  2. Review the code samples available at https://github.com/aws-samples/dcv-extension-sdk-samples

  3. Download the protocol definition file extensions.proto from the Github repository at https://github.com/aws-samples/dcv-extension-sdk