boskeyacht / aws-rust-developer-guide-v1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer guide for the AWS SDK for Rust

This repository contains the open source version of the official AWS SDK for Rust Developer Guide. It provides information about how to set up and use the AWS SDK for Rust to create Rust applications that use AWS.

The GitHub repository for the AWS SDK for Rust is at https://github.com/awslabs/aws-sdk-rust.

⚠ Important

The Rust SDK is currently in developer preview. We strongly recommend that you do not use the Rust SDK in production, as there will likely be breaking changes between now and the v1 release.

Important

  • Running this code might result in charges to your AWS account.
  • Running the tests might result in charges to your AWS account.
  • We recommend that you grant this code least privilege, or at most the minimum permissions required to perform the task. For more information, see Grant Least Privilege in the AWS Identity and Access Management User Guide.
  • This code has not been tested in all AWS Regions. Some AWS services are available only in specific Regions.

Security

See CONTRIBUTING for more information.

Reporting issues

You can use the Issues section of this repository to report problems in the documentation. When submitting an issue, please indicate:

  • What page the issue occurs on; a URL or filename is best.
  • What the issue is, using as much detail as you can provide.
    • The issue might be simple. For example: "The page has a typo; the word 'complie' in the third paragraph should be 'compile'."
    • The issue might be more complex. If so, please describe it with enough detail so that it's clear to the AWS documentation team what the problem is.

Contributing fixes and updates

To contribute your own documentation fixes or updates, please use standard GitHub procedures for forking a repository and submitting a pull request.

Code examples in the documentation

The code examples featured in this documentation can be found in a separate repository: aws-doc-sdk-examples.

In addition to examples in Rust, you'll also find examples for each of the other AWS SDKs. If you find issues with any of the examples, you can submit Issues or fork the repository and submit a pull request!

The code examples are provided under the Apache 2.0 open source license. For more details, see the example repository's README.

Copyright and license

All content in this repository, unless otherwise stated, is Copyright Amazon.com, Inc. or its affiliates. All rights reserved.

License Summary

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under the MIT-0 license. See the LICENSE-SAMPLECODE file.

About

License:Other