Developing CDK Constructs

0

Hello everyone!

I'm currently exploring the AWS CDK, and I'm intrigued by the concept of level 2 constructs. Can anyone shed some light on how level 2 constructs are created in the CDK? What are the key steps involved, and are there any best practices or tips to keep in mind when developing them?

Any insights would be greatly appreciated! Thanks in advance!

profile picture
Julian
asked 2 months ago123 views
1 Answer
3
Accepted Answer

The contributing document may be helpful to keep in mind when developing.

https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md

It is a good idea to see what other developers are doing in terms of development. How about finding a constructor you are interested in on Construct Hub and visiting its repository to see its code?

https://constructs.dev/search?q=&cdk=aws-cdk&cdkver=2&sort=downloadsDesc&offset=0&tags=community

profile picture
EXPERT
shibata
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions