-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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: ec2 autoscaling scenario #5367
Merged
rlhagerm
merged 10 commits into
awsdocs:main
from
DavidSouther:rust/scenario/ec2_autoscaling
Oct 5, 2023
Merged
Rust: ec2 autoscaling scenario #5367
rlhagerm
merged 10 commits into
awsdocs:main
from
DavidSouther:rust/scenario/ec2_autoscaling
Oct 5, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
labels
Sep 8, 2023
DavidSouther
force-pushed
the
rust/scenario/ec2_autoscaling
branch
from
September 8, 2023 23:05
ac9648d
to
48caf1e
Compare
rcoh
reviewed
Sep 12, 2023
DavidSouther
force-pushed
the
rust/scenario/ec2_autoscaling
branch
from
September 20, 2023 20:19
70778f0
to
db0bea2
Compare
DavidSouther
force-pushed
the
rust/scenario/ec2_autoscaling
branch
from
September 20, 2023 20:40
db0bea2
to
a40bf8e
Compare
DavidSouther
requested review from
a team and
ford-at-aws
and removed request for
scmacdon and
a team
September 20, 2023 20:43
DavidSouther
added
Text Review needed
This work needs editorial (text) review
and removed
Text Review needed
This work needs editorial (text) review
labels
Sep 20, 2023
rcoh
approved these changes
Sep 25, 2023
ford-at-aws
reviewed
Sep 26, 2023
ford-at-aws
requested changes
Sep 26, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly just the Python metadata change needs explanation. Gmail address is also atypical but could make sense depending on your justification.
DavidSouther
force-pushed
the
rust/scenario/ec2_autoscaling
branch
from
September 26, 2023 19:49
66a8e53
to
6d0a59a
Compare
DavidSouther
added
the
Text Review needed
This work needs editorial (text) review
label
Sep 26, 2023
lkdavies
added
Text Review complete
Text review complete
and removed
Text Review needed
This work needs editorial (text) review
labels
Sep 26, 2023
DavidSouther
force-pushed
the
rust/scenario/ec2_autoscaling
branch
4 times, most recently
from
October 3, 2023 16:18
c2ca714
to
6b6f25a
Compare
DavidSouther
force-pushed
the
rust/scenario/ec2_autoscaling
branch
from
October 3, 2023 16:19
6b6f25a
to
ab790c6
Compare
ford-at-aws
approved these changes
Oct 3, 2023
rlhagerm
requested changes
Oct 3, 2023
rlhagerm
approved these changes
Oct 3, 2023
DavidSouther
force-pushed
the
rust/scenario/ec2_autoscaling
branch
2 times, most recently
from
October 5, 2023 14:40
6f4c61c
to
632153e
Compare
…o correct service name folder. Fix snippet tag Fix enable vs disable metrics snippet names
Fixed github metadata field
rlhagerm
force-pushed
the
rust/scenario/ec2_autoscaling
branch
from
October 5, 2023 16:42
632153e
to
4a690cd
Compare
rlhagerm
added
On Call Review complete
On call review complete
and removed
On Call Review needed
This work needs an on-call review
labels
Oct 5, 2023
ford-at-aws
pushed a commit
that referenced
this pull request
Dec 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request closes #5365 adding the Autoscaling scenario in Rust with metadata updates.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.