Best of AWS LambdaMay 2024

  1. 1
    Article
    Avatar of awstipAWS Tip·2y

    Node.js TypeScript Deployment on AWS Lambda with Jenkins

    Learn how to deploy a Node.js project to AWS Lambda with Jenkins. Install required plugins, add credentials, and create a pipeline to deploy your first Node.js project.

  2. 2
    Article
    Avatar of awstipAWS Tip·2y

    Secure AWS Lambda: JWT Token Authentication Using Node JS.

    Learn how to use JWT token authentication to enhance security in your AWS Lambda setup.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    From $erverless to Elixir

    The post discusses the motivations for rewriting a service from AWS API Gateway and Lambda to Elixir due to the increasing costs of API Gateway. It highlights the challenges faced and the benefits of using Elixir.

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

    I've been waiting for this for too long

    Versell solves the problem of serverless functions dying after sending a response, providing a solution that allows code to continue running after the response. This is useful for tasks such as logging and database operations.