# @title AWS SDK for JavaScript in the Browser # Getting Started with the SDK in the Browser ## Loading the SDK The quickest way to get started with the SDK is to load it using the hosted package directly from Amazon Web Services. To do this, simply add the following script tag to your HTML pages: You can also download this package by clicking the following link: [aws-sdk-2.0.5.min.js](https://sdk.amazonaws.com/js/aws-sdk-2.0.5.min.js) Once the SDK is loaded in your page, the module will be available from the global variable `AWS` (or `window.AWS`). ## Browser Support The SDK supports all modern web browsers:
Google Chrome | 28.0+ | Microsoft Internet Explorer | 10.0+ |
Mozilla Firefox | 23.0+ | Apple Safari | 5.1+ |
Opera | 17.0+ | Android Browser | 4.3+ |