Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust: Aurora Scenario #5476

Merged
merged 15 commits into from
Oct 24, 2023
Merged

Conversation

DavidSouther
Copy link
Contributor

This pull request adds a Rust example for Aurora scenario #3588 (closes #4992)


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@DavidSouther DavidSouther added Rust This issue relates to the AWS SDK for Rust (Preview) MVP A Minimum Viable Product example to show the bare bones of how to use a service via an SDK. Follow After Scouts, more languages are added to examples as Follows. labels Oct 6, 2023
@DavidSouther DavidSouther requested a review from a team October 6, 2023 15:03
@DavidSouther DavidSouther self-assigned this Oct 6, 2023
@DavidSouther DavidSouther requested review from cpyle0819 and removed request for a team October 6, 2023 15:04
@cpyle0819
Copy link
Contributor

Mostly just some general questions, but there are missing copyright headers and tests are needed.

@DavidSouther DavidSouther force-pushed the rust/scenario/aurora branch 4 times, most recently from 6445730 to a7493b4 Compare October 16, 2023 14:14
@cpyle0819
Copy link
Contributor

Tests LGTM.

@cpyle0819 cpyle0819 added the On Call Review complete On call review complete label Oct 20, 2023
@DavidSouther DavidSouther requested a review from lkdavies October 23, 2023 17:47
Copy link
Contributor

@lkdavies lkdavies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Editorial comments

.doc_gen/metadata/aurora_metadata.yaml Outdated Show resolved Hide resolved
.doc_gen/metadata/aurora_metadata.yaml Outdated Show resolved Hide resolved
.doc_gen/metadata/aurora_metadata.yaml Outdated Show resolved Hide resolved
@lkdavies lkdavies added Text Review complete Text review complete and removed Text Review needed This work needs editorial (text) review labels Oct 23, 2023
@DavidSouther DavidSouther added the On Call Review needed This work needs an on-call review label Oct 24, 2023
@DavidSouther DavidSouther force-pushed the rust/scenario/aurora branch 2 times, most recently from e3e359a to 98f5e8f Compare October 24, 2023 13:40
@scmacdon scmacdon added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Oct 24, 2023
@scmacdon scmacdon merged commit a8606e2 into awsdocs:main Oct 24, 2023
14 of 15 checks passed
ford-at-aws pushed a commit that referenced this pull request Dec 15, 2023
* WIP scenario outline

* Finished fleshing out scenario structure.

* 80% impl and need to do more research on Aurora DB Engines, Engine Families, etc

* Use secrecy for the password and refactor the bin.

Types check

* Use constant DB_ENGINE

* Better handle existing parameter group.

Refactor: extracted rds caller

Tests for set_engine

Added get_engines test

Finished non-waiter tests

Added waiting test

* Split scenario mod and tests.

* Add snapshot

* Moved Aurora, bump the clap version, and add Aurora metadata.

* README update

* Fix snippet_files bad file path

* Fix metadata

* Fix rename

* Format

* Editorial updates
@DavidSouther DavidSouther deleted the rust/scenario/aurora branch January 17, 2024 18:54
@DavidSouther DavidSouther mentioned this pull request Jan 24, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Follow After Scouts, more languages are added to examples as Follows. MVP A Minimum Viable Product example to show the bare bones of how to use a service via an SDK. On Call Review complete On call review complete Rust This issue relates to the AWS SDK for Rust (Preview) Text Review complete Text review complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust Aurora MVP
4 participants