🙋♂ Need help? Ask in our Discord community: wornoffkeys.com/discord
@focusotter4 жыл бұрын
This was really well done. The format, the pace, the explanation. Great job!
@kaal9703 жыл бұрын
that pace thoughhhhh .dudeeee subscribed
@nagautube14 жыл бұрын
That was clean and crisp to the point, great video. Glad that I stumbled upon your channel here :). Thanks!!
@ReinaldoTrindade2 жыл бұрын
Well done, thanks a lot
@RajeshVerma-mp8qk2 жыл бұрын
very informative, could you pls paste this secret manager lambda code here
@dorianneto28594 жыл бұрын
Great explanation! Thanks :)
@WornOffKeys4 жыл бұрын
Glad it helped!
@doonnicolas4 жыл бұрын
Brilliant, thank you!
@WornOffKeys4 жыл бұрын
Glad it was helpful!
@theepagatputhalingam61812 жыл бұрын
do we need AWS token for this?
@Thebiggerpicture19484 жыл бұрын
Great video, why do you add await when you return the Promise in getSecrets function? do we need to do that?
@greengopher643 жыл бұрын
Thanks! That is cool but I would like to use a serverless framework for that. I hate all this manual clicking
@siddharthsankar14 жыл бұрын
Is it possible to retrieve the previous password from secret manager?
@brianfitzgerald2544 жыл бұрын
Good!
@lakshmiprakash39263 жыл бұрын
Very nice video. But the source code page is giving a 404. Could you please check that and paste the link again?
@vasudevvalke7724 жыл бұрын
How to convert PDF to password protected PDF and attach it to email using AWS SES?
@ankitbhatia98433 жыл бұрын
worth doing all this just for secrets? Serverless doesn't have any other way?
@midastouch30814 жыл бұрын
Great
@matthewbevis28384 жыл бұрын
Great video. Why is Example spelt incorrectly? :D
@WornOffKeys4 жыл бұрын
Thanks for pointing that out! It's been fixed
@TuranInsight3 жыл бұрын
wish there was a python version of it!
@kaio623244 жыл бұрын
Good video, a bit too fast though
@WornOffKeys4 жыл бұрын
Hey, thanks for the feedback! I'll keep this in mind when recording future videos
@jozejerse67774 жыл бұрын
looks good, doesnt work. No tutorial bothers to explain how to set credentials in order for any of the AWS requests to work. 'Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1'
@WornOffKeys4 жыл бұрын
Hey, the setup for that will change depending on your operating system, but this documentation should help solve that problem for you: docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
@karthikd4903 жыл бұрын
If anyone is running into this issue, the simplest way to get going is to create a user with access to secret keys and pass in the keys using environment variables as "AWS_ACCESS_KEY_ID" & "AWS_SECRET_ACCESS_KEY". AWS SDK will automatically pick up the keys with you pass in with these names. Hope this is helpful!
@sravyachebolu74072 жыл бұрын
Running into the same issue May I know how you solved it
@AMITJOSHIp Жыл бұрын
for me, when i have tried with Visual interface to setup ARN details, it was not working for me. if any one having same issue, try json way. { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "secretsmanager:GetSecretValue", "Resource": "SecretARN" } ] }