589689.xyz

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

  • 收录时间:2020-03-05 01:45:56
  • 文件大小:4GB
  • 下载次数:33
  • 最近下载:2021-01-16 01:21:23
  • 磁力链接:

文件列表

  1. 11 - Correlation IDs_/08 - Auto-capturing incoming correlation IDs via SNS messages.mp4 95MB
  2. 03 - Testing/01 - AWS Lambda requires a different approach to testing.mp4 95MB
  3. 06 - Project Organization Tips_/02 - How should you organize your functions into repos_.mp4 93MB
  4. 16 - VPC/02 - When to use VPC and why you mostly shouldn’t.mp4 90MB
  5. 15 - Managing Configurations_/05 - Secrets Manager 101.mp4 90MB
  6. 16 - VPC/03 - You don't need VPCs to secure your functions.mp4 82MB
  7. 03 - Testing/04 - BONUS What can possibly go wrong_.mp4 80MB
  8. 15 - Managing Configurations_/01 - SSM Parameter Store 101.mp4 77MB
  9. 02 - Building API with API Gateway and Lambda_/03 - Displaying restaurants on the landing page.mp4 77MB
  10. 17 - Canary deployments_/06 - Problems with CodeDeploy.mp4 75MB
  11. 11 - Correlation IDs_/02 - Auto-capturing incoming correlation IDs via HTTP headers.mp4 75MB
  12. 09 - Monitoring/01 - Serverless monitoring requires a different way of thinking.mp4 73MB
  13. 12 - Performance/02 - Strategies to minimize cold starts.mp4 73MB
  14. 07 - Process real-time events with Kinesis & Lambda_/01 - Designing the order flow with events.mp4 73MB
  15. 17 - Canary deployments_/07 - Wrap up_Next.mp4 71MB
  16. 12 - Performance/04 - Cost considerations.mp4 69MB
  17. 17 - Canary deployments_/02 - Lambda weighted alias 101.mp4 69MB
  18. 16 - VPC/01 - Configuring Lambda functions' access to a VPC.mp4 69MB
  19. 08 - Logging/01 - Pushing logs from CloudWatch Logs to Elasticsearch.mp4 63MB
  20. 07 - Process real-time events with Kinesis & Lambda_/11 - Problems with the event-driven approach.mp4 61MB
  21. 01 - Introductions/01 - Introduction to course.mp4 56MB
  22. 01 - Introductions/04 - Serverless Framework 101.mp4 55MB
  23. 07 - Process real-time events with Kinesis & Lambda_/04 - Implementing the accept-order step.mp4 54MB
  24. 06 - Project Organization Tips_/04 - Tips for more effective teamwork.mp4 52MB
  25. 13 - Error Handling/01 - Lambda retry behaviors.mp4 51MB
  26. 07 - Process real-time events with Kinesis & Lambda_/07 - Dealing with partial failures.mp4 51MB
  27. 06 - Project Organization Tips_/03 - How should you manage shared infrastructures_.mp4 51MB
  28. 06 - Project Organization Tips_/01 - Few monolithic functions vs. many single-purpose functions.mp4 50MB
  29. 09 - Monitoring/03 - Recording custom metrics asynchronously.mp4 49MB
  30. 10 - X-Ray/04 - AWS X-Ray limitations.mp4 48MB
  31. 02 - Building API with API Gateway and Lambda_/08 - Leading practices for API Gateway.mp4 47MB
  32. 14 - Lambda Limits/03 - How to request a soft limit raise.mp4 46MB
  33. 02 - Building API with API Gateway and Lambda_/01 - Creating a landing page.mp4 46MB
  34. 12 - Performance/01 - Lifecycle of a Lambda function.mp4 46MB
  35. 12 - Performance/03 - Taking advantage of container reuse for optimization.mp4 45MB
  36. 14 - Lambda Limits/02 - Other service limits.mp4 44MB
  37. 11 - Correlation IDs_/06 - Auto-capturing incoming correlation IDs via Kinesis events.mp4 44MB
  38. 14 - Lambda Limits/01 - Hard and soft limits for Lambda.mp4 43MB
  39. 08 - Logging/03 - Sample debug-level logging.mp4 43MB
  40. 11 - Correlation IDs_/10 - Summary.mp4 42MB
  41. 16 - VPC/04 - FunctionShield.mp4 41MB
  42. 04 - Debugging/01 - Running and debugging functions locally with the Serverless Framework.mp4 41MB
  43. 01 - Introductions/05 - Managing permissions for the Serverless Framework.mp4 41MB
  44. 17 - Canary deployments_/04 - Enabling auto-rollback during deployment.mp4 41MB
  45. 05 - CI_CD_/03 - Troubleshooting AWS CodeBuild problems.mp4 40MB
  46. 01 - Introductions/03 - AWS Lambda 101.mp4 40MB
  47. 16 - VPC/05 - Encapsulating common middleware with a wrapper.mp4 40MB
  48. 09 - Monitoring/02 - Recording custom metrics synchronously.mp4 39MB
  49. 07 - Process real-time events with Kinesis & Lambda_/10 - Leading practices for using Kinesis and Lambda.mp4 38MB
  50. 02 - Building API with API Gateway and Lambda_/06 - Cognito 101.mp4 38MB
  51. 04 - Debugging/02 - Running and debugging functions locally with SAM local.mp4 37MB
  52. 17 - Canary deployments_/03 - sls deploy with weighted alias.mp4 37MB
  53. 11 - Correlation IDs_/04 - Forwarding correlation IDs via HTTP headers.mp4 36MB
  54. 08 - Logging/02 - Structured logging.mp4 36MB
  55. 07 - Process real-time events with Kinesis & Lambda_/06 - Implementing the fulfill-order step.mp4 35MB
  56. 02 - Building API with API Gateway and Lambda_/02 - Creating the restaurants API.mp4 35MB
  57. 05 - CI_CD_/01 - What is CI_CD_.mp4 34MB
  58. 07 - Process real-time events with Kinesis & Lambda_/08 - Implementing partial failure retries with SNS.mp4 34MB
  59. 07 - Process real-time events with Kinesis & Lambda_/12 - Summary.mp4 34MB
  60. 03 - Testing/03 - Writing acceptance tests.mp4 34MB
  61. 17 - Canary deployments_/05 - Problems with weighted alias.mp4 34MB
  62. 11 - Correlation IDs_/07 - Enabling debug logging on individual user events.mp4 34MB
  63. 15 - Managing Configurations_/04 - Using Middy middleware to load SSM parameters at runtime.mp4 32MB
  64. 03 - Testing/02 - Writing integration tests.mp4 31MB
  65. 11 - Correlation IDs_/01 - Laying out the plan.mp4 30MB
  66. 17 - Canary deployments_/01 - Why should we do canary deployments_.mp4 30MB
  67. 15 - Managing Configurations_/07 - Considerations for advanced use cases.mp4 29MB
  68. 15 - Managing Configurations_/02 - Referencing SSM parameters in serverless.yml.mp4 29MB
  69. 02 - Building API with API Gateway and Lambda_/07 - Securing API endpoints with Cognito user pools.mp4 29MB
  70. 07 - Process real-time events with Kinesis & Lambda_/09 - Implementing per-function IAM roles.mp4 27MB
  71. 11 - Correlation IDs_/05 - Forwarding correlation IDs via Kinesis events.mp4 27MB
  72. 09 - Monitoring/05 - Auto-creating alarms for APIs.mp4 27MB
  73. 07 - Process real-time events with Kinesis & Lambda_/02 - Implementing the place-order step.mp4 26MB
  74. 11 - Correlation IDs_/03 - Including all the captured correlation IDs in the logs.mp4 25MB
  75. 09 - Monitoring/06 - Summary.mp4 23MB
  76. 07 - Process real-time events with Kinesis & Lambda_/03 - Implementing the notify-restaurant step.mp4 23MB
  77. 05 - CI_CD_/02 - Setting up a CI_CD pipeline for deploying Lambda functions.mp4 23MB
  78. 02 - Building API with API Gateway and Lambda_/09 - Summary.mp4 23MB
  79. 07 - Process real-time events with Kinesis & Lambda_/05 - Implementing the notify-user step.mp4 22MB
  80. 02 - Building API with API Gateway and Lambda_/04 - How to secure APIs in API Gateway.mp4 21MB
  81. 05 - CI_CD_/04 - Summary.mp4 21MB
  82. 09 - Monitoring/04 - Recording memory usage and billed duration as metrics.mp4 20MB
  83. 10 - X-Ray/02 - Using X-Ray to trace Lambda executions.mp4 19MB
  84. 11 - Correlation IDs_/09 - Forwarding correlation IDs via SNS messages.mp4 18MB
  85. 10 - X-Ray/03 - Setting up custom X-Ray traces in Lambda functions.mp4 18MB
  86. 15 - Managing Configurations_/03 - Limitations with Lambda environment variables.mp4 18MB
  87. 10 - X-Ray/01 - AWS X-Ray 101.mp4 17MB
  88. 15 - Managing Configurations_/06 - Using Middy middleware to load Secrets Manager secrets at runtime.mp4 17MB
  89. 02 - Building API with API Gateway and Lambda_/05 - Securing the get-restaurants endpoint with IAM authorization.mp4 16MB
  90. 04 - Debugging/03 - Serverless Framework vs. SAM Local.mp4 11MB
  91. 0. Websites you may like/1. (FreeTutorials.Us) Download Udemy Paid Courses For Free.url 328B
  92. 0. Websites you may like/5. (Discuss.FTUForum.com) FTU Discussion Forum.url 294B
  93. 0. Websites you may like/2. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url 286B
  94. 0. Websites you may like/4. (FTUApps.com) Download Cracked Developers Applications For Free.url 239B
  95. 0. Websites you may like/How you can help Team-FTU.txt 237B
  96. 0. Websites you may like/3. (NulledPremium.com) Download Cracked Website Themes, Plugins, Scripts And Stock Images.url 163B