# aws-apigateway-client-lib **Repository Path**: mirrors_amzn/aws-apigateway-client-lib ## Basic Information - **Project Name**: aws-apigateway-client-lib - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-17 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AWS API Gateway client library for C++ AWS API Gateway client library provides a modern C++ (version C++ 11 or later) interface to call API Gateway using minimumal attributes like api key, AWS credentials and input. It provides a GenericApiGatewayClient class that abstracts request signing and http request calls to complete API Gateway client. ## Features * AWS SigV4 signing using IAM auth credentials. * API keys and customer headers * Compatibility with existing client configuration supported by AWS * Supports loosely-typed API calls to api gateway in absence of an official AWS API Gateway SDK. # Getting Started ## From source: ``` # git clone first and then execute following commands mkdir build/ cd build cmake .. make # To test ./aws-apigateway-client-lib ``` ## Sample Usage: Sample usage can be found [here](https://github.com/amzn/aws-apigateway-client-lib/blob/master/aws-apigateway-client/Test.cpp). ## Contributing See CONTRIBUTING for more information ## License This project is licensed under the Apache-2.0 License.