Custom resources in AWS CloudFormation allow you to extend the capabilities of CloudFormation by adding custom logic. Below are some tutorials to help you get started with creating and using custom resources.
Tutorials
- Introduction to AWS CloudFormation Custom Resources
- Creating a Custom Resource Using AWS Lambda
- Using AWS SDKs with Custom Resources
Common Use Cases
- Automation: Automate complex workflows that are not natively supported by CloudFormation.
- Interactions: Interact with other AWS services or external systems.
- Custom Logic: Implement custom logic that cannot be achieved using the built-in CloudFormation features.
Resources
AWS CloudFormation Architecture