How to Access API Keys, DB Credentials, etc. from AWS Secrets Manager in AWS Lambda | Step by Step

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 10

  • @pranavmahajan4190
    @pranavmahajan4190 Год назад +1

    This is a fantastic tutorial. I work on Java but the way you taught was really good. Thanks

  • @jayateerthmirji1736
    @jayateerthmirji1736 Год назад +1

    Good tutorial. It helped me a lot.

  • @chillichilli5231
    @chillichilli5231 8 месяцев назад

    Thanks!

  • @KoljaMineralka
    @KoljaMineralka Год назад +3

    why not use environment variables to pass secrets manager arn ?

  • @jgojiz
    @jgojiz Месяц назад

    Why do you use base64? When I assigned the role to read secrets to the Lambda Function it just reads the secret without problem

  • @khandoor7228
    @khandoor7228 2 года назад

    Thanks Felix always good stuff!

    • @FelixYu
      @FelixYu  2 года назад

      My pleasure :)

  • @2012gaspar
    @2012gaspar Год назад

    In my case I´m running spring boot from eks and I´m receiving error accessdenied secretsmanager code 400. I inserted this permission to test.

  • @sakshikishore2845
    @sakshikishore2845 2 года назад

    I followed all the steps as it's but I get an error when I test my lambda function

  • @KS-ni7vv
    @KS-ni7vv 6 месяцев назад

    it'd be great if you linked the code as well