Best of AWS LambdaJanuary 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Serverless Architecture Patterns and Best Practices

    Learn about serverless architecture patterns and best practices. Discover the benefits and challenges of serverless, explore common architecture patterns, and gain insights on best practices for serverless development.

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Learning Rust: Hello AWS

    Learn how to write and deploy an AWS Lambda function in Rust, including testing locally, deploying using ZIP files or ECR, and handling HTTP requests with AWS API Gateway.

  3. 3
    Article
    Avatar of awstipAWS Tip·2y

    The Lambda Handler Pattern: A Journey in Go

    This post discusses the Lambda Handler Pattern in Go for writing scalable and reliable Lambdas.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    Deploying an Express.js MongoDB Application on AWS Lambda with Serverless Framework

    Step-by-step guide on deploying an Express.js MongoDB application on AWS Lambda with Serverless Framework.

  5. 5
    Article
    Avatar of collectionsCollections·2y

    Generate Professional PDFs in Laravel with spatie/laravel-pdf

    Learn how to create professional PDFs in Laravel using the spatie/laravel-pdf package. It supports modern CSS features, frameworks like Tailwind, and can generate PDFs on AWS Lambda for scalability.