rustv1/examples/localstack/README.md
This example demonstrate how to use LocalStack with the AWS SDK for Rust.
LocalStack is a cloud service emulator that runs in a single container on your computer.
You must have an AWS account, and have configured your default credentials and AWS Region as described in https://github.com/awslabs/aws-sdk-rust.
This example lists your Amazon Simple Storage Service buckets and Amazon Simple Queue Service queues.
cargo run --bin use-localstack
To propose a new code example to the AWS documentation team, see CONTRIBUTING.md. The team prefers to create code examples that show broad scenarios rather than individual API calls.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0