Skip to content

This repository helps you in sending Signed Post Request to API Gateway with API Key Support

Notifications You must be signed in to change notification settings

sajagjain/APIGatewayRequestSignerWithAPIKeySupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

APIGatewayRequestSignerWithAPIKeySupport

NOTE: Make sure to type your json with double quotes. Single quotes does not work while parsing the data

Program.cs Line 22 to 29 - Change the below code with your configuration and you are good to go.

_accessKey = "<your_access_key>";
_secretKey = "<your_secret_key>";
_service = "execute-api";
_region = "us-east-2";
_requestUri = new Uri("your_api_gateway_endpoint");
//Make sure to type your json with double quotes. Single quotes does not work while parsing the data
_json = "{\"type\":\"dog\",\"price\":2008}";
_x_api_key = "<api_key_value_if_configured>";

About

This repository helps you in sending Signed Post Request to API Gateway with API Key Support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages