Skip to content

Commit 9a61fa4

Browse files
skmcgrailskotambkar
authored andcommitted
Add markdown file for collecting past and present design discuss… (#448)
Add markdown file for collecting past and present design discussions.
1 parent 7ede46e commit 9a61fa4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

DESIGN.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Open Discussions
2+
---
3+
The following issues are currently open for community feedback.
4+
All discourse must adhere to the [Code of Conduct] policy.
5+
6+
* [Refactoring API Client Paginators](https://github.com/aws/aws-sdk-go-v2/issues/439)
7+
* [Refactoring API Client Waiters](https://github.com/aws/aws-sdk-go-v2/issues/442)
8+
* [Refactoring API Client Enums and Types to Discrete Packages](https://github.com/aws/aws-sdk-go-v2/issues/445)
9+
* [SDK Modularization](https://github.com/aws/aws-sdk-go-v2/issues/444)
10+
11+
Past Discussions
12+
---
13+
The issues listed here are for documentation purposes, and is used to capture issues and their associated discussions.
14+
15+
[Code of Conduct]: https://github.com/aws/aws-sdk-go-v2/blob/master/CODE_OF_CONDUCT.md

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ We'll be expanding out the [Issues] and [Projects] sections with additional chan
1111
## Project Status
1212
The SDK is in preview state as we work to design and implement potentially breaking changes to the SDK as we update the SDK's layout and usage patterns based on your feedback. You can also expect periodic service API model updates as well.
1313

14+
We are actively seeking community feedback for several changes to the SDK. Please review our [design] page on issues
15+
that are currently pending community feedback.
16+
1417
Users should expect significant changes that could affect the following (non-exhaustive) areas:
1518
* Package Locations
1619
* Includes Location of Service API Types
@@ -104,3 +107,4 @@ see LICENSE.txt and NOTICE.txt for more information.
104107
[CHANGE_LOG]: https://github.com/aws/aws-sdk-go-v2/blob/master/CHANGELOG.md
105108
[Amazon DynamoDB]: https://aws.amazon.com/dynamodb/
106109
[Gitter channel]: https://gitter.im/aws/aws-sdk-go-v2
110+
[design]: https://github.com/aws/aws-sdk-go-v2/blob/master/DESIGN.md

0 commit comments

Comments
 (0)