scottrfrancis / aws-doc-sdk-examples

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.rst file below.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

This is the repository for various code examples used in the public AWS documentation. For more information, see Tools to Build on AWS.

Finding code examples

The code examples are organized by AWS SDK or AWS programming tool. For example, among the top-level folders:

  • cpp for the latest version of the AWS SDK for C++ (version 1)
  • dotnet3.5 for the latest version of the AWS SDK for .NET (version 3.5)
  • gov2 for the latest version of the AWS SDK for Go (version 2)
  • javav2 for the latest version of the AWS SDK for Java (version 2)
  • javascriptv3 for the latest version of the AWS SDK for JavaScript (version 3)
  • php for the latest version of the AWS SDK for PHP (version 3)
  • python for the latest version of the AWS SDK for Python (Boto3)
  • ruby for the latest version of the AWS SDK for Ruby (version 3)

Code examples for older AWS SDK versions will be archived in this repository but no longer maintained. These include:

  • dotnet for versions of the AWS SDK for .NET prior to version 3.5
  • go for AWS SDK for Go version 1
  • java for AWS SDK for Java version 1
  • javascript for AWS SDK for JavaScript version 2

As AWS SDK major version numbers increment, this repository will begin to more consistently reflect their version numbers among these folders to make these distinctions clearer. For example, if and when the AWS SDK for Ruby moves to a version 4, a new rubyv4 folder will be added. Then when AWS officially announces that AWS SDK for Ruby version 3 has been deprecated, the ruby folder will be deleted.

Other top-level folders include:

  • aws-cli for script examples for use with the AWS Command Line Interface (AWS CLI).
  • cloudformation for example templates for use with AWS CloudFormation.
  • iam_policies for example policy documents for use with AWS Identity and Access Management (IAM).
  • lambda_functions for example function code for use with AWS Lambda.
  • typescript for TypeScript-based code examples for use with the AWS Cloud Development Kit (CDK), and other AWS services. (For TypeScript-based code examples for use with the AWS SDK for JavaScript, see the javascriptv3 folder.)

Note that the scripts folder contains scripts that the AWS documentation team uses internally to build the code examples into various AWS documentation sets.

Building and running code examples

Inside each language-specific directory, we include a README file that explains how to build and run the examples in the directory.

The example code in the language-specific directories is organized by the AWS service command in the AWS Command Line Interface (AWS CLI) Command Reference (s3 for Amazon S3 examples, and so on).

Proposing new code examples

To propose a new code example for the AWS documentation team to consider working on, create a request.

Note that the AWS documentation team prefers to produce code examples that cover broader scenarios and use cases, versus simple code snippets that cover only individual API calls.

Submitting code examples for use in AWS documentation

If you plan to contribute examples for use in the documentation (the purpose of this repository), read this section carefully so that we can work together effectively. For process instructions and additional guidance, see the Guidelines for contributing.

Copyright and License

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

Except where otherwise noted, all examples in this collection are licensed under the Apache license, version 2.0 (the "License"). The full license text is provided in the LICENSE file accompanying this repository.

About

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.rst file below.

License:Apache License 2.0


Languages

Language:Java 29.1%Language:Python 16.2%Language:Go 13.5%Language:C# 9.8%Language:PHP 8.8%Language:C++ 6.1%Language:Ruby 5.5%Language:JavaScript 5.4%Language:TypeScript 3.5%Language:HTML 0.9%Language:Shell 0.6%Language:CMake 0.4%Language:CSS 0.1%Language:Makefile 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%Language:C 0.0%Language:Kotlin 0.0%Language:Dockerfile 0.0%