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