home.social

#awslambda — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #awslambda, aggregated by home.social.

fetched live
  1. I'm moving the backend of our internal system from AWS Lambda/API Gateway to Cloudflare Pages Functions. Wow, it's so much faster even if it uses the same DynamoDB and Algolia for search.

    #serverless #cloudflarePages #awslambda

  2. Quarkus AWS Lambda HTTP has a genuinely useful local dev trick: the mock event server lets `localhost:8080` behave enough like API Gateway and Lambda that you can keep hot reload while still exercising Lambda request context and raw events.

    I built a small quote API, pushed handcrafted HTTP API events into `/_lambda_`, and then proved the packaged function again with `sam local start-api`.

    the-main-thread.com/p/quarkus-

    #Quarkus #AWSLambda #Serverless #Java

  3. Quarkus AWS Lambda HTTP has a genuinely useful local dev trick: the mock event server lets `localhost:8080` behave enough like API Gateway and Lambda that you can keep hot reload while still exercising Lambda request context and raw events.

    I built a small quote API, pushed handcrafted HTTP API events into `/_lambda_`, and then proved the packaged function again with `sam local start-api`.

    the-main-thread.com/p/quarkus-

    #Quarkus #AWSLambda #Serverless #Java

  4. At Lead Bank, synchronous telemetry flushing caused intermittent exporter stalls to surface as user-facing 504 gateway timeouts.

    By using the AWS Lambda Extensions API and goroutine chaining in Go, telemetry flush work was moved off the response path - allowing immediate responses while preserving full observability without data loss.

    Read the #InfoQ article by Melvin Philips for more insights: bit.ly/3OhOouD

    #CloudComputing #AWS #AWSLambda #API #Serverless

  5. At Lead Bank, synchronous telemetry flushing caused intermittent exporter stalls to surface as user-facing 504 gateway timeouts.

    By using the AWS Lambda Extensions API and goroutine chaining in Go, telemetry flush work was moved off the response path - allowing immediate responses while preserving full observability without data loss.

    Read the article by Melvin Philips for more insights: bit.ly/3OhOouD

  6. Want to monitor only AWS Lambdas in Zabbix? Remember to add `ec2:DescribeRegions` action to your access policy🤐
    For some reason
    #zabbix #aws #lambda #awslambda #awsiam

  7. Want to monitor only AWS Lambdas in Zabbix? Remember to add `ec2:DescribeRegions` action to your access policy🤐
    For some reason
    #zabbix #aws #lambda #awslambda #awsiam

  8. Serverless giống taxi: không cần sở hữu “xe” (máy chủ), chỉ trả tiền khi code chạy. Truyền thống: trả phí 24/7 dù không hoạt động; Serverless: thanh toán dựa trên thời gian thực thi, phù hợp với traffic không ổn định, API, webhook. Các dịch vụ phổ biến: AWS Lambda, Vercel Functions, Cloudflare Workers.
    #Serverless #CôngNghệ #AWSLambda #Vercel #Cloudflare #Tech #CôngNghệMây

    dev.to/esreekarreddy/serverles

  9. Serverless giống taxi: không cần sở hữu “xe” (máy chủ), chỉ trả tiền khi code chạy. Truyền thống: trả phí 24/7 dù không hoạt động; Serverless: thanh toán dựa trên thời gian thực thi, phù hợp với traffic không ổn định, API, webhook. Các dịch vụ phổ biến: AWS Lambda, Vercel Functions, Cloudflare Workers.
    #Serverless #CôngNghệ #AWSLambda #Vercel #Cloudflare #Tech #CôngNghệMây

    dev.to/esreekarreddy/serverles

  10. Lợi ích của AWS Lambda khi phát triển ứng dụng serverless:
    - Chạy code không cần quản lý máy chủ
    - Tự động scale theo lưu lượng truy cập
    - Chi trả theo thời gian sử dụng (tiết kiệm chi phí)
    - Kết hợp dễ dàng với các dịch vụ AWS khác
    Ví dụ: Hàm Lambda xử lý ảnh trên S3 bằng Node.js/Python, tự động resize khi upload.

    Hãy tận dụng khả năng auto-scaling và mô hình giá linh hoạt để xây dựng ứng dụng hiệu quả!

    #AWSLambda #Serverless #CloudComputing #Tech
    #Lambda #MáyChủẢo #ĐiệnToánĐámMây #CôngNghệ

  11. Lợi ích của AWS Lambda khi phát triển ứng dụng serverless:
    - Chạy code không cần quản lý máy chủ
    - Tự động scale theo lưu lượng truy cập
    - Chi trả theo thời gian sử dụng (tiết kiệm chi phí)
    - Kết hợp dễ dàng với các dịch vụ AWS khác
    Ví dụ: Hàm Lambda xử lý ảnh trên S3 bằng Node.js/Python, tự động resize khi upload.

    Hãy tận dụng khả năng auto-scaling và mô hình giá linh hoạt để xây dựng ứng dụng hiệu quả!

    #AWSLambda #Serverless #CloudComputing #Tech
    #Lambda #MáyChủẢo #ĐiệnToánĐámMây #CôngNghệ

  12. AWS launched Durable Functions for Lambda - a new capability that lets developers use standard Lambda functions to build complex, multi-step workflows.

    They can track progress, automatically retry on failures, and even pause execution for up to 1 year at defined steps - all without paying for idle compute during those waits.

    Learn more: bit.ly/3KuDuQf

    #InfoQ #AWSLambda #CloudComputing

  13. AWS launched Durable Functions for Lambda - a new capability that lets developers use standard Lambda functions to build complex, multi-step workflows.

    They can track progress, automatically retry on failures, and even pause execution for up to 1 year at defined steps - all without paying for idle compute during those waits.

    Learn more: bit.ly/3KuDuQf

  14. Running #Quarkus on #AWSLambda “out of the box” can lead to slow starts and missed optimizations. Vadym Kazulkin walks through five concrete setups—from vanilla Java to #SnapStart priming & native #GraalVM.

    Make every millisecond count: javapro.io/2025/08/05/how-to-d
    @graalvm @awscloud

  15. Running #Quarkus on #AWSLambda “out of the box” can lead to slow starts and missed optimizations. Vadym Kazulkin walks through five concrete setups—from vanilla Java to #SnapStart priming & native #GraalVM.

    Make every millisecond count: javapro.io/2025/08/05/how-to-d
    @graalvm @awscloud

  16. Setting up Java on #AWSLambda often feels like guesswork. Cold starts, unclear IaC, performance gaps. @VKazulkin delivers tested, runnable solutions—from #Quarkus setup to #SnapStart tuning & Native deployment.

    Build smarter: javapro.io/2025/08/05/how-to-d
    #GraalVM @awscloud @QuarkusIO

  17. Setting up Java on #AWSLambda often feels like guesswork. Cold starts, unclear IaC, performance gaps. @VKazulkin delivers tested, runnable solutions—from #Quarkus setup to #SnapStart tuning & Native deployment.

    Build smarter: javapro.io/2025/08/05/how-to-d
    #GraalVM @awscloud @QuarkusIO

  18. #AWSLambda now supports #GitHubActions!

    Devs can now deploy changes to Lambda functions using declarative configuration in GitHub Actions workflows.

    The new option supports both .zip file and container image deployments.

    🔗 Read more: bit.ly/4mW3j9b

    #InfoQ #CloudComputing #AWS

  19. now supports !

    Devs can now deploy changes to Lambda functions using declarative configuration in GitHub Actions workflows.

    The new option supports both .zip file and container image deployments.

    🔗 Read more: bit.ly/4mW3j9b

  20. AWS Lambda wants to banish cold starts like an exorcist with a magic wand named #Porffor 🪄🔮. Apparently, it's a JS engine that turns your beloved #JavaScript into a tiny "1MB, fast millisecond-level binary" – because compiling JS is now as easy as waving a 🧙‍♂️ wand. Meanwhile, Node and Bun continue to offer their "bundle up and deal with it" solutions, proving that not all magic tricks are created equal 🎩🐇.
    goose.icu/lambda/ #AWSLambda #ColdStarts #NodeBun #HackerNews #ngated

  21. AWS Lambda wants to banish cold starts like an exorcist with a magic wand named #Porffor 🪄🔮. Apparently, it's a JS engine that turns your beloved #JavaScript into a tiny "1MB, fast millisecond-level binary" – because compiling JS is now as easy as waving a 🧙‍♂️ wand. Meanwhile, Node and Bun continue to offer their "bundle up and deal with it" solutions, proving that not all magic tricks are created equal 🎩🐇.
    goose.icu/lambda/ #AWSLambda #ColdStarts #NodeBun #HackerNews #ngated

  22. #RustLang + #AWSLambda = High-Performance Serverless

    Explore how Rust’s performance & efficiency perfectly complement Lambda’s scalability & availability.

    🎥 Watch the #InfoQ talk 👉 bit.ly/45p3VNt

    📝 #transcript included

    #Serverless #CloudComputing #SoftwareArchitecture

  23. + = High-Performance Serverless

    Explore how Rust’s performance & efficiency perfectly complement Lambda’s scalability & availability.

    🎥 Watch the talk 👉 bit.ly/45p3VNt

    📝 included

  24. Java’s cold start problem is real, especially on #AWSLambda. Slow response times can break SLAs & user trust. @VKazulkin shows how #SnapStart & priming with #CRaC reduce latency without rewriting your entire stack.

    Learn more: javapro.io/2025/08/05/how-to-d

    #Cloud #GraalVM @graalvm

  25. Java’s cold start problem is real, especially on #AWSLambda. Slow response times can break SLAs & user trust. @VKazulkin shows how #SnapStart & priming with #CRaC reduce latency without rewriting your entire stack.

    Learn more: javapro.io/2025/08/05/how-to-d

    #Cloud #GraalVM @graalvm

  26. Learn how to implement custom logging for AWS applications using Lambda, integrating with Slack for real-time alerts and storing logs in DynamoDB for auditing. hackernoon.com/how-to-build-cu #awslambda

  27. Learn how to implement custom logging for AWS applications using Lambda, integrating with Slack for real-time alerts and storing logs in DynamoDB for auditing. hackernoon.com/how-to-build-cu #awslambda

  28. You wanted Java 24? How adorable. 🤡

    Fun fact: Ancient relics like Maven happily obey any Java version 🏺, but modern, cutting-edge tools. Gradle, AWS Lambda, and more require new releases just to function. 🔄 Because nothing says progress like mandatory dependencies. 🎭

    Meanwhile, Kubernetes & Maven sit back, laughing. 😏
    They do whatever they want. 🚀
    They are independent. 🔓
    Unlike you. 🫠

    #DevLife #ProgrammingMemes #SoftwareEngineering #CodeHumor #programming #coding #Maven #Gradle #AWSLambda #DevOps #DependencyHell #CI/CD #BuildFails #JustDevThings #Relatable #WhyIsThisSoAccurate #EngineerCult

  29. Introducing Vercel Fluid! An elastic compute model that lets a single worker handle multiple requests - just like a traditional server while preserving the elasticity of serverless.

    Perfect for AI & long-running tasks!

    Get all the details: bit.ly/3FaDZf5

    #Serverless #AWSLambda #Vercel #CloudComputing #InfoQ

  30. Introducing Vercel Fluid! An elastic compute model that lets a single worker handle multiple requests - just like a traditional server while preserving the elasticity of serverless.

    Perfect for AI & long-running tasks!

    Get all the details: bit.ly/3FaDZf5