aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
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.
**Description of Epic** Add all existing examples to SoS for the following services. This includes adding snippets to examples, and creating READMEs. - [ ] S3 - [ ] DynamoDB...
**Description of Epic** Create a web application (in a given language) that analyzes nature images located in an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Rekognition...
**What are you trying to accomplish?** AWS AppSync provides a robust, scalable GraphQL interface for application developers to combine data from multiple sources, including Amazon DynamoDB Create a web app...
In a single action example, like [CreateTable](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/example_dynamodb_CreateTable_section.html), it could help customers if we added a link to the related scenario (if there is one). This should be able to be...
**Description of Epic** Add SES and Transcibe SOS **User stories** - [ ] #2921 - [ ] #2922 - [x] #2923 - [ ] #2924 - [ ] #2926 -...
Implement the scenario and API examples from DynamoDB. Scenario Movie database (taken from the examples in [Getting Started with the AWS SDKs](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GettingStarted.html)) 1. Create a table with partition: year (N)...
Update all instances of old team email with new one
**What are you trying to accomplish?** The JavaScript v3 example already contain a [Transcribe example](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/transcribe). It uses the asynchronous API. The Transcribe service provides [an WebSocket endpoints](https://docs.aws.amazon.com/transcribe/latest/dg/streaming-websocket.html) now to support...
# Update README files The only changes in this pull request are to the service-level README files for .NET examples. _By submitting this pull request, I confirm that my contribution...
Suggestion (for MVP to cover) https://docs.aws.amazon.com/en_us/sdk-for-javascript/v2/developer-guide/ec2-example-creating-an-instance.html If you follow this and spin up an EC2 instance using the NodeJS SDK with a security group id and a subnet id, you...