AWS Lambda and Secrets Manager Tutorial in Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ต.ค. 2022
  • Secrets Manager is a powerful AWS service that allows you to store your secrets securely. In this video, I show you how to create a Secret and access it from your AWS Lambda function in Python.
    IAM Policy + Code - gist.github.com/beabetterdevv...
    Looking to get hands on experience building on AWS with a REAL project? Check out my course - The AWS Learning Accelerator! courses.beabetterdev.com/cour...
    📚 My Courses 📚
    AWS Lambda - A Practical Guide - www.udemy.com/course/aws-lamb...
    🎉SUPPORT BE A BETTER DEV🎉
    Become a Patron: / beabetterdev
    📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚
    Clean Code - amzn.to/37T7xdP
    Clean Architecture - amzn.to/3sCEGCe
    Head First Design Patterns - amzn.to/37WXAMy
    Domain Driven Design - amzn.to/3aWSW2W
    Code Complete - amzn.to/3ksQDrB
    The Pragmatic Programmer - amzn.to/3uH4kaQ
    Algorithms - amzn.to/3syvyP5
    Working Effectively with Legacy Code - amzn.to/3kvMza7
    Refactoring - amzn.to/3r6FQ8U
    🎙 MY RECORDING EQUIPMENT 🎙
    Shure SM58 Microphone - amzn.to/3r5Hrf9
    Behringer UM2 Audio Interface - amzn.to/2MuEllM
    XLR Cable - amzn.to/3uGyZFx
    Acoustic Sound Absorbing Foam Panels - amzn.to/3ktIrY6
    Desk Microphone Mount - amzn.to/3qXMVIO
    Logitech C920s Webcam - amzn.to/303zGu9
    Fujilm XS10 Camera - amzn.to/3uGa30E
    Fujifilm XF 35mm F2 Lens - amzn.to/3rentPe
    Neewer 2 Piece Studio Lights - amzn.to/3uyoa8p
    💻 MY DESKTOP EQUIPMENT 💻
    Dell 34 inch Ultrawide Monitor - amzn.to/2NJwph6
    Autonomous ErgoChair 2 - bit.ly/2YzomEm
    Autonomous SmartDesk 2 Standing Desk - bit.ly/2YzomEm
    MX Master 3 Productivity Mouse - amzn.to/3aYwKVZ
    Das Keyboard Prime 13 MX Brown Mechanical- amzn.to/3uH6VBF
    Veikk A15 Drawing Tablet - amzn.to/3uBRWsN
    🌎 Find me here:
    Twitter - / beabetterdevv
    Instagram - / beabetterdevv
    Patreon - Donations help fund additional content - / beabetterdev
    #aws
    #serverless

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

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

    Like all time, simple and clear. Thanks !!

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

    Thanks Buddy you saved lot of my time

  • @Telangana_kurrodu

    great explanation.!!!.Thank you

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

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

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

    This a good thing to learn! Thanks for sharing.

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

    Thank you dude!

  • @AliHasan-bw7km
    @AliHasan-bw7km ปีที่แล้ว +2

    Thanks it's simple and well explained.

  • @JesusGil90

    Thank you Sir

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

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

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

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

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

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

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

    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

    Can you give the lambda function

  • @RajeshVerma-mp8qk
    @RajeshVerma-mp8qk ปีที่แล้ว

    may I request you to paste this lambda code here

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

    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