Unverified Commit cc535bc1 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Update the example consolidation RFC (#1124)

parent ed3daf61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
RFC: Supporting multiple HTTP versions for SDKs that use Event Stream
=====================================================================

> Status: Merged.
> Status: Accepted

For a summarized list of proposed changes, see the [Changes Checklist](#changes-checklist) section.

+6 −6
Original line number Diff line number Diff line
RFC: Examples Consolidation
===========================

> Status: RFC
> Status: Implemented

Currently, the AWS Rust SDK's examples are duplicated across
[`awslabs/aws-sdk-rust`](https://github.com/awslabs/aws-sdk-rust),
@@ -115,8 +115,8 @@ that tooling is even necessary).
Changes Checklist
-----------------

- [ ] Add example CI job to `smithy-rs`
- [ ] Diff examples in `smithy-rs` and `aws-doc-sdk-examples` and move desired differences into `aws-doc-sdk-examples`
- [ ] Apply example fix PRs from `aws-sdk-rust` into `aws-doc-sdk-examples`
- [ ] Update `smithy-rs` CI to copy examples from `aws-doc-sdk-examples` rather than from smithy-rs
- [ ] Delete examples from `smithy-rs`
- [x] Add example CI job to `smithy-rs`
- [x] Diff examples in `smithy-rs` and `aws-doc-sdk-examples` and move desired differences into `aws-doc-sdk-examples`
- [x] Apply example fix PRs from `aws-sdk-rust` into `aws-doc-sdk-examples`
- [x] Update `smithy-rs` CI to copy examples from `aws-doc-sdk-examples` rather than from smithy-rs
- [x] Delete examples from `smithy-rs`