Skip to content

Commit

Permalink
Cleaned up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-AWS committed May 20, 2021
1 parent d9ed228 commit c307938
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 117 deletions.
108 changes: 0 additions & 108 deletions .rust_alpha/polly/synthesize-speech/src/#main.rs#

This file was deleted.

1 change: 0 additions & 1 deletion .rust_alpha/polly/synthesize-speech/src/.#main.rs

This file was deleted.

2 changes: 1 addition & 1 deletion .rust_alpha/polly/synthesize-speech/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct Opt {
/// Reads a text file and creates an MP3 file with the text synthesized into speech by Amazon Polly.
/// # Arguments
///
/// * `[-f FILENAME]` - The file containing the text to synthesize.
/// * `[-f FILENAME]` - The name of the file containing the text to synthesize.
/// The MP3 output is saved in a file with the same basename and a ".MP3" extension.
/// * `[-d DEFAULT-REGION]` - The region containing the voices.
/// If not supplied, uses the value of the **AWS_DEFAULT_REGION** environment variable.
Expand Down
7 changes: 0 additions & 7 deletions .rust_alpha/secretsmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ This example lists the Secrets Manager secrets in the region.
- _DEFAULT-REGION_ is optional name of a region, such as __us-east-1__.
If this value is not supplied, the region defaults to __us-west-2__.








### Notes

- We recommend that you grant this code least privilege,
Expand Down

0 comments on commit c307938

Please sign in to comment.