About 8,510,000 results
Open links in new tab
  1. Use a Java SDK generated by API Gateway for a REST API

    In this section, we outline the steps to use a Java SDK generated by API Gateway for a REST API, by using the Simple Calculator API as an example. Before proceeding, you must complete the steps in Generate SDKs for REST APIs in API Gateway.

  2. API Gateway examples using SDK for Java 2.x - AWS SDK for Java

    Shows how to build and test a serverless application that consists of an API Gateway with Lambda and DynamoDB using the Java SDK. For complete source code and instructions on how to set up and run, see the full example on GitHub.

  3. AmazonApiGatewayClient (AWS SDK for Java - 1.12.782)

    Constructs a new client to invoke service methods on Amazon API Gateway using the specified AWS account credentials.

  4. Introducing Support for Java SDK Generation in Amazon API Gateway

    Jan 13, 2017 · This post highlights how to generate the Java SDK of an API in API Gateway, and how to call the API using the SDK in an application. For more information about how to build the SDK package, initiate a client with other configuration properties, make raw requests, configure authorization, handle exceptions, and configure retry behavior, see the ...

  5. How to Call AWS API Gateway From the Java code? - Inspeerity

    Apr 6, 2022 · It is responsible to call the API Gateway endpoint by preparing the execution context, the request, the request config and invoking the execute method from the AmazonHttpClient.

  6. How to use the AWS API Gateway Java SDK to access a Webservice

    May 3, 2017 · AmazonApiGatewayClient is for managing the apis, you cannot use it to call your api. We just launched support to generate a Java SDK for an apis, you can use that to call your api (link to docs).

  7. AWS Lambda Handler with Java for AWS API Gateway

    Nov 17, 2023 · With AWS, Lambda provides server computation with no infrastructure hassle. It also provides the runtime for many programming languages like Java, Python, Javascript, Golang, etc... Today, we will see how to create a Lambda function with the Java triggered by an API Gateway throught an endpoint.

  8. How do you make a Java client side call to an AWS API gateway, …

    May 31, 2017 · Is there a code example of a client side program, written in Java, that uses the AWS SDK to make a call to an AWS API Gateway? As in a generic call in which you can pass in the URL and other parameters as they are required?

  9. Deploy a Java Lambda Function and API Gateway with AWS CDK

    Apr 8, 2022 · In this post, we will see how to deploy an API Gateway and a Lambda function written in Java using the AWS CDK.

  10. ApiGatewayClient (AWS SDK for Java - 2.31.28)

    Service client for accessing Amazon API Gateway. This can be created using the static builder () method. Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends.

  11. Some results have been removed