I'm trying to create an infrastructure with AWS CDK. When creating a lambda, it forces me to specify the code that's going in it.
However, that'll be the responsibility of the release pipeline.
Is there a way to create a lambda without specifying the code?