AWS Lambda and Secrets Manager Tutorial in Python

preview_player
Показать описание
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.

📚 My Courses 📚

🎉SUPPORT BE A BETTER DEV🎉

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#aws
#serverless
Рекомендации по теме
Комментарии
Автор

Like all time, simple and clear. Thanks !!

password
Автор

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

mingyangshi
Автор

This a good thing to learn! Thanks for sharing.

NSOLDIER
Автор

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!

AliHasan-bwkm
Автор

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

rahulprasad
Автор

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

pablogonzalezrobles
Автор

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

TheSimpGatsby
Автор

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.

simoneboscain
Автор

may I request you to paste this lambda code here

RajeshVerma-mpqk
Автор

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

martinmillar