Build a Serverless App with AWS Lambda - Hands On! - Create a chat web app using Amazon Web Services - Lambda, DynamoDB, API Gateway, S3, Cognito, CloudFront, and more.
You can learn how to build a serverless application with AWS Lambda by following this tutorial on AWS documentation. This tutorial will guide you through the process of creating a new AWS serverless application project, examining the files in the serverless application blog.cs, deploying the serverless application by right-clicking the project and choosing Publish to AWS Lambda, and testing the serverless application.
If you prefer a more hands-on approach, you can check out this Udemy course which teaches you how to create a chat web app using Amazon Web Services - Lambda, DynamoDB, API Gateway, S3, Cognito, CloudFront, and more.
What you'll learn
- Build a chat application entirely with AWS services, and no stand-alone servers at all
- Architect and design serverless applications
- Serve static resources to browsers using AWS's S3 (Simple Storage Service)
- Use Javascript to dynamically modify web pages
- Manage permissions and access policies using IAM (Identity and Access Management)
- Manipulate and vend data in the cloud using AWS Lambda
- Use CORS to manage client-side security in serverless apps
- Store and retrieve data with DynamoDB
- Model API's and create SDK's with API Gateway
- Create a user login system with Cognito
- Speed up your web app with a CloudFront CDN
Advertisement