MANNING | Production-Ready Serverless: Operational Best Practices [FCO]

seeders: 15
leechers: 14
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 128
  • Language: English

Files

[FreeCoursesOnline.Me] [MANNING] Production-Ready Serverless Operational Best Practices [FCO] 01 - Introductions
  • 01 - Introduction to course.mp4 (56.1 MB)
  • 03 - AWS Lambda 101.mp4 (40.0 MB)
  • 04 - Serverless Framework 101.mp4 (54.8 MB)
  • 05 - Managing permissions for the Serverless Framework.mp4 (40.9 MB)
02 - Building API with API Gateway and Lambda_
  • 01 - Creating a landing page.mp4 (46.3 MB)
  • 02 - Creating the restaurants API.mp4 (34.8 MB)
  • 03 - Displaying restaurants on the landing page.mp4 (77.3 MB)
  • 04 - How to secure APIs in API Gateway.mp4 (21.0 MB)
  • 05 - Securing the get-restaurants endpoint with IAM authorization.mp4 (15.7 MB)
  • 06 - Cognito 101.mp4 (38.1 MB)
  • 07 - Securing API endpoints with Cognito user pools.mp4 (28.9 MB)
  • 08 - Leading practices for API Gateway.mp4 (47.0 MB)
  • 09 - Summary.mp4 (22.6 MB)
03 - Testing
  • 01 - AWS Lambda requires a different approach to testing.mp4 (94.6 MB)
  • 02 - Writing integration tests.mp4 (31.0 MB)
  • 03 - Writing acceptance tests.mp4 (33.8 MB)
  • 04 - BONUS What can possibly go wrong_.mp4 (80.3 MB)
04 - Debugging
  • 01 - Running and debugging functions locally with the Serverless Framework.mp4 (40.9 MB)
  • 02 - Running and debugging functions locally with SAM local.mp4 (37.4 MB)
  • 03 - Serverless Framework vs. SAM Local.mp4 (11.4 MB)
05 - CI_CD_
  • 01 - What is CI_CD_.mp4 (34.3 MB)
  • 02 - Setting up a CI_CD pipeline for deploying Lambda functions.mp4 (23.1 MB)
  • 03 - Troubleshooting AWS CodeBuild problems.mp4 (40.2 MB)
  • 04 - Summary.mp4 (20.9 MB)
06 - Project Organization Tips_
  • 01 - Few monolithic functions vs. many single-purpose functions.mp4 (49.9 MB)
  • 02 - How should you organize your functions into repos_.mp4 (92.6 MB)
  • 03 - How should you manage shared infrastructures_.mp4 (50.9 MB)
  • 04 - Tips for more effective teamwork.mp4 (51.7 MB)
07 - Process real-time events with Kinesis & Lambda_
  • 01 - Designing the order flow with events.mp4 (72.7 MB)
  • 02 - Implementing the place-order step.mp4 (26.2 MB)
  • 03 - Implementing the notify-restaurant step.mp4 (23.2 MB)
  • 04 - Implementing the accept-order step.mp4 (54.3 MB)
  • 05 - Implementing the notify-user step.mp4 (21.6 MB)
  • 06 - Implementing the fulfill-order step.mp4 (35.0 MB)
  • 07 - Dealing with partial failures.mp4 (51.0 MB)
  • 08 - Implementing partial failure retries with SNS.mp4 (34.2 MB)
  • 09 - Implementing per-function IAM roles.mp4 (26.9 MB)
  • 10 - Leading practices for using Kinesis and Lambda.mp4 (38.2 MB)
  • 11 - Problems with the event-driven approach.mp4 (61.1 MB)
  • 12 - Summary.mp4 (34.2 MB)
08 - Logging
  • 01 - Pushing logs from CloudWatch Logs to Elasticsearch.mp4 (63.0 MB)
  • 02 - Structured logging.mp4 (35.9 MB)
  • 03 - Sample debug-level logging.mp4 (43.0 MB)
09 - Monitoring
  • 01 - Serverless monitoring requires a different way of thinking.mp4 (73.1 MB)
  • 02 - Recording custom metrics synchronously.mp4 (39.1 MB)
  • 03 - Recording custom metrics asynchronously.mp4 (49.5 MB)
  • 04 - Recording memory usage and billed duration as metrics.mp4 (19.8 MB)
  • 05 - Auto-creating alarms for APIs.mp4 (26.6 MB)
  • 06 - Summary.mp4 (23.3 MB)
0. Websites you may like
  • 1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url (0.3 KB)
  • 2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url (0.3 KB)
  • 3. (NulledPremium.com) Download Cracked Website Themes, Plugins, Scripts And Stock Images.url (0.2 KB)
  • 4. (FTUApps.com) Download Cracked Developers Applications For Free.url (0.2 KB)
  • 5. (Discuss.FTUForum.com) FTU Discussion Forum.url (0.3 KB)
  • How you can help Team-FTU.txt (0.2 KB)
10 - X-Ray
  • 01 - AWS X-Ray 101.mp4 (17.3 MB)
  • 02 - Using X-Ray to trace Lambda executions.mp4 (19.2 MB)
  • 03 - Setting up custom X-Ray traces in Lambda functions.mp4 (18.3 MB)
  • 04 - AWS X-Ray limitations.mp4 (47.5 MB)
11 - Correlation IDs_
  • 01 - Laying out the plan.mp4 (30.5 MB)
  • 02 - Auto-capturing incoming correlation IDs via HTTP headers.mp4 (75.2 MB)
  • 03 - Including all the captured correlation IDs in the logs.mp4 (24.6 MB)
  • 04 - Forwarding correlation IDs via HTTP headers.mp4 (36.0 MB)
  • 05 - Forwarding correlation IDs via Kinesis events.mp4 (26.9 MB)
  • 06 - Auto-capturing incoming correlation IDs via Kinesis events.mp4 (43.7 MB)
  • 07 - Enabling debug logging on individual user events.mp4 (33.6 MB)
  • 08 - Auto-capturing incoming correlation IDs via SNS messages.mp4 (95.2 MB)
  • 09 - Forwarding correlation IDs via SNS messages.mp4 (18.4 MB)
  • 10 - Summary.mp4 (41.5 MB)
12 - Performance
  • 01 - Lifecycle of a Lambda function.mp4 (45.5 MB)
  • 02 - Strategies to minimize cold starts.mp4 (72.9 MB)
  • 03 - Taking advantage of container reuse for optimization.mp4 (45.1 MB)
  • 04 - Cost considerations.mp4 (68.8 MB)
13 - Error Handling
  • 01 - Lambda retry behaviors.mp4 (51.5 MB)
14 - Lambda Limits
  • 01 - Hard and soft limits for Lambda.mp4 (43.4 MB)
  • 02 - Other service limits.mp4 (43.9 MB)
  • 03 - How to request a soft limit raise.mp4 (46.5 MB)
15 - Managing Configurations_
  • 01 - SSM Parameter Store 101.mp4 (77.4 MB)
  • 02 - Referencing SSM parameters in serverless.yml.mp4 (29.1 MB)
  • 03 - Limitations with Lambda environment variables.mp4 (17.6 MB)
  • 04 - Using Middy middleware to load SSM parameters at runtime.mp4 (31.7 MB)
  • 05 - Secrets Manager 101.mp4 (89.5 MB)
  • 06 - Using Middy middleware to load Secrets Manager secrets at runtime.mp4 (16.5 MB)
  • 07 - Considerations for advanced use cases.mp4 (29.2 MB)
16 - VPC
  • 01 - Configur

Description



Author : Yan Cui
Publisher : Manning Publications
Released : Feb, 2018
Duration : 9h 16m
Language : English
Torrent Contains :
Course Source : https://www.manning.com/livevideo/production-ready-serverless

Video Description

See it. Do it. Learn it! Production-Ready Serverless: Operational Best Practices introduces you to leading patterns and practices for creating operationally sound serverless applications using AWS Lambda, API Gateway, and Kinesis. You'll enjoy the professionally-produced video instruction from AWS expert Yan Cui, along with live exercises, text-based navigation, and the other innovative features built into Manning's liveVideo platform.

Production-Ready Serverless: Operational Best Practices teaches you how to build applications that take advantage of AWS Lambda and other AWS platform features like API Gateway and Kinesis. AWS expert Yan Cui guides you from writing your first AWS Lambda functions through handling the operational challenges Lambda can bring as you integrate serverless development practices into your applications. You'll build a basic e-commerce site piece by piece, including a Lambda-based web API using the API Gateway service. This hands-on course introduces processing events in real-time using Lambda and Kinesis Streams, implementing security against common OWASP attacks, modern serverless design patterns, and best practices for maximizing performance and minimizing cost!

About the subject

AWS Lambda is a platform for running cloud-hosted functions—small, single-responsibility services that handle tasks and orchestrate data flow among other AWS services. Lambda functions responds to the events triggered by users and your application. AWS automatically scales Lambda for you based on demand, so you can minimize infrastructure plumbing management and enjoy the reliability, security, and responsiveness you need to create amazing applications!

Prerequisites

For developers with some experience building cloud-based applications on AWS.

What you will learn

• Creating and deploying Lambda functions with the Serverless framework
• Building web APIs with Lambda and API Gateway
• Implementing authentication and authorization using API Gateway, IAM, and Cognito User Pools
• Implementing canary deployments using API Gateway and Lambda
• Processing real-time events with Lambda and Kinesis Streams
• Collecting and aggregating analytics events in real-time
• Testing Lambda functions
• Managing configurations for Lambda functions at scale
• Securing applications against common OWASP attacks
• Leading practices for Lambda, API Gateway and Kinesis Serverless design patterns

About the instructor

Yan Cui has worked with AWS since 2010 and has architected and implemented many scalable backend systems running on AWS, including a successful mobile game with 1,000,000 daily active users. He has worked with AWS Lambda in production extensively in the last 18 months, including migrating a social network from a monolithic backend architecture running on EC2 to an event-driven, service-oriented architecture centered around AWS Lambda. Yan is also an AWS hero!

For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/






Download torrent
3.9 GB
seeders:15
leechers:14
MANNING | Production-Ready Serverless: Operational Best Practices [FCO]


Trackers

tracker name
udp://tracker.iamhansen.xyz:2000/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.uw0.xyz:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://denis.stalker.upeer.me:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://tracker.tiny-vps.com:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
µTorrent compatible trackers list

Download torrent
3.9 GB
seeders:15
leechers:14
MANNING | Production-Ready Serverless: Operational Best Practices [FCO]


Torrent hash: BB9126BFBD8E758E1649D610DB2E51EA3DBE1A5D