Skip to content

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops

License

Notifications You must be signed in to change notification settings

ellisms/aws-serverless-webapp-workshop

 
 

Repository files navigation

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://localhost:1313 in your browser and complete the workshop

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

About

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.1%
  • JavaScript 27.4%
  • Vue 17.0%
  • HTML 14.3%
  • Python 2.2%