Torrent Downloads » Other » [ DevCourseWeb com ] Udemy - Building REST APIs with Serverless Framework on AWS
Other
[ DevCourseWeb com ] Udemy - Building REST APIs with Serverless Framework on AWS
Torrent info
Name:[ DevCourseWeb com ] Udemy - Building REST APIs with Serverless Framework on AWS
Infohash: 1C1BB56CEC92A1CC701D4A00DA8AFCC09683D89E
Total Size: 3.37 GB
Magnet: Magnet Download
Seeds: 6
Leechers: 4
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2022-06-06 01:33:27 (Update Now)
Torrent added: 2022-06-03 01:01:44
Alternatives:[ DevCourseWeb com ] Udemy - Building REST APIs with Serverless Framework on AWS Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 3.37 GB) (Files: 158)
Get Bonus Downloads Here.url
~Get Your Files Here !
01 - Introduction
001 Introduction.mp4
001 Introduction_en.vtt
02 - Serverless Fundamentals
001 Section overview.mp4
001 Section overview_en.vtt
002 Introduction to AWS Lambda.mp4
002 Introduction to AWS Lambda_en.vtt
003 AWS Lambda demo.mp4
003 AWS Lambda demo_en.vtt
004 Introduction to Amazon API Gateway.mp4
004 Introduction to Amazon API Gateway_en.vtt
005 Introduction to Amazon DynamoDB.mp4
005 Introduction to Amazon DynamoDB_en.vtt
006 Introduction to Identity and Access Management (IAM).mp4
006 Introduction to Identity and Access Management (IAM)_en.vtt
007 Introduction to CloudWatch.mp4
007 Introduction to CloudWatch_en.vtt
008 CloudWatch Demo.mp4
008 CloudWatch Demo_en.vtt
sls-rest-api-main
gitignore
handler.js
npmignore
package-lock.json
package.json
serverless.yml
03 - Building a Serverless REST API
001 Application overview.mp4
001 Application overview_en.vtt
002 Architecture overview.mp4
002 Architecture overview_en.vtt
003 Installing Serverless CLI.mp4
003 Installing Serverless CLI_en.vtt
004 Creating Serverless Service.mp4
004 Creating Serverless Service_en.vtt
005 Building the first Lambda function and connect with API Gateway.mp4
005 Building the first Lambda function and connect with API Gateway_en.vtt
006 Creating other CRUD endpoints.mp4
006 Creating other CRUD endpoints_en.vtt
007 Viewing the resources on AWS console.mp4
007 Viewing the resources on AWS console_en.vtt
008 Creating a DynamoDB table with CloudFromation.mp4
008 Creating a DynamoDB table with CloudFromation_en.vtt
009 Implementing CreateNote Lambda function.mp4
009 Implementing CreateNote Lambda function_en.vtt
010 Using serverless-iam-role-per-function plugin.mp4
010 Using serverless-iam-role-per-function plugin_en.vtt
011 Implementing UpdateNote Lambda function.mp4
011 Implementing UpdateNote Lambda function_en.vtt
012 Implementing DeleteNote Lambda function.mp4
012 Implementing DeleteNote Lambda function_en.vtt
013 Implementing GetNotes Lambda function.mp4
013 Implementing GetNotes Lambda function_en.vtt
014 Section Summary.mp4
014 Section Summary_en.vtt
sls-rest-api-main
authorizer.js
gitignore
handler.js
npmignore
package-lock.json
package.json
serverless.yml
04 - Implementing Access Control
001 Using API Key.mp4
001 Using API Key_en.vtt
002 When should we use API Key.mp4
002 When should we use API Key_en.vtt
003 API Gateway Usage Plan Demo.mp4
003 API Gateway Usage Plan Demo_en.vtt
004 Introduction to Lambda Authorizer.mp4
004 Introduction to Lambda Authorizer_en.vtt
005 Implementing the Lambda Authorizer.mp4
005 Implementing the Lambda Authorizer_en.vtt
006 Lambda Authorizer Logs.mp4
006 Lambda Authorizer Logs_en.vtt
007 Introduction to Cognito User Pool.mp4
007 Introduction to Cognito User Pool_en.vtt
008 Creating a User Pool using AWS Console.mp4
008 Creating a User Pool using AWS Console_en.vtt
009 Using aws-jwt-verifier in the Lambda Authorizer.mp4
009 Using aws-jwt-verifier in the Lambda Authorizer_en.vtt
010 Cognito User Pool Authorizer.mp4
010 Cognito User Pool Authorizer_en.vtt
011 An important note about Cognito User Pool Authorizer.mp4
011 An important note about Cognito User Pool Authorizer_en.vtt
012 Creating the Cognito User Pool with CloudFormation (IaC).mp4
012 Creating the Cognito User Pool with CloudFormation (IaC)_en.vtt
013 Using Environment Variables.mp4
013 Using Environment Variables_en.vtt
014 Introduction to SSM Parameter Store.mp4
014 Introduction to SSM Parameter Store_en.vtt
015 Creating the Parameter with CloudFormation.mp4
015 Creating the Parameter with CloudFormation_en.vtt
016 Updating configurations and testing the API.mp4
016 Updating configurations and testing the API_en.vtt
sls-rest-api-main
authorizer.js
gitignore
handler.js
npmignore
package-lock.json
package.json
resources.yml
serverless.yml
05 - Working with Multiple Environments
001 Introduction.mp4
001 Introduction_en.vtt
002 Deleting the current stack.mp4
002 Deleting the current stack_en.vtt
003 Multi-environment configurations.mp4
003 Multi-environment configurations_en.vtt
004 Creating a new DEMO environment.mp4
004 Creating a new DEMO environment_en.vtt
005 Testing the environment.mp4
005 Testing the environment_en.vtt
sls-rest-api-main
authorizer.js
gitignore
handler.js
npmignore
package-lock.json
package.json
resources.yml
serverless.yml
06 - Creating a Continuous Delivery Pipeline
001 Introduction.mp4
001 Introduction_en.vtt
002 A Word about CI and CD.mp4
002 A Word about CI and CD_en.vtt
003 Creating a CodePipeline.mp4
003 Creating a CodePipeline_en.vtt
004 Creating the buildspec.yml file for the Build Stage.mp4
004 Creating the buildspec.yml file for the Build Stage_en.vtt
005 Testing the Build Stage of the Pipeline.mp4
005 Testing the Build Stage of the Pipeline_en.vtt
006 Where are the Build Artifacts.mp4
006 Where are the Build Artifacts_en.vtt
007 Configuring the Deploy Stage.mp4
007 Configuring the Deploy Stage_en.vtt
008 Troubleshooting the Deploy Stage.mp4
008 Troubleshooting the Deploy Stage_en.vtt
009 Implementing Manual Approval Stage.mp4
009 Implementing Manual Approval Stage_en.vtt
sls-rest-api-main
authorizer.js
config
build
buildspec.dev.yml
deploy
buildspec.dev.yml
gitignore
handler.js
npmignore
package-lock.json
package.json
resources.yml
serverless.yml
07 - Securing the API
001 Coming soon.html
08 - Monitoring and Troubleshooting
001 Coming soon.html
09 - Advanced Topics
001 Handling Large Payloads.html
002 Handling Async Processing.html
003 Adding Muti-Tenant Support.html
10 - Bonus!
001 API Gateway Authorization Methods for FullStack Developers.mp4
001 API Gateway Authorization Methods for FullStack Developers_en.vtt
001 Watch-more-cloud-videos-on-my-YouTube-channel.url
002 DynamoDB Crash Course.mp4
002 DynamoDB Crash Course_en.vtt
external-links.txt
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Udemy - Building REST APIs with Serverless Framework on AWS Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size







