Best of ServerlessFebruary 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Serverless Node.js Tutorial

    Learn how to develop serverless applications using Node.js in this tutorial. Explore key sections covering serverless app development, project setup, deployment, securing and managing your deployment, database integration, and advanced deployment techniques.

  2. 2
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    The New Bun Killer Is By...AWS? Introducing the Low Latency RunTime (LLRT)

    AWS has introduced the Low Latency RunTime (LLRT), an experimental JavaScript runtime aimed at improving the performance of serverless applications. LLRT can be up to 10 times faster for startup and two times faster overall compared to other JavaScript runtimes such as Node.

  3. 3
    Article
    Avatar of devtoDEV·2y

    Building scalable apps with serverless PostgreSQL & Django

    Learn how to use serverless PostgreSQL with Django to build scalable and efficient web applications.

  4. 4
    Article
    Avatar of aws-buildersAWS Builders·2y

    I failed the AWS Solutions Architect Associate exam, so what?!

    The author shares their experience of failing the AWS Solutions Architect Associate exam after not studying for 10 months. Despite not passing, they are still proud of their knowledge and experience with AWS.

  5. 5
    Article
    Avatar of pointerPointer·2y

    awslabs/llrt: LLRT (Low Latency Runtime) is an experimental, lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications.

    LLRT is a lightweight JavaScript runtime designed for fast and efficient Serverless applications. It offers faster startup and lower cost compared to other JavaScript runtimes on AWS Lambda. LLRT can be configured for Lambda functions either through custom runtime or using a layer. Compatibility can be ensured by writing tests using the built-in test runner.

  6. 6
    Article
    Avatar of logrocketLogRocket·2y

    Building a serverless GraphQL API with NeonDB and Prisma

    This tutorial demonstrates how to build a serverless GraphQL API using NeonDB, Prisma ORM, and Apollo Server. It covers setting up a serverless PostgreSQL database with NeonDB, configuring Prisma ORM, and deploying Apollo Server to AWS Lambda.

  7. 7
    Article
    Avatar of aws-buildersAWS Builders·2y

    Elevating Your AWS Lambda Game With Middy And TypeScript

    Discover how Middy enhances AWS Lambda development by addressing challenges and streamlining the process. Learn how to integrate Middy and explore essential middlewares to enhance your serverless functions.

  8. 8
    Article
    Avatar of aws-buildersAWS Builders·2y

    Next-Level Serverless Development with SST and TypeScript

    Transform your Serverless workflow with SST and TypeScript. Learn about its features and benefits for backend and Server Side Applications.