0

I have a NX monorepo with React app and CDK setup using @ago-dev/nx-aws-cdk-v2. I'm trying to set up some lambdas in the project but can't find any generators for lambdas with cdk. There are couple but they all use Serverless framework.

Anyone got it set up or has any idea how to best set it up?

szczocik
  • 1,293
  • 1
  • 8
  • 18
  • I think there is no generator for this plugin only a very convenient way to create a CDK app in an NX monorepo, and then configure deploy/destroy and bootstrap the environment – tsamaya May 12 '23 at 19:03
  • Take a look at the different Lambda constructs in CDK. Pretty straight forward. You just need a folder with a handler. – Warren Jul 27 '23 at 00:59

0 Answers0