/aws-apigateway-sdk-java

Primary LanguageJavaApache License 2.0Apache-2.0

Amazon API Gateway SDK for Java

The Amazon API Gateay SDK for Java enables Java developers to easily work with Amazon API Gateway. You can get started in minutes using Maven, or download the source from here and build it locally.

To start using the SDK in your code using Maven, please insert the following dependency into your pom.xml:

<dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>aws-apigateway-sdk-java</artifactId>
    <version>1.1.1</version>
</dependency>

To learn more about API Gateway, please see the service documentation or the API documentation.