Best of ServerlessJune 2024

  1. 1
    Video
    Avatar of fireshipFireship·2y

    when your serverless computing bill goes parabolic...

    Learn how a developer received a massive serverless bill from Versell and explore tools and alternatives to avoid the same situation. Discover tips for managing serverless costs and find out the consequences of failing to set a budget limit.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·2y

    AWS Lambda Under the Hood

    AWS Lambda is a serverless compute service that allows developers to run code without provisioning or managing servers. It supports various invocation models, including synchronous and asynchronous invocations. The Assignment Service is a robust and resilient way to manage execution environments in Lambda. Firecracker is a lightweight virtual machine manager designed for running serverless workloads. Lambda also incorporates significant storage service functionalities, managing and storing code and data efficiently.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    What is Bref and serverless? – Bref

    Serverless architecture allows running applications without managing servers, offering automated scaling, cost efficiency, and reliability. Bref simplifies deploying PHP applications on AWS Lambda by providing tooling, PHP runtimes, and integration with frameworks like Laravel and Symfony. It covers use cases such as APIs, websites, and cron jobs, but may require code adjustments for legacy applications and isn't ideal for real-time apps due to possible latency.

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

    Why I Used To Hate Next.js (And Why I Love It Now)

    The author shares their journey from disliking to loving Next.js, originally using it alongside Vercel functions to manage backend logic without backend deployment headaches. They describe how Next.js streamlined their development process by collocating backend and frontend code, reducing build times, and enhancing performance. Switching to TRPC further simplified their development by making API calls type-safe and easier to manage. The introduction of async server components in Next.js significantly improved the author’s experience, cementing Next.js as a key framework for their projects.

  5. 5
    Article
    Avatar of implementingImplementing·2y

    How to setup Serverless framework to deploy AWS Lambda, Queues and DynamoDB con Node.js

    Learn how to configure the Serverless framework with Node.js to deploy AWS Lambda, Queues, and DynamoDB. The guide includes steps for creating an AWS account, installing AWS CLI and Node.js, setting up the Serverless framework CLI, configuring AWS IAM users, and establishing AWS Free tier usage alerts and budgets. Essential for developers looking to leverage serverless computing for scalable and cost-effective solutions.

  6. 6
    Article
    Avatar of goserverlessServerless·2y

    Serverless Framework V4 Generally Available

    Serverless Framework V.4 is now generally available with native Typescript and build support, a revamped Dev Mode, the stages property for configuration specific to stages, Terraform integration, Vault integration, a support command, CI/CD and dashboard features included, and support for new AWS features.

  7. 7
    Article
    Avatar of theserverlessedgeThe Serverless Edge·2y

    How to Become a Cloud Engineer – the Ultimate Guide

    Learn the skills needed to become a cloud engineer and how to align with business outcomes and KPIs. Discover the importance of integrating security into engineering practices.