<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API Gateway on Cloudkaramchari</title><link>https://www.cloudkaramchari.com/tags/api-gateway/</link><description>Recent content in API Gateway on Cloudkaramchari</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>cloudkaramchari</copyright><lastBuildDate>Wed, 28 Jun 2023 00:29:14 +0530</lastBuildDate><atom:link href="https://www.cloudkaramchari.com/tags/api-gateway/index.xml" rel="self" type="application/rss+xml"/><item><title>Accessing AWS HTTP API Gateway Endpoint With AWS Signature Version 4 Authentication Using Python</title><link>https://www.cloudkaramchari.com/blog/accessing-aws-http-api-gateway-endpoint-with-aws-signature-version-4-authentication-using-python/</link><pubDate>Wed, 28 Jun 2023 00:29:14 +0530</pubDate><guid>https://www.cloudkaramchari.com/blog/accessing-aws-http-api-gateway-endpoint-with-aws-signature-version-4-authentication-using-python/</guid><description>
&lt;p>AWS API Gateway provides a scalable and secure way to expose your APIs to external clients. To ensure secure access to your API Gateway endpoints, AWS recommends using AWS Signature Version 4 authentication. In this article, we'll explore how to authenticate and interact with an AWS API Gateway endpoint using Python, leveraging the power of AWS Signature Version 4.&lt;/p>
&lt;h3 id="1-overview-of-aws-signature-version-4">1. Overview of AWS Signature Version 4:&lt;/h3>
&lt;p>AWS Signature Version 4 is a signing process for AWS requests that helps ensure the integrity and authenticity of requests made to AWS services. It involves generating and including a signature in the request headers, which is then verified by AWS. This method prevents unauthorized access and tampering of data.&lt;/p></description></item><item><title>Securely Allowing User Testing in AWS API Gateway With IAM Policy</title><link>https://www.cloudkaramchari.com/blog/securely-allowing-user-testing-in-aws-api-gateway-with-iam-policy/</link><pubDate>Wed, 01 Feb 2023 00:36:25 +0530</pubDate><guid>https://www.cloudkaramchari.com/blog/securely-allowing-user-testing-in-aws-api-gateway-with-iam-policy/</guid><description>
&lt;p>API Gateway is a fully managed service that makes it easy for developers to create, publish, and manage APIs. One of the key features of API Gateway is its testing capability, which allows developers to test their APIs before deploying them to production. However, in some cases, you may want to limit the permissions of the user running the tests to prevent accidental changes to the resources.&lt;/p>
&lt;p>In this blog post, we will discuss how to create an IAM policy to allow a user to run tests in API Gateway without making changes to the resources.&lt;/p></description></item></channel></rss>