Best of API GatewayNovember 2023

  1. 1
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Complete Guide to AWS API Gateway

    AWS API Gateway is a robust service that offers features for API management, scalability, security, and integration with other AWS services. It can be set up by creating a new API, defining resources and methods, mapping to AWS Lambda functions, and testing the API. Alternative tools to AWS API Gateway include Google Cloud Endpoints, Microsoft Azure API Management, Apigee, Kong, Nginx, and Tyk.

  2. 2
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Learning AWS Lambda, API Gateway, and S3 by Building Your Own QR Code Generation API

    This tutorial teaches how to create a custom QR code generator API using AWS Lambda, API Gateway, and S3. It provides step-by-step instructions for creating an S3 bucket, creating a Lambda function, and integrating an API Gateway to the Lambda function. The tutorial also includes code snippets and a sample website for testing the API.

  3. 3
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Introduction to Event-Driven Architectures

    Event-driven architectures utilize events to trigger actions in real time. AWS Lambda, DynamoDB, and API Gateway are key components of this architecture. It offers scalability, flexibility, and real-time responsiveness.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Microservice Architecture in ASP.NET Core with API Gateway

    Learn about Microservice Architecture in ASP.NET Core, its comparison to traditional architecture, and the concept of API Gateways with Ocelot.