AWS Mobile Hub Sample Web App

project is being hosted in the region.

The temporary AWS ID of the current user is:

On this page

This page is delivered by a sample web app created with the AWS Mobile Hub Hosting and Streaming feature.

Hosting and Streaming uses the Amazon Simple Storage Service (Amazon S3) ability to statically host web content. Your website is distributed through a global CDN using Amazon Cloudfront.

The configuration files generated for this Mobile Hub project can support JavaScript calls to AWS services from a hybrid web/native app. The project can also produce iOS and Android apps that uses the same assets as this web app. Learn more about the Hosting and Streaming feature.

JavaScript for AWS Web Apps

The AWS SDK for JavaScript allows your web app to use a range of powerful AWS services including, database, serverless logic, push notification and more.

Upon page load, the sample web app used this SDK to establish a temporary unauthenticated AWS identity for the user by calling the Amazon Cognito service. Constants for the AWS services you configured in your Mobile Hub project are stored for use by your web app in the aws-config.js file in the root folder of this web app, and also aws-exports.js is generated to support the integration of your AWS Services using JavaScript ES6 export syntax.

Managing Your Web App Assets

You can review, upload, move or delete the files stored in your bucket using the Amazon S3 console, through the AWS Command Line Interface (AWS CLI), or through a variety of third party tools.

Find more information at Hosting and Streaming in the AWS Mobile Hub Developer Guide.