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

Connor
已提问 3 个月前109 查看次数
1 回答
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
已回答 3 个月前
profile pictureAWS
专家
已审核 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则