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.
The simplest way to complete the workshop is by visiting the hosted version at webapp.serverlessworkshops.io.
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.
- Clone this repository.
- Install Hugo locally.
- Navigate to the
workshop
directorycd aws-serverless-webapp-workshop/workshop
- Launch the website locally with the following command:
hugo serve
- Visit
http://localhost:1313
in your browser and complete the workshop
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0