Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinuda committed Jan 27, 2024
2 parents 39b3d4c + 7194ce6 commit 3195de5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .doc_gen/metadata/cross_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,3 @@ cross_ServerlessPromptChaining:
service_main: bedrock
services:
bedrock:
bedrock-runtime:
bedrock-agent:
bedrock-agent-runtime:
sfn:
5 changes: 5 additions & 0 deletions rustv1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ these examples in an isolated environment.

## Contributing

When adding or modifying Rust code examples, follow common Rust best practices.
As much as is reasonable, this means having tests that run with `cargo test`, code that has no lint errors from `cargo clippy --all-targets`, and code that has been formatted using `cargo fmt`.
These can be verified using cargo with in the example folders, or across the entire Rust code base with the `./run_all.sh` script.
The `run_all.sh` script is also used in continuous integration toolchains.

To propose a new code example to the AWS documentation team,
see [CONTRIBUTING.md](https://github.com/awsdocs/aws-doc-sdk-examples/blob/master/CONTRIBUTING.md).
The team prefers to create code examples that show broad scenarios rather than individual API calls.
Expand Down

0 comments on commit 3195de5

Please sign in to comment.