Best of AWS LambdaDecember 2023

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

    Deploying a Node Express API on AWS Lambda

    This post provides a step-by-step guide on deploying a Node Express API on AWS Lambda. It covers setting up the Express app, installing necessary plugins, modifying the app for Lambda compatibility, packaging the app, creating a Lambda function, setting up a test event, and obtaining the function URL. Deploying a Node Express server on AWS Lambda allows for scalable and cost-effective serverless applications.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How to Scale an App to 10 Million Users on AWS

    Learn how two software engineers scaled their app to 10 million users on AWS, starting with a minimum viable product and gradually increasing server capacity, utilizing services like AWS Amplify, AWS Lambda, ElasticCache, Amazon S3, CloudFront, and DynamoDB. They also implemented autoscaling and utilized a microservices architecture for high availability and scalability.

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

    Different Ways to Host APIs in AWS

    This article discusses different ways to host APIs in AWS, including using Amazon API Gateway, AWS Lambda with API Gateway, Elastic Beanstalk, Amazon EC2 Instances, AWS Fargate, and Amazon Lightsail. Each approach offers unique benefits and caters to specific needs and preferences.

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

    Building a Serverless Image Processing Application with AWS Lambda

    Learn how to build a serverless image processing application with AWS Lambda. Understand the key features of Lambda and explore its use cases. Follow a step-by-step guide to set up S3 buckets, IAM roles, and create the Lambda function. Test the application by uploading an image and monitor its execution using AWS CloudWatch.