Best of AmazonSeptember 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    System Design: Netflix

    Netflix is a subscription-based streaming service that allows its members to watch TV shows and movies on an internet-connected device. The system should meet the following requirements: Users should be able to stream and share videos. This API will allow our users to post a comment on a video (like YouTube) The tweet service will handle video streaming-related functionality. It will be discussed in detail separately.

  2. 2
    Article
    Avatar of hnHacker News·4y

    The Smartest Website You Haven't Heard of

    McMaster-Carr is an industrial supply company that sells nuts, bolts, bushings, bearings and bearings. For nearly every part, they have a CAD file that you can instantly download into your 3D models. McMaster even has extensions for popular CAD programs which allow you to import part files directly, instead of using their website.

  3. 3
    Article
    Avatar of awstipAWS Tip·4y

    Architecture serverless email sending application in AWS

    A poorly architecture email system may end up in failure to handle the large workload and result in loss in business. Amazon SQS will trigger an event to the ALB of the Lambda functions with JSON message payload.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Serverless Computing

    Serverless is event-driven, functional code which runs on a cloud in a stateless manner. If you send one request to the API gateway, that will poke to the function, and the function comes up to serve the request and go back to sleep and the next rest come it has no idea about the previous request. The above screen shows that the function has been successfully created.