Best of API GatewayOctober 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Netflix System Design- Backend Architecture

    Netflix accounts for about 15% of the world's internet bandwidth traffic. Netflix operates in two clouds Amazon Web Services and Open Connect (Netflix content delivery network) The overall Netflix system consists of three main parts. Zuul as its API gateway is built to allow dynamic routing, traffic monitoring, and security, resilience to The Netty handlers on the front and back of the filters.

  2. 2
    Article
    Avatar of devtoDEV·4y

    What is CORS?

    Cross-Origin Resource Sharing (CORS) is an HTTP-based security mechanism controlled and enforced by the client. It allows a service to indicate any origin other than its own from which the client can request resources. A request may be blocked by CORS policy not only because of the incorrect origin, but also incorrect HTTP header, HTTP method or Cookie header. How to fix CORS error?

  3. 3
    Article
    Avatar of awstipAWS Tip·3y

    Serverless Architecture For Next App

    Serverless architecture for Next App Serverless has been there for a fair amount of time but surely has come to a more mature state than it was there about a few years ago.

  4. 4
    Article
    Avatar of keycdnkeycdn·4y

    API Security: The Complete Guide

    API security is a crucial consideration when developing and designing APIs. As serverless architectures and microservices are getting more popular, most enterprise applications depend on the API. This attack is detected when a malicious attacker changes or tries to change parameters across a series of API calls to request sensitive data that only authorized personnel are allowed to access.

  5. 5
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API With AWS

    AWS has introduced a solution for serverless Databases. It is called Aurora Serverless. To deal with the database its status should be Active. We can store data like Hostname, port, DB name, username, password, and environment variables. This is helpful to export all the functions in the directory to the global index file. If one directory contains a set of functions, it is hard to execute one by one. This is well organized. For that, you need Postman software.