Serverless micro-frontends | Serverless Office Hours

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 2

  • @Lines-In-The-Sand1
    @Lines-In-The-Sand1 ปีที่แล้ว +1

    If I have to have a constantly-running fargate application, doesn't it kind of defeat the purpose of the architecture? That will incur significant cost.

    • @lucamezzalira1265
      @lucamezzalira1265 ปีที่แล้ว

      from the 7th of April you can now use lambda with node.js runtime to stream a response (aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/)
      if you don't care about the streaming capability (that I did in that architecture) you can use a lambda function that buffer the response and returns the final HTML.
      There are options, but depends what are your architecture characteristics to express.