Description:
Author: Lawrence Ogrodnek
Last updated: 3/18/2019
Language: English
Torrent Contains: 44 Files, 12 Folders
Course Source:
https://www.lynda.com/Amazon-Web-Services-tutorials/Deploying-REST-Services-Chalice-AWS/806156-2.html Description:
Serverless architectures are growing in popularity due to their low cost and promises of hands-off configuration. Chalice, a microframework for writing serverless Python apps for Amazon Web Services (AWS), is one of the easiest ways to develop and deploy serverless applications. This course explains how to leverage Chalice specifically for deploying serverless REST services. Learn how to implement common REST components, add authentication, and use Cognito for integrating a front-end app and adding sign-up and sign-in features. Instructor Larry Ogrodnek also explains how to set up advanced options such as IAM policy generation and SAM deployment, and how to perform testing of your service. Finally, learn how to set up a continuous deployment pipeline that takes advantage of everything Chalice has to offer.
Topics include:
• Serverless components for REST services
• Creating your first Chalice app
• Routing requests
• Customizing responses
• Implementing basic authentication
• Integrating Cognito
• Setting up custom policies
• Splitting up an app
• Writing and running tests
• Creating a CD pipeline with CodePipeline.