aws-sdk-rust

(★ 3,335)

AWS SDK for the Rust Programming Language

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .gitignore
  • .handwritten
  • _config.yml
  • Cargo.toml
  • CHANGELOG.md
  • clippy.toml
  • CODE_OF_CONDUCT.md
  • CODEOWNERS
  • config.json
  • CONTRIBUTING.md
  • index.md
  • LICENSE
  • NOTICE
  • README.md

# Installation Guide

rust
Prerequisites

Setup Steps

cargo new sdk-example

Create a new Rust project.

cargo build

Download dependencies and build the project.

Key Commands

cargo build

Compile and build the project.

AWS credentials (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION) must be provided.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cargo new

View Details ▼

Create a new Cargo package.
Equivalent of `cargo init`, but specifying a directory is required.

cargo new {{path/to/directory}}

Create a new Rust project with a binary target:

// repository documentation