<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>api gateway &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/api-gateway/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Thu, 12 Sep 2024 14:15:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Protecting APIs from abuse using sequence learning and variable order Markov chains</title>
		<link>https://noise.getoto.net/2024/09/12/protecting-apis-from-abuse-using-sequence-learning-and-variable-order-markov-chains/</link>
		
		<dc:creator><![CDATA[Peter Foster]]></dc:creator>
		<pubDate>Thu, 12 Sep 2024 14:15:00 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=0046e6cf4118af0dd68f4d3e0cd33c19</guid>

					<description><![CDATA[At Cloudflare, we protect customer APIs from abuse. This is no easy task, as abusive traffic can take different forms, from giant DDoS attacks to low-and-slow credential stuffing campaigns. We now address this challenge in a new way: by looking outside typical volumetric measures and using statistical machine learning to find important API client request sequences.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Securing Cloudflare with Cloudflare: a Zero Trust journey</title>
		<link>https://noise.getoto.net/2024/03/05/securing-cloudflare-with-cloudflare-a-zero-trust-journey/</link>
		
		<dc:creator><![CDATA[Derek Pitts]]></dc:creator>
		<pubDate>Tue, 05 Mar 2024 14:00:51 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security Week]]></category>
		<category><![CDATA[Zero-Trust]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=a3053e40d95bd45ffdaca2e269c141c0</guid>

					<description><![CDATA[A deep dive into how we have deployed Zero Trust at Cloudflare while maintaining user privacy]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Protecting APIs with JWT Validation</title>
		<link>https://noise.getoto.net/2024/03/05/protecting-apis-with-jwt-validation/</link>
		
		<dc:creator><![CDATA[John Cosgrove]]></dc:creator>
		<pubDate>Tue, 05 Mar 2024 14:00:34 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Week]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=9a59463cd7b898b57c6ad4e62e994e3e</guid>

					<description><![CDATA[Cloudflare customers can now protect their APIs from broken authentication attacks by validating incoming JSON Web Tokens (JWTs) with API Gateway]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Introducing Cloudflare’s 2024 API security and management report</title>
		<link>https://noise.getoto.net/2024/01/09/introducing-cloudflares-2024-api-security-and-management-report/</link>
		
		<dc:creator><![CDATA[John Cosgrove http://blog.cloudflare.com/author/john-cosgrove/]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 14:00:03 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=7fd26eec98800ee6b9f3a069c7edb6b4</guid>

					<description><![CDATA[Today, we’re releasing our 2024 API Security and Management Report. This blog introduces and is a supplement to the API Security and Management Report for 2024 where we detail exactly how we’re protecting our customers, and what it means for the future of API security]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to implement client certificate revocation list checks at scale with API Gateway</title>
		<link>https://noise.getoto.net/2023/12/21/how-to-implement-client-certificate-revocation-list-checks-at-scale-with-api-gateway/</link>
		
		<dc:creator><![CDATA[Arthur Mnev]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 14:21:01 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon API Gateway]]></category>
		<category><![CDATA[api gateway]]></category>
		<category><![CDATA[Certificates Revocation]]></category>
		<category><![CDATA[CRL]]></category>
		<category><![CDATA[OCSP]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[TLS]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=aa3fc947065996bb282a32d565e1c733</guid>

					<description><![CDATA[ityAs you design your Amazon API Gateway applications to rely on mutual certificate authentication (mTLS), you need to consider how your application will verify the revocation status of a client certificate. In your design, you should account for the performance and availability of your verification mechanism to make sure that your application endpoints perform reliably. […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Protecting GraphQL APIs from malicious queries</title>
		<link>https://noise.getoto.net/2023/06/12/protecting-graphql-apis-from-malicious-queries/</link>
		
		<dc:creator><![CDATA[John Cosgrove]]></dc:creator>
		<pubDate>Mon, 12 Jun 2023 13:00:08 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=bd73df2fbe5cec9d89c59a2c90138d1a</guid>

					<description><![CDATA[Starting today, Cloudflare’s API Gateway can protect GraphQL APIs against malicious requests that may cause a denial of service to the origin]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2023/06/image1-1.png" length="0" type="" />

			</item>
		<item>
		<title>Everything you might have missed during Security Week 2023</title>
		<link>https://noise.getoto.net/2023/03/20/everything-you-might-have-missed-during-security-week-2023/</link>
		
		<dc:creator><![CDATA[Reid Tatoris]]></dc:creator>
		<pubDate>Mon, 20 Mar 2023 13:00:00 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Product News]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Week]]></category>
		<category><![CDATA[Zero-Trust]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=3c8f76519fa914dbb061666b2a31d8dc</guid>

					<description><![CDATA[Learn how Cloudflare made it easier to shift from protecting applications, to protecting employees, and making sure they are protected everywhere during Security Week 2023]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2023/03/Security-Week-2023-Hero-Dark.png" length="0" type="" />

			</item>
		<item>
		<title>Automatically discovering API endpoints and generating schemas using machine learning</title>
		<link>https://noise.getoto.net/2023/03/15/automatically-discovering-api-endpoints-and-generating-schemas-using-machine-learning/</link>
		
		<dc:creator><![CDATA[John Cosgrove]]></dc:creator>
		<pubDate>Wed, 15 Mar 2023 13:00:00 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Security Week]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=10735d1bce3bc0f5cfbfe4f61d3ca7de</guid>

					<description><![CDATA[Today we’re announcing that Cloudflare can now automatically discover all API endpoints and learn API schemas for all of our API Gateway customers]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2023/03/image6-5.png" length="0" type="" />

			</item>
		<item>
		<title>Detecting API abuse automatically using sequence analysis</title>
		<link>https://noise.getoto.net/2023/03/15/detecting-api-abuse-automatically-using-sequence-analysis/</link>
		
		<dc:creator><![CDATA[John Cosgrove]]></dc:creator>
		<pubDate>Wed, 15 Mar 2023 13:00:00 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Security Week]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=6e9028db88d84e84d33471f256462d43</guid>

					<description><![CDATA[Today, we're announcing Cloudflare Sequence Analytics for APIs. Using Sequence Analytics, Customers subscribed to API Gateway can view the most important sequences of API requests to their endpoints]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2023/03/image1-25.png" length="0" type="" />

			</item>
		<item>
		<title>Welcome to Security Week 2023</title>
		<link>https://noise.getoto.net/2023/03/10/welcome-to-security-week-2023/</link>
		
		<dc:creator><![CDATA[Reid Tatoris]]></dc:creator>
		<pubDate>Fri, 10 Mar 2023 17:00:00 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<category><![CDATA[machine learning]]></category>
		<category><![CDATA[Security Week]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=b9847740f0d93ef2f0535432e091f23b</guid>

					<description><![CDATA[Welcome to Security Week 2023. This week we’ll demonstrate how Cloudflare is making it as easy as possible to shift from protecting applications, to protecting employees, and making sure they are protected everywhere.]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2023/03/image1-7.png" length="0" type="" />

			</item>
		<item>
		<title>Reduce risk by implementing HttpOnly cookie authentication in Amazon API Gateway</title>
		<link>https://noise.getoto.net/2023/01/30/reduce-risk-by-implementing-httponly-cookie-authentication-in-amazon-api-gateway/</link>
		
		<dc:creator><![CDATA[Marc Borntraeger]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 20:14:34 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[api gateway]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Http-Only cookie]]></category>
		<category><![CDATA[OAuth2]]></category>
		<category><![CDATA[OpenID Connect]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=4d107efdceaaa5adcd8daaf3ebc55dc4</guid>

					<description><![CDATA[Some web applications need to protect their authentication tokens or session IDs from cross-site scripting (XSS). It’s an Open Web Application Security Project (OWASP) best practice for session management to store secrets in the browsers’ cookie store with the HttpOnly attribute enabled. When cookies have the HttpOnly attribute set, the browser will prevent client-side JavaScript […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>API Endpoint Management and Metrics are now GA</title>
		<link>https://noise.getoto.net/2022/09/22/api-endpoint-management-and-metrics-are-now-ga/</link>
		
		<dc:creator><![CDATA[Jin-Hee Lee]]></dc:creator>
		<pubDate>Thu, 22 Sep 2022 13:00:00 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[API Shield]]></category>
		<category><![CDATA[GA Week]]></category>
		<category><![CDATA[General Availability]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[апи]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=4fe3551e0ab1ac5795f55719f4f25029</guid>

					<description><![CDATA[API Shield customers can save, update, and monitor the performance of API endpoints]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2022/09/image8-2.png" length="0" type="" />

			</item>
		<item>
		<title>Implement step-up authentication with Amazon Cognito, Part 2: Deploy and test the solution</title>
		<link>https://noise.getoto.net/2022/09/07/implement-step-up-authentication-with-amazon-cognito-part-2-deploy-and-test-the-solution/</link>
		
		<dc:creator><![CDATA[Salman Moghal]]></dc:creator>
		<pubDate>Wed, 07 Sep 2022 17:38:54 +0000</pubDate>
				<category><![CDATA[adaptive authentication]]></category>
		<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[cognito]]></category>
		<category><![CDATA[DynamoDB]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[step-up authentication]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=1cbf153dfc8acc1a889c85e00a0e2b51</guid>

					<description><![CDATA[This solution consists of two parts. In the previous blog post Implement step-up authentication with Amazon Cognito, Part 1: Solution overview, you learned about the architecture and design of a step-up authentication solution that uses AWS services such as Amazon API Gateway, Amazon Cognito, Amazon DynamoDB, and AWS Lambda to protect privileged API operations. In […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Implement step-up authentication with Amazon Cognito, Part 1: Solution overview</title>
		<link>https://noise.getoto.net/2022/09/07/implement-step-up-authentication-with-amazon-cognito-part-1-solution-overview/</link>
		
		<dc:creator><![CDATA[Salman Moghal]]></dc:creator>
		<pubDate>Wed, 07 Sep 2022 17:36:35 +0000</pubDate>
				<category><![CDATA[adaptive authentication]]></category>
		<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[api gateway]]></category>
		<category><![CDATA[API Security]]></category>
		<category><![CDATA[cognito]]></category>
		<category><![CDATA[DynamoDB]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[step-up authentication]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ad9b37de82202dd6d7b92d95f3ec2706</guid>

					<description><![CDATA[In this blog post, you’ll learn how to protect privileged business transactions that are exposed as APIs by using multi-factor authentication (MFA) or security challenges. These challenges have two components: what you know (such as passwords), and what you have (such as a one-time password token). By using these multi-factor security controls, you can implement […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Deploy and manage OpenAPI/Swagger RESTful APIs with the AWS Cloud Development Kit</title>
		<link>https://noise.getoto.net/2022/08/23/deploy-and-manage-openapi-swagger-restful-apis-with-the-aws-cloud-development-kit/</link>
		
		<dc:creator><![CDATA[Luke Popplewell]]></dc:creator>
		<pubDate>Tue, 23 Aug 2022 11:07:05 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CDK]]></category>
		<category><![CDATA[CloudFormation]]></category>
		<category><![CDATA[cloudfront]]></category>
		<category><![CDATA[codebuild]]></category>
		<category><![CDATA[CodePipeline]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[Expert (400)]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[Management Tools]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=06c5456d009f1ab09613bbead53ddc80</guid>

					<description><![CDATA[This post demonstrates how AWS Cloud Development Kit (AWS CDK) Infrastructure as Code (IaC) constructs and AWS serverless technology can be used to build and deploy a RESTful Application Programming Interface (API) defined in the OpenAPI specification. This post uses an example API that describes  Widget resources and demonstrates how to use an AWS CDK […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Leverage L2 constructs to reduce the complexity of your AWS CDK application</title>
		<link>https://noise.getoto.net/2022/07/25/leverage-l2-constructs-to-reduce-the-complexity-of-your-aws-cdk-application/</link>
		
		<dc:creator><![CDATA[David Boldt]]></dc:creator>
		<pubDate>Mon, 25 Jul 2022 18:35:26 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CDK: EC2]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<category><![CDATA[Load Balancer]]></category>
		<category><![CDATA[RDS]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=1eb1257a51d5337229ede46cb78448ee</guid>

					<description><![CDATA[The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define your cloud application resources using familiar programming languages. AWS CDK uses the familiarity and expressive power of programming languages for modeling your applications. Constructs are the basic building blocks of AWS CDK apps. A construct represents a “cloud component” and encapsulates everything that […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Announcing the Cloudflare API Gateway</title>
		<link>https://noise.getoto.net/2022/03/16/announcing-the-cloudflare-api-gateway/</link>
		
		<dc:creator><![CDATA[Ben Solomon]]></dc:creator>
		<pubDate>Wed, 16 Mar 2022 12:59:25 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[Product News]]></category>
		<category><![CDATA[Security Week]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=37e2304946fdd07a2440af772783aecf</guid>

					<description><![CDATA[Today we’re announcing the Cloudflare API Gateway. We’re going to completely replace your existing gateway at a fraction of the cost]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2022/03/image5-3.png" length="0" type="" />

			</item>
		<item>
		<title>Use Macie to discover sensitive data as part of automated data pipelines</title>
		<link>https://noise.getoto.net/2020/12/09/use-macie-to-discover-sensitive-data-as-part-of-automated-data-pipelines/</link>
		
		<dc:creator><![CDATA[Brandon Wu]]></dc:creator>
		<pubDate>Wed, 09 Dec 2020 21:26:31 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon Macie]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Amazon SES]]></category>
		<category><![CDATA[api gateway]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[cloud security]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[data discovery]]></category>
		<category><![CDATA[Data Lake]]></category>
		<category><![CDATA[Data Pipeline]]></category>
		<category><![CDATA[Data protection]]></category>
		<category><![CDATA[data security]]></category>
		<category><![CDATA[DevSecOps]]></category>
		<category><![CDATA[PII]]></category>
		<category><![CDATA[Security Blog]]></category>
		<category><![CDATA[Security, Identity & Compliance]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[Step Functions]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e270a2b4fc0eba8dc45cf2753674c009</guid>

					<description><![CDATA[Data is a crucial part of every business and is used for strategic decision making at all levels of an organization. To extract value from their data more quickly, Amazon Web Services (AWS) customers are building automated data pipelines&#8212;from data ingestion to transformation and analytics. As part of this process, my customers often ask how [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How Netflix Scales its API with GraphQL Federation (Part 1)</title>
		<link>https://noise.getoto.net/2020/11/09/how-netflix-scales-its-api-with-graphql-federation-part-1/</link>
		
		<dc:creator><![CDATA[Netflix Technology Blog]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 16:09:23 +0000</pubDate>
				<category><![CDATA[api gateway]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[edge-engineering]]></category>
		<category><![CDATA[GraphQL]]></category>
		<category><![CDATA[microservice-architecture]]></category>
		<guid isPermaLink="false">https://medium.com/p/ae3557c187e2</guid>

					<description><![CDATA[Netflix is known for its loosely coupled and highly scalable microservice architecture. Independent services allow for evolving at different paces and scaling independently. Yet they add complexity for use cases that span multiple services. Rather than...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 60/414 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-05 18:20:52 by W3 Total Cache
-->