How would I go about submitting a Python CDK Doc feature request?

0

I'd like to ask the team to file a feature request to include versioning on the API documentation and/or some sort of "incorporated_version" flag for CDK resources.

https://docs.aws.amazon.com/cdk/api/v2/python/index.html

1 Answer
1

Hi,

  1. Visit the CDK GitHub Repository: Go to the GitHub repository for the AWS Cloud Development Kit (CDK) at https://github.com/aws/aws-cdk.

    2)Check for Existing Issues: Search the existing issues in the repository to see if someone has already requested the feature you're interested in. If you find a relevant issue, you can add your comments or reactions to it.

    3)Create a New Issue: If you don't find an existing issue addressing your feature request, you can create a new one. Click on the "Issues" tab in the repository and then click the green "New issue" button.

    4)Provide Detailed Description: In the issue template, provide a clear and detailed description of the feature you're requesting. Explain why you believe it would be beneficial and how it would improve your experience with the CDK.

  2. Include Examples: If possible, include examples or use cases that demonstrate how the feature would be used and why it's necessary.

6)Engage with the Community: 

After creating the issue, engage with the CDK community by monitoring comments and responding to any questions or feedback. Collaboration and discussion can help refine the feature request and increase its chances of being implemented.

  1. Follow Up: Keep an eye on the progress of your feature request. AWS CDK developers may ask for additional information or provide updates on the status of the request.

By following these steps, you can effectively communicate your feature request to the AWS CDK development team and contribute to the ongoing improvement of the framework.

profile picture
answered 2 months ago
profile pictureAWS
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