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.
hosted on [Amazon Elastic Container Registry (ECR)](https://docs.aws.amazon.com/AmazonECR/latest/userguide/what-is-ecr.html). This image will be preloaded
The automated tests for C++ examples can be run using the Python script [run_automated_tests.py](run_automated_tests.py). The script contains instructions for its use.
For information about the dependencies needed to run the examples, see the [DockerFile](Dockerfile).
- As an AWS best practice, grant all code least privilege, or only the permissions required to perform a task. For more information, see `Grant Least Privilege
<https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#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. For more information, see `Region
Table <https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/>`_ on the AWS website.
- Running this code might result in charges to your AWS account.
- To propose a new code example for the AWS documentation team to consider producing, create a
new request. The team is looking to produce code examples that cover broader scenarios and use
cases, versus simple code snippets that cover only individual API calls. For instructions, see