hraverkar / aws-javascript-developer-guide-v2

The open source version of the AWS SDK for JavaScript Developer Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS JavaScript Developer Guide V2

The open source version of the AWS SDK for JavaScript Developer Guide.

This repository contains source content for the official AWS SDK for JavaScript Developer Guide. The source code for the AWS SDK for JavaScript 2.0_ is also on GitHub, at https://github.com/aws/aws-sdk-js.

Recent Updates

You can find out when this guide has had major updates and what those updates were by looking in the Document History topic.

Reporting issues

You can use the Issues section of this repository to report problems in the documentation. When submitting an issue, please indicate:

  • what page the issue occurs on; a URL or filename is best.
  • what the issue is, using as much detail as you can provide. The issue might be simple. For example: "The page has a typo; the word 'complie' in the third paragraph should be 'compile'." If the issue is more complex, please describe it with enough detail so that it's clear to the AWS documentation team what the problem is.

Contributing fixes and updates

To contribute your own documentation fixes or updates, please use standard GitHub procedures for forking the repository and submitting a pull request.

Code Examples

The code examples featured in this documentation can also be found in a separate repository: aws-doc-sdk-examples. Some examples were written for Node.js while others were written for browser script execution. The header comments at the top of each code file have additional information.

In addition to examples in JavaScript, you'll also find examples for each of the other AWS SDKs in the aws-doc-sdk-examples repository. If you find issues with any of the examples, you can submit issues or fork the aws-doc-sdk-examples repository and submit a pull request!

The code examples are provided under the Apache 2.0 open source license. See the example repository's README for more details.

Copyright and license

All content in this repository, unless otherwise stated, is Copyright © 2010-2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.

Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (the "License"). Use the preceding link for a human-readable summary of the license terms. The full license text is available at: http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode and in the LICENSE file accompanying this repository.

License Summary

The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.

The sample code within this documentation is made available under a modified MIT license. See the LICENSE-SAMPLECODE file.

About

The open source version of the AWS SDK for JavaScript Developer Guide

License:Other