Getting Started with AWS CDK Construct Library using Projen

AWS CDK allows constructing a library and publishing it to npm or PyPI, while projen makes development more comfortable. Projen can generate files during project creation, maintain them, and support various project types, including non-CDK projects like React apps.

Read full post