Building Serverless Applications on AWS


Details
Please note, there are 2 sessions on the same workshop
April 24: 09:00 - 12:30
April 24: 13:30 - 17:00
!! Please register here to attend: https://aws.amazon.com/events/aws-serverless-workshop-il/ !!
What are the AWS Serverless Workshops?
Get hands-on experience with Serverless Architecture and AWS Lambda. During this workshop you will deploy a serverless web application that enables users to request unicorn rides. The application includes an HTML based user interface, a backend with a RESTful web service to submit the request and dispatch a nearby unicorn. The application will also provide facilities for users to register with the service and log in before requesting rides.
The deployed application architecture uses AWS Lambda, Amazon API Gateway, Amazon S3, Amazon DynamoDB, and Amazon Cognito. S3 hosts static web resources including HTML, CSS, JavaScript, and image files which are loaded in the user's browser. JavaScript executed in the browser sends and receives data from a public backend API built using Lambda and API Gateway. Amazon Cognito provides user management and authentication functions to secure the backend API. Finally, DynamoDB provides a persistence layer where data can be stored by the API's Lambda function.

Building Serverless Applications on AWS