- AWS Administration Cookbook
- Lucas Chan Rowan Udell
- 205字
- 2021-07-09 18:18:28
Custom resources
As discussed previously in this chapter, it's common for there to be a lengthy wait between the release of a new AWS feature and your ability to use that feature in CloudFormation.
Before custom resources, this led AWS developers down the path of doing over 95 percent of their automation in CloudFormation and then running some CLI commands to fill in the gaps. It was often difficult to tell exactly which resources belonged to which stack, and knowing exactly when your stack had finished execution became a guessing game.
Fast forward to today, and the emerging pattern is to use a custom resource to delegate to a AWS Lambda function. Lambda can fill in the gaps by making API calls on your behalf, and it becomes much easier to track the heritage and completion of these resources.
- Machine Learning for Cybersecurity Cookbook
- Python Artificial Intelligence Projects for Beginners
- 精通特征工程
- Statistics for Data Science
- 從零開始學PHP
- JRuby語言實戰技術
- Cortex-M3嵌入式處理器原理與應用
- Hands-On Deep Learning with Go
- 玩機器人 學單片機
- FANUC工業機器人虛擬仿真教程
- 開放自動化系統應用與實戰:基于標準建模語言IEC 61499
- EDA技術及其創新實踐(Verilog HDL版)
- 工業機器人基礎
- 創客機器人實戰:基于Arduino和樹莓派
- 仿蛛機器人的設計與制作