Davide Bellonecode4it.hashnode.dev·Nov 2, 2023Davide's Code and Architecture Notes - Pros and Cons of API Gateways (with vendors comparison)Especially when talking about microservices, many articles and videos focus on an architectural element that, in their opinion, is absolutely necessary for building such kinds of applications: API Gateways. Yes, they are actually useful, but they are...DiscussCode and Architecture notesAPI Gateway
Anmol Shuklapixelpoet.hashnode.dev·Oct 24, 2023Realm of API Gateways.Introduction: The source of the image is unknown. Please DM for credits/removal. An API Gateway is a server that acts as a single entry point for managing, aggregating, and routing API requests. It serves as a middleware layer that facilitates comm...Discuss·10 likesbackend
API Guardian100daysofapisecurity.com·Oct 17, 2023API Gateways: The Wardens of API TrafficIn the early days of web services, APIs often interacted with applications directly. However, as architectures became more complex and the number of APIs grew, challenges like traffic management, security concerns, and scalability became more evident...Discuss100 Days of API SecurityAPIs
API Guardian100daysofapisecurity.com·Oct 12, 2023API Rate LimitingAPIs are vulnerable to various security threats, including DDoS attacks, brute force attempts, and unauthorized access. One effective strategy to mitigate these risks is API rate limiting, a technique that balances availability and security. In this ...Discuss100 Days of API SecurityAPIs
cyril ossaicyrilossai.hashnode.dev·Sep 30, 2023Unlocking the Power of AWS Networking Gateways: Your Digital Bridge to the Cloud 🌐Hallo! Today, let's talk about a fundamental component of AWS Networking: Gateways: They are like your digital bridges connecting your on-premises networks with the vast AWS cloud. Gateways make communication between the application and the server ...DiscussAWS
Vaibhav Parekhvaibhav08.hashnode.dev·Aug 18, 2023Integrate Lambda with any services like S3, and then integrate Lambda with API Gateway. Once you've completed that, retrieve the Lambda function eventIntegrating Lambda with various services like S3 and then connecting it with API Gateway allows for seamless and scalable serverless architectures. In this blog post, we will explore the process of integrating Lambda with S3, and then integrating Lam...DiscussAWS
Carlos del Castillohashnode.fromthecastle.com·May 10, 2023Amazon API Gateway LaunchPadThe Amazon API Gateway provides a consistent integrated experience for the building of serverless applications. The Gateway handles the processing of API calls. API Gateway can act as the entryway that allows access to data, business logic, and/or fu...Discuss·44 readsAPIs
Yonatan Karp-RudinProyonatankarp.com·Dec 14, 2022FeaturedBuilding Your Domain Gateway With OpenAPITL;DR: This article explains what a domain gateway is, how to build one, and why you would want it. What is a Domain Gateway? A domain gateway is a private case of the API gateway pattern. The repository java-design-patterns defines the gateway patt...Discuss·20 likes·2.0K readsSpring-BootGateway API
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Sep 7, 2022A quick glance at the Kubernetes Gateway APIIn one of my recent blog posts, I described several ways to access Kubernetes pods. One can access a pod through its IP, but pods are naturally transient. The nominal way is to configure a Service: its IP is stable, and Kubernetes' job is to keep the...Discuss·86 likes·145 readsKubernetes