FileMood

Download [FreeCoursesOnline.Me] [MANNING] Production-Ready Serverless Operational Best Practices [FCO]

FreeCoursesOnline Me MANNING Production Ready Serverless Operational Best Practices FCO

Name

[FreeCoursesOnline.Me] [MANNING] Production-Ready Serverless Operational Best Practices [FCO]

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

4.2 GB

Total Files

96

Last Seen

2025-07-19 00:29

Hash

BB9126BFBD8E758E1649D610DB2E51EA3DBE1A5D

/01 - Introductions/

01 - Introduction to course.mp4

58.9 MB

03 - AWS Lambda 101.mp4

41.9 MB

04 - Serverless Framework 101.mp4

57.5 MB

05 - Managing permissions for the Serverless Framework.mp4

42.9 MB

/02 - Building API with API Gateway and Lambda_/

01 - Creating a landing page.mp4

48.5 MB

02 - Creating the restaurants API.mp4

36.5 MB

03 - Displaying restaurants on the landing page.mp4

81.1 MB

04 - How to secure APIs in API Gateway.mp4

22.1 MB

05 - Securing the get-restaurants endpoint with IAM authorization.mp4

16.5 MB

06 - Cognito 101.mp4

39.9 MB

07 - Securing API endpoints with Cognito user pools.mp4

30.3 MB

08 - Leading practices for API Gateway.mp4

49.2 MB

09 - Summary.mp4

23.7 MB

/03 - Testing/

01 - AWS Lambda requires a different approach to testing.mp4

99.1 MB

02 - Writing integration tests.mp4

32.5 MB

03 - Writing acceptance tests.mp4

35.5 MB

04 - BONUS What can possibly go wrong_.mp4

84.2 MB

/04 - Debugging/

01 - Running and debugging functions locally with the Serverless Framework.mp4

42.9 MB

02 - Running and debugging functions locally with SAM local.mp4

39.2 MB

03 - Serverless Framework vs. SAM Local.mp4

12.0 MB

/05 - CI_CD_/

01 - What is CI_CD_.mp4

36.0 MB

02 - Setting up a CI_CD pipeline for deploying Lambda functions.mp4

24.2 MB

03 - Troubleshooting AWS CodeBuild problems.mp4

42.1 MB

04 - Summary.mp4

21.9 MB

/06 - Project Organization Tips_/

01 - Few monolithic functions vs. many single-purpose functions.mp4

52.4 MB

02 - How should you organize your functions into repos_.mp4

97.1 MB

03 - How should you manage shared infrastructures_.mp4

53.3 MB

04 - Tips for more effective teamwork.mp4

54.3 MB

/07 - Process real-time events with Kinesis & Lambda_/

01 - Designing the order flow with events.mp4

76.3 MB

02 - Implementing the place-order step.mp4

27.5 MB

03 - Implementing the notify-restaurant step.mp4

24.3 MB

04 - Implementing the accept-order step.mp4

57.0 MB

05 - Implementing the notify-user step.mp4

22.6 MB

06 - Implementing the fulfill-order step.mp4

36.7 MB

07 - Dealing with partial failures.mp4

53.5 MB

08 - Implementing partial failure retries with SNS.mp4

35.9 MB

09 - Implementing per-function IAM roles.mp4

28.2 MB

10 - Leading practices for using Kinesis and Lambda.mp4

40.1 MB

11 - Problems with the event-driven approach.mp4

64.1 MB

12 - Summary.mp4

35.8 MB

/08 - Logging/

01 - Pushing logs from CloudWatch Logs to Elasticsearch.mp4

66.0 MB

02 - Structured logging.mp4

37.6 MB

03 - Sample debug-level logging.mp4

45.1 MB

/09 - Monitoring/

01 - Serverless monitoring requires a different way of thinking.mp4

76.7 MB

02 - Recording custom metrics synchronously.mp4

41.0 MB

03 - Recording custom metrics asynchronously.mp4

51.9 MB

04 - Recording memory usage and billed duration as metrics.mp4

20.7 MB

05 - Auto-creating alarms for APIs.mp4

27.9 MB

06 - Summary.mp4

24.4 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

18.2 MB

02 - Using X-Ray to trace Lambda executions.mp4

20.1 MB

03 - Setting up custom X-Ray traces in Lambda functions.mp4

19.2 MB

04 - AWS X-Ray limitations.mp4

49.8 MB

/11 - Correlation IDs_/

01 - Laying out the plan.mp4

31.9 MB

02 - Auto-capturing incoming correlation IDs via HTTP headers.mp4

78.8 MB

03 - Including all the captured correlation IDs in the logs.mp4

25.8 MB

04 - Forwarding correlation IDs via HTTP headers.mp4

37.8 MB

05 - Forwarding correlation IDs via Kinesis events.mp4

28.2 MB

06 - Auto-capturing incoming correlation IDs via Kinesis events.mp4

45.8 MB

07 - Enabling debug logging on individual user events.mp4

35.2 MB

08 - Auto-capturing incoming correlation IDs via SNS messages.mp4

99.8 MB

09 - Forwarding correlation IDs via SNS messages.mp4

19.3 MB

10 - Summary.mp4

43.6 MB

/12 - Performance/

01 - Lifecycle of a Lambda function.mp4

47.7 MB

02 - Strategies to minimize cold starts.mp4

76.4 MB

03 - Taking advantage of container reuse for optimization.mp4

47.3 MB

04 - Cost considerations.mp4

72.2 MB

/13 - Error Handling/

01 - Lambda retry behaviors.mp4

54.0 MB

/14 - Lambda Limits/

01 - Hard and soft limits for Lambda.mp4

45.6 MB

02 - Other service limits.mp4

46.0 MB

03 - How to request a soft limit raise.mp4

48.8 MB

/15 - Managing Configurations_/

01 - SSM Parameter Store 101.mp4

81.1 MB

02 - Referencing SSM parameters in serverless.yml.mp4

30.5 MB

03 - Limitations with Lambda environment variables.mp4

18.5 MB

04 - Using Middy middleware to load SSM parameters at runtime.mp4

33.2 MB

05 - Secrets Manager 101.mp4

93.9 MB

06 - Using Middy middleware to load Secrets Manager secrets at runtime.mp4

17.3 MB

07 - Considerations for advanced use cases.mp4

30.6 MB

/16 - VPC/

01 - Configuring Lambda functions' access to a VPC.mp4

71.9 MB

02 - When to use VPC and why you mostly shouldn’t.mp4

94.9 MB

03 - You don't need VPCs to secure your functions.mp4

86.0 MB

04 - FunctionShield.mp4

43.0 MB

05 - Encapsulating common middleware with a wrapper.mp4

41.7 MB

/17 - Canary deployments_/

01 - Why should we do canary deployments_.mp4

31.6 MB

02 - Lambda weighted alias 101.mp4

71.9 MB

03 - sls deploy with weighted alias.mp4

38.5 MB

04 - Enabling auto-rollback during deployment.mp4

42.5 MB

05 - Problems with weighted alias.mp4

35.4 MB

06 - Problems with CodeDeploy.mp4

79.0 MB

07 - Wrap up_Next.mp4

74.4 MB

 

Total files 96


Copyright © 2025 FileMood.com