AWS Lambda@Edge Smart Route Across Origins - Step by Step Tutorial

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

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

  • @gwulfwud
    @gwulfwud ปีที่แล้ว +1

    awesome straight forward video! this helped me study for my aws cert. thanks!
    i have a request, can you make a video that explans vpc endpoints and what its use cases are?

  • @prashant2329
    @prashant2329 2 ปีที่แล้ว

    Just something I was looking for and I’m glad I found your video - this helped me figure out what I was doing wrong in my setup config.
    Nice and sufficient explanation with enough pace 👍🏻

    • @prashant2329
      @prashant2329 2 ปีที่แล้ว

      +1 to your subscribers list 👍🏻

    • @EnricoPortolan
      @EnricoPortolan  2 ปีที่แล้ว +1

      Thanks for subscribing :)

    • @prashant2329
      @prashant2329 2 ปีที่แล้ว

      @@EnricoPortolan Keep uploading such videos; very informative. I didn’t know about origin and viewer request difference in cloudfront/Lambda@edge which you clarified quickly with the help of diagram/POC in the video.

  • @user-hw8mx4kz8p
    @user-hw8mx4kz8p 10 หลายเดือนก่อน

    Is there any chance you can share function code?

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

    How are you handling cache with this?
    I've tried that with a cache-policy using the cookie origin as key. When the request has no cookie, it returns a random origin, but CloudFront caches it and following requests will have the same response.

  • @103spartan
    @103spartan 2 ปีที่แล้ว

    I have a similar case with cloudfront set to route53 with domain names used
    Where I have setup the same lambda@edge to switch across 2 s3 buckets based on cookie, but I have one more requirement ie the 3rd case :
    on setting a 3rd cookie with value C instead of switching to a s3 bucket endpoint I need to switch to a new subdomain - which works as well
    But now that when this happens it does a 301/308 permanent redirect and thus when I set back the cookie to A/B it no more redirects to S3 endpoints it just keeps on loading the same last website, unless I clear the browser cookie and cache ( am I missing something)?