DEV Community

Discussion on: How to provision Lambda and Lambda Layer using CDK

Collapse
 
cardosi profile image
Cam Cardosi

Great stuff! My only recommendation is that you might want to demonstrate this with a library other than boto3, because the Python runtimes in AWS include boto3 by default, so if someone tries this and does something wrong, they may not realize it because boto3 will still be available for import.

docs.aws.amazon.com/lambda/latest/...

But I still appreciate the post!

Collapse
 
upupkenchoong profile image
Ken Choong • Edited

I see, no problem, later I will provide some example for few library other than Boto 3.

I appreciate your feedback. Thanks , I happy that I help you