Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.38 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.38 KB

Serverless web application

This workshop shows you how to build a dynamic, serverless web application. You'll learn how to host static web resources with Amazon S3, how to use Amazon Cognito to manage users and authentication, and how to build a RESTful API for backend processing using Amazon API Gateway, AWS Lambda and Amazon DynamoDB.

Completing the workshop

The simplest way to complete the workshop is by visiting the hosted version at webapp.serverlessworkshops.io.

What's Included

This repository includes the following folders:

  • deck: PDF copies of the presentation materials for this workshop.
  • resources: Any required sample code, IAM policies, or Cloudformation templates needed to complete the workshop.
  • workshop: A Hugo site with instructions for completing the workshop.

Running locally

  1. Clone this repository.
  2. Install Hugo locally.
  3. Navigate to the workshop directory
    cd aws-serverless-webapp-workshop/workshop
  4. Launch the website locally with the following command:
    hugo serve
  5. Visit http:https://localhost:1313 in your browser and complete the workshop

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0