DEV Community

Markus Loupeen for AWS Community Builders

Posted on

2

Testing nested Stacks in AWS CDK 2

I just wanted to mention that testing nested stacks in AWS CDK v2 is easier than you think.

Check out the source over here https://github.com/loupeen/aws-cdk-nested-stacks-test

Just write a small stack wrapper for your nested stack.
Wrapper

You find more code and tests in the GitHub repository.

Top comments (0)

Create a simple OTP system with AWS Serverless cover image

Create a simple OTP system with AWS Serverless

Implement a One Time Password (OTP) system with AWS Serverless services including Lambda, API Gateway, DynamoDB, Simple Email Service (SES), and Amplify Web Hosting using VueJS for the frontend.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay