Change the Properties of an AWS Lambda Function Deployed with AWS CDK

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Every resource we deploy to AWS with CDK has some default values configured for us so that we don't have to configure everything ourselves. This comes in handy because it allows us to focus on building our infrastructure and solving our problems instead of configuring everything. With that being said - CDK allows us to configure various properties of our resources! In this quick lesson we're going to learn how to configure the memory size and timeout of an AWS Lambda function.