1. 10
    Pass environment variables to a lambda function deployed with AWS CDK
    1m 16s

Pass environment variables to a lambda function deployed with AWS CDK

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Environment variables are really useful in programming - they allow us to avoid hardcoding secrets (such as API keys) in our code with added bonus of using different values depending on the environment (hence the name!).

In this quick lesson we're going to learn how to pass environment variables to an AWS Lambda function deployed with Cloud Development Kit (in a single line of code!)