-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Service level README template
[Example](link to example) <-- Delete this sentence from template
High-level description of the purpose of the folder
Service blurb, taken from the landing page for the service, such as S3. For longer blurbs, use only the first 1 - 2 sentences.
- 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 your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see Grant least privilege.
- This code is not tested in every AWS Region. For more information, see AWS Regional Services.
Each section contains a list of the relevant types of code examples available for the service, sorted alphabetically by title. <-- Delete this sentence from template
If there are language-level prerequisites that apply to all examples, put them in the language level README (see template), and link to it as one of the prerequisites for the service level. <-- Delete this sentence from template
- [Hello service](relative link to code example)
Code excerpts that show you how to call individual service functions.
- [Abbreviated title of code example (to match SOS), using imperative form of verb](relative link to code example)(API command)
Code examples that show you how to accomplish a specific task by calling multiple functions within the same service.
- [Title of code example](relative link to code example)
Sample applications that work across multiple AWS services.
- [Title of code example](relative link to code example)
Minimum instructions required to run examples. This varies from language to language. <-- Delete this sentence from template
Minimum instructions required to run tests. <-- Delete this sentence from template
- [Service Developer Guide](link to developer guide)
- [Service API Reference](link to service API reference)
- [SDK API reference guide](link to this service's section in the SDK API reference guide)
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0
- About the AWS SDK Code Examples repo
- Code quality guidelines - testing and linting
- Code comment guidelines
- Sample files guidelines
- Cross-service example guidelines
- README templates
-
Code example standards
- General standards
- .NET code example standards
- C++ code example standards
- CLI/Bash code example standards
- Go code example standards
- Kotlin code example standards
- Java code example standards
- JavaScript code example standards
- PHP code example standards
- Python code example standards
- Swift code example standards
- SAP-ABAP code example standards
- Ruby code example standards
- Rust code example standards