[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-4107":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":16,"starSnapshotCount":16,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},4107,"aws-doc-sdk-examples","awsdocs\u002Faws-doc-sdk-examples","awsdocs","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.","",null,"Java",10423,5836,202,144,0,1,3,15,4,45,"Apache License 2.0",false,"main",true,[27,28,29,30,31,32,33,34,35,36,37,38],"aws","cpp","documentation","dotnet","examples","go","java","javascript","php","programming","python","ruby","2026-06-12 02:00:58","[![Build Status](https:\u002F\u002Fgithub.com\u002Faws\u002Faws-sdk-ruby\u002Fworkflows\u002FCI\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fawsdocs\u002Faws-doc-sdk-examples\u002Factions)\n[![GitHub Super-Linter](https:\u002F\u002Fgithub.com\u002Fawsdocs\u002Faws-doc-sdk-examples\u002Factions\u002Fworkflows\u002Fsuper-linter.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fmarketplace\u002Factions\u002Fsuper-linter)\n![[]](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT%2FApache--2.0-blue)\n\n# AWS SDK Code Examples\n\nThis repository contains code examples that demonstrate how to use the [AWS SDKs](https:\u002F\u002Faws.amazon.com\u002Fdeveloper\u002Ftools\u002F) to interact with [AWS services](https:\u002F\u002Faws.amazon.com\u002Fproducts).\n\nMany examples are injected into the [AWS Documentation](https:\u002F\u002Fdocs.aws.amazon.com).\n\n## How this repository is organized\n\nCode examples for each language's SDK can be found within the following subdirectories. The examples here demonstrate the most common uses of the SDK for each language.\n\n|     SDK    |       folder      | SDK version |\n|:----------:|:-----------------:|:-----------:|\n| .NET       | [dotnetv3\u002F](dotnetv3)         | 3.5+        |\n| .NET       | [dotnet\u002F](.dotnet)           | \u003C3.5        |\n| C++        | [cpp\u002F](cpp)              | 1           |\n| Go         | [gov2\u002F](gov2)            | 2           |\n| Go         | [go\u002F](go)               | 1           |\n| Java       | [javav2\u002F](javav2)           | 2           |\n| Java       | [java\u002F](java)             | 1           |\n| JavaScript | [javascriptv3\u002F](javascriptv3)     | 3           |\n| JavaScript | [javascript\u002F](javascriptv)       | 2           |\n| Kotlin     | [kotlin\u002F](kotlin)           | 1             |\n| PHP        | [php\u002F](php)              | 3           |\n| Python     | [python\u002F](python)           | 3           |\n| Ruby       | [ruby\u002F](ruby)             | 3           |\n| Rust       | [rustv1\u002F](rustv1) | 1             |\n| Swift      | [swift\u002F](swift)            | preview           |\n\nWithin each directory, you will find SDK-specific instructions for understanding and invoking example code.\n\n### NOTE\nIn alignment with our SDKs and Tools Maintenance Policy, the AWS SDK for Java v1.x will enter maintenance mode on July 31, 2024, and reach end-of-support on December 31, 2025.\n\nFor more information, see [Announcing end-of-support for AWS SDK for Java v1.x](https:\u002F\u002Faws.amazon.com\u002Fblogs\u002Fdeveloper\u002Fannouncing-end-of-support-for-aws-sdk-for-java-v1-x-on-december-31-2025\u002F).\n\n\n### Additional directories\n\n| directory                     | purpose                                                                                                                                                     | usage                                                                                                                                                                                  |\n|-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [\u002Fapplications](applications) | Contains the non-language-specific components of example applications, which show how the SDKs can be used in the context of a production-like application. | To view the language-specific components for each example application, see the `cross-service` folder in the sub-directory for your desired language (such as `python\u002Fcross-service`). |\n| [\u002Ftest](test)                 | Contains all components supporting the custom test automation framework used to routinely test the code in this repository.                                 | Deploys to AWS as a polyglot container-based integration testing solution. WARNING: Still under active construction as of 2023.                                                        |\n| [\u002Fresources](resources)       | Contains shared components used by many code examples across this repository.                                                                               | Deploys as frontend ([\u002Fclients](\u002Fresources\u002Fclients)) or backend ([\u002Fcdk](\u002Fresources\u002Fcdk) or [\u002Fcfn](\u002Fresources\u002Fcfn)) components.                                                         \n\n\n## Invoke example code\n\nTo invoke this example code, you must have an AWS account. For more information about creating an account, see [AWS Free Tier](https:\u002F\u002Faws.amazon.com\u002Ffree\u002F).\n\nYou must also have AWS credentials configured. For steps on using the AWS Command Line Interface (AWS CLI) to configure credentials, see [CLI Configuration basics](https:\u002F\u002Fdocs.aws.amazon.com\u002Fcli\u002Flatest\u002Fuserguide\u002Fcli-configure-quickstart.html)\n\n## ⚠️ Usage disclaimer\n\nThese code examples interact with services that may incur charges to your AWS account. For more information, see [AWS Pricing](https:\u002F\u002Faws.amazon.com\u002Fpricing\u002F).\n\nAdditionally, example code might theoretically modify or delete existing AWS resources. As a matter of due diligence, do the following:\n\n- Be aware of the resources that these examples create or delete.\n- Be aware of the costs that might be charged to your account as a result.\n- Back up your important data.\n\n# Contributing\n\nThis repository thrives on your contributions! ❤️ To get involved, see the [CONTRIBUTING.md](CONTRIBUTING.md). 🙏\n\n# Requests\n\nRequests for examples can be made via [Issue tracker](https:\u002F\u002Fgithub.com\u002Fawsdocs\u002Faws-doc-sdk-examples\u002Fissues\u002Fnew?assignees=octocat&labels=type%2Fenhancement&projects=&template=enhancement.yaml&title=%5BEnhancement%5D%3A+%3CDESCRIPTIVE+TITLE+HERE%3E).\n\n## How we prioritize contributions and requests\nOur team reviews all requests, evaluating them for the following:\n- Clarity\n- Relevance\n- Feasibility\n\n**All examples requests should be made as early as possible. For larger examples, this should be at least two months in advance of the required date.**\n\nBased on the evaluation, we determine the priority of each request and allocate resources accordingly. We prioritize requests that are clear, relevant, and can be completed in a reasonable amount of time. An accompanying high quality PR increases the chance we can address the request.\n\nPlease note that some requests, such as bug fixes and security issues, take priority over new code examples. Additionally, we have finite resources and our own priorities that guide the development of code examples. If you have any questions or would like to contribute, please refer to our [contribution guide](https:\u002F\u002Fgithub.com\u002Fawsdocs\u002Faws-doc-sdk-examples\u002Fblob\u002Fmain\u002FCONTRIBUTING.md).\n\n\n## Tributaries\n\nThe AWS Documentation includes source code examples from several additional sources. These sources are called tributaries, flowing into the \"river\" of AWS Documentation.\n\n* [awsdocs\u002Faws-doc-sdk-examples](https:\u002F\u002Fgithub.com\u002Fawsdocs\u002Faws-doc-sdk-examples)\n* [aws-samples\u002Fserverless-snippets](https:\u002F\u002Fgithub.com\u002Faws-samples\u002Fserverless-snippets)\n* [aws\u002Faws-tools-for-powershell](https:\u002F\u002Fgithub.com\u002Faws\u002Faws-tools-for-powershell)\n\n# Copyright and license\n\nAll content in this repository, unless otherwise stated, is\nCopyright © Amazon Web Services, Inc. or its affiliates. All rights reserved.\n\nExcept where otherwise noted, all examples in this collection are licensed under the [Apache\nlicense, version 2.0](https:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0) (the \"License\"). The full\nlicense text is provided in the `LICENSE` file accompanying this repository.\n\nPlease include the following licensing text as a comment at top of all possible files:\n\n*Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\nSPDX-License-Identifier: Apache-2.0*\n","awsdocs\u002Faws-doc-sdk-examples 是一个包含 AWS SDK 代码示例的仓库，用于展示如何使用各种编程语言的 AWS SDK 与 AWS 服务进行交互。项目涵盖了 Java、Python、JavaScript 等多种主流编程语言，并且按照不同版本和语言组织代码示例，便于开发者根据具体需求快速找到合适的示例。这些示例不仅展示了 AWS 服务的基本操作，还提供了详细的执行指南，帮助用户更好地理解和使用 AWS SDK。该项目适合需要在应用程序中集成 AWS 服务的开发者，无论是初学者还是有经验的工程师都能从中受益。",2,"2026-06-11 02:58:28","top_language"]