Best of API GatewayApril 2024

  1. 1
    Article
    Avatar of bitBits and Pieces·2y

    Implementing the API Gateway Pattern in a Microservices Based Application with Node.js

    Learn about the API Gateway pattern in microservices, its benefits, and how to implement it in Node.js using either a container-based approach or a service mesh approach.

  2. 2
    Article
    Avatar of techworld-with-milanTech World With Milan·2y

    API Gateway vs. Load Balancer vs. Reverse Proxy

    This post discusses the differences between API Gateway, Load Balancers, and Reverse Proxies. It also provides examples of API Gateways and Load Balancers.

  3. 3
    Article
    Avatar of awstipAWS Tip·2y

    Building a REST API with AWS Lambda and API Gateway

    Learn how to build a REST API with AWS Lambda and API Gateway. Discover the difference between Cold Start and Warm Start in AWS Lambda and how to mitigate the Cold Start issue.