AWS Lambda and Secrets Manager Tutorial in Python

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

КОМЕНТАРІ •

  • @Avira_aglawe
    @Avira_aglawe 8 днів тому

    best video for secret manager access using python😊

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

    Like all time, simple and clear. Thanks !!

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

    OMG I was just expecting this episode! Thank you for the great content!

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

    Hey can you make a video on the recently launched AWS AppConfig Extensions and if they can be controlled via cdk?

  • @AliHasan-bw7km
    @AliHasan-bw7km 2 роки тому +3

    Thanks it's simple and well explained.
    Real pain starts when we have VPC and we want to use secret managers in lambda then it start giving us timeout error if not rightly configured.
    Will be great if you make video on such case. Thanks!

    • @matthewtesimale6434
      @matthewtesimale6434 3 місяці тому +1

      Did you end up figuring this out?

    • @souravblr
      @souravblr 3 місяці тому

      @@matthewtesimale6434 Hey is there any specific use-case that you are having problems with? Let me know how I can help.

    • @AliHasan-bw7km
      @AliHasan-bw7km 3 місяці тому

      @@matthewtesimale6434 yes, in my I case I was using private VPC.
      You need to go VPC option in configuration section, add VPC that you are using then your private subnets and security group.
      you need to set inbound and outbound rules accordingly.

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

    This a good thing to learn! Thanks for sharing.

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

    Thanks Buddy you saved lot of my time

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

    great explanation.!!!.Thank you

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

    Could u do it all through cloudformation? It would be flawless!

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

    Hey can you make a video using the recently launched lambda feature where you load the secret in a layer

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

    Thank you dude!

  • @JesusGil90
    @JesusGil90 10 місяців тому

    Thank you Sir

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

    Can you make a video in which you explain how to make lambda-secret manager-RDS proxy-aurora architecture work together? I tried following all tutorial on amazon documentation but i can't make it work.

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

    Can you give the lambda function

  • @RajeshVerma-mp8qk
    @RajeshVerma-mp8qk 2 роки тому

    may I request you to paste this lambda code here

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

    I didn't know about Secrets Manager, so I've done the same thing with DynamoDB i.e. I store secret key value pairs in DynamoDB. What would I used Secrets Manager (and pay an extra 40c !). Thanks