🆕 Feature Flags for Lambda, using AWS AppConfig

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ • 22

  • @Andrew-ut2wi
    @Andrew-ut2wi 2 роки тому +1

    I’ve been tasked with figuring out which feature flag tool my team should use, and this video cleared up so much for me! Thank you so much!

  • @brwngrldev
    @brwngrldev Рік тому +1

    This is the best explanation of the AWS Feature Flags that I've seen. Great work!

  • @KarimTeresoglu
    @KarimTeresoglu 2 роки тому +1

    Hi, thanks for this video. What is the benefit of this way over referencing to SSM parameters via Lambda environment variables? Lambda would resolve the actual values from SSM parameters and you don't need to use any additional code. One benefit I can think of is that it can dynamically sense App Config changes without Lambda redeployment. But it's questionable advantage considering the amount of aditional configuration and code required to make it work this way.

  • @alakdam3970
    @alakdam3970 2 роки тому

    Serverless queen is back. Greetings from Helsinki

    • @foobar_codes
      @foobar_codes  2 роки тому +2

      I never left :D
      A video a week for the last 5 years :D

  • @estebanuo
    @estebanuo 2 роки тому

    Thanks for the video!
    It took almost 1000 ms to run a pretty small lambda, do you have some benchmark how lambda performance is affected? thanks!

  • @antonbozhinov
    @antonbozhinov 2 роки тому +2

    You make incredible and useful content and I generally learn a lot from your videos. I just wish that you didn’t scream so loud at the beginning of each one… or just just give a second or two at the beginning at the video so that people like me have a chance to skip it. Please 😞

  • @jeffersondiasdossantos716
    @jeffersondiasdossantos716 2 роки тому +1

    Awesome! Thank you for doing an amazing work.

  • @rfcosta85
    @rfcosta85 5 місяців тому

    Thanks a lot = )

  • @cintron3d
    @cintron3d 2 роки тому +1

    Hopefully they add support to lambda@edge soon

  • @dobeerman
    @dobeerman Рік тому

    Hi Marcia! Thanks for the good explanation.
    At ua-cam.com/video/sq2HcRMLaLU/v-deo.html you have changed both language and boolean, but after you refreshed the request the language feature was changed in prior of boolean. Having such behavior we can't relay on changing all features at once right after redeployment. Is that correct?🤔

  • @WisoAp
    @WisoAp 2 роки тому

    Such interesting topic !

  • @BizTechLife
    @BizTechLife 2 роки тому +1

    it "Explode" ❤ I study CS in Spanish and we also said the code explode"

    • @foobar_codes
      @foobar_codes  2 роки тому +1

      Jajaja si el español es mi lengua materna 🤯

  • @jiggasnap
    @jiggasnap 11 місяців тому

    It would be so much more helpful if you used decent variable names representing a realistic example. For instance, the log level example you mentioned is a very viable one. Why use meaningless examples with meaningless names when creating the actual flag, instead of using the log level example?

  • @omriterem6448
    @omriterem6448 2 роки тому

    Hit the like button the second the video starts 😅

  • @pikachu5223
    @pikachu5223 2 роки тому +1

    return await... is redundant