-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Single cross service level README template
[Example](link to example) <-- Delete this sentence from template
High-level description of the real-world use case that this example addresses. <-- Delete this sentence from template
- 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.
List prerequisites. <-- Delete this sentence from template
Writer can choose to use the CDK, console, or an SDK for their example. This section should be comprehensive and include every step. If using the console, images are helpful. <-- Delete this sentence from template
Varies by language, and clearly illustrates the workflow of building the app. Should include descriptions of code not included as code comments in actual examples. <-- Delete this sentence from template
This section should walk the user step-by-step through deleting the resources using the CDK. Or, if they created the resources manually, provide a reminder to delete them. <-- Delete this sentence from template
To avoid charges, delete all the resources that you created for this tutorial.
If you created your resources through the AWS Management Console, or modified them by running the app, you must use the console to delete them.
If you created your resources using AWS CloudFormation, you can delete them by deleting the stack. For more information, see Deleting a stack on the AWS CloudFormation console.
Note: By running the app, you modified the table and the bucket, so you must delete these resources manually through the console before you can delete the stack.
Congratulations! You have [description of what example achieves].
[Describe other potential use cases for the skills they learned.] <-- Delete this sentence from template
- [Cross-service examples](link to cross-service level README for the language)
- [Relevant service developer guide(s)](link to developer guide(s))
- [Relevant service API reference guide(s)](link to developer guide(s))
- [Relevant SDK API reference guide](link to API reference guide(s))
- 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