How to create a lambda using the CDK
Just go to AWS CDK Lambda and read the docs. JK.
But in reality, that's what I would suggest, but my goal here to point out a few gotchas and things that you might miss.
You can use a module that is specific to your runtime. As the time of this wri...
mydevthoughts.hashnode.dev6 min read
Phillip Ninan
Senior Software Engineer
Very nice! I have never used the bundling option.
I will use that going forward. Thanks!