Configuring Lambda Settings in an Amplify Project - Environment Variables, Memory, and Runtime

preview_player
Показать описание

Relevant code:

0:00 - Introduction
0:37 - Runtime & memory configuration
3:05 - Configuring environment variables
6:29 - Configuring environment secrets
12:20 - Conclusion
Рекомендации по теме
Комментарии
Автор

Thank you so much for creating such a great content..!

jamilabbasOfficial
Автор

Really handy and useful!
Thank you for all your hard work!!

binary-brackets
Автор

This type of real-world issue related videos are really helpful. Could you please do a video on Amplify Group / Owner @Auth combination to build role based access control and multi tenancy. Lets say you have user groups and same time you are using owner field to check the tenant id and you need both to be true (logical AND) but resolver returns true either one is true (Logical OR). This simple thing prevents amplify to be used to build multi tent role based access control systems. Currently there is a 2 years old issue reported in github as well (github issue for amplify-cli 317, sorry youtube does not allow me to post links)

I got a notification from github with your name attached to it, and I knew this is gonna be really good content (Github issue 4347) .. And few hours later you have done a video as well.. THANK YOU SO MUCH FOR THIS...

samthetester
Автор

Really handy and useful! Loved it, thank you :)

sunritjana
Автор

Thanks a lot for this Nader. This was really helpful :)

shadidhaque
Автор

Thank you so much, this was very helpful :)

GapBruno
Автор

Thank you so much for the tutorial.
I have a question, how can I add amplify environment variables that all lambdas can access to. For example, ENV.cognito_user_pool_id for all lambdas

minhduc
Автор

How do I grab the response of the secrets ENV and pass it into my codebase? Do I have to add the "api" functionality to my application?

RenM
Автор

Hi Nader! I have been having this error where i can see that the env variables have been uploaded but when i mock the function it does not recognize it. How do i add env variables so i can mock the lambda function ?

_godiego
Автор

How can i change the lambda runtime generated for the cloudfront (lambda at edge)?

manuelojeda
Автор

WoW that’s so useful thanks! I was wondering if it’s possible to work on different branches for a lambda? How can I update à lambda that is used by production without taking risks?

IAMTHEMUSK
Автор

Hey man good video!
You say "Go Ahead and..." quite a lot. It is not needed. Lots of you tubers do it, but it is super annoying.

NZTechArc