☁️ Using external libraries in your Python AWS Lambda in AWS CDK

AWS CDK Logo

Are you including external libraries in your Python Lambda with AWS CDK? You’ll be looking to install your dependencies from your requirements.txt. How do you make sure these external libraries are available at runtime for your execution? By using @aws-cdk/AWS-lambda-python. We’ll walk through what the requirements.txt is, what the CDK construct AWS-lambda-python is and do… Continue reading ☁️ Using external libraries in your Python AWS Lambda in AWS CDK