Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Aws | 11,773 | a month ago | 1 | December 21, 2015 | 65 | other | Python | |||
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome. | ||||||||||
Boto3 | 8,458 | 11,545 | 6,573 | 3 days ago | 1,441 | December 01, 2023 | 191 | apache-2.0 | Python | |
AWS SDK for Python | ||||||||||
Aws Sdk Go | 8,458 | 5,100 | 13,083 | 3 days ago | 1,941 | December 01, 2023 | 49 | apache-2.0 | Go | |
AWS SDK for the Go programming language. | ||||||||||
Aws Doc Sdk Examples | 8,417 | 8 hours ago | 99 | April 23, 2021 | 278 | apache-2.0 | Java | |||
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below. | ||||||||||
Aws Sdk Js | 7,506 | 4,722 | a day ago | 1,783 | December 01, 2023 | 161 | apache-2.0 | JavaScript | ||
AWS SDK for JavaScript in the browser and Node.js | ||||||||||
Aws Sdk Php | 5,921 | 6,735 | 1,510 | 3 days ago | 1,842 | December 01, 2023 | 63 | apache-2.0 | PHP | |
Official repository of the AWS SDK for PHP (@awsforphp) | ||||||||||
Aws Sdk Java | 4,019 | 1,056 | 365 | 3 days ago | 1,755 | November 22, 2023 | 108 | apache-2.0 | ||
The official AWS SDK for Java. | ||||||||||
Aws Sdk Ruby | 3,483 | 20,462 | 1,486 | 3 days ago | 1,207 | September 01, 2021 | 30 | apache-2.0 | Ruby | |
The official AWS SDK for Ruby. | ||||||||||
Rusoto | 2,682 | 164 | 431 | 2 days ago | 26 | April 25, 2022 | 260 | mit | Rust | |
AWS SDK for Rust | ||||||||||
Aws Sdk Js V3 | 2,669 | 1,630 | 3 days ago | 342 | December 01, 2023 | 300 | apache-2.0 | TypeScript | ||
Modularized AWS SDK for JavaScript. |
This repository has samples that demonstrate various aspects of the AWS SDK for Android.
Please refer to README file in each folder for more specific instructions. For general issues and help, check the FAQs section
AmazonKinesisVideoDemoApp This is a sample mobile application that demonstrates how to stream video to Amazon Kinesis Video Streaming. Involved AWS Services are:
S3TransferUtilitySample. This is a sample mobile application that demonstrates how to use Amazon S3 Transfer Utility to download and upload files to Amazon S3. Involved AWS Services are:
PollyDemo. This is a sample mobile application that demonstrates how to use Amazon Polly. Involved AWS Services are:
Lex Sample. This is a sample mobile application that demonstrates how to use Amazon Lex. Involved AWS Services are:
This is the recommended way to run samples.
Import project (Eclipse ADT, Gradle, etc.)
. Navigate to the sample directory and select a sample project to import.ANDROID_HOME
environment variable is set to point to your Android SDK. See Getting Started with Gradle.gradlew installDebug
. Or if you on a Windows computer, use gradlew.bat
instead.We use AWS Android SDK GitHub issues for tracking questions, bugs, and feature requests.