Implementing Custom Resource and CFN Response
Written by Arunava Mukherjee, Operations Manager As most of the enterprises use Cloudformation to provision resources and also in the CI/CD, pipeline, but what about the resources that are not supported by Cloudformation, and what if you want to implement the logic that cloudformation does not support inbuilt. Here AWS Cloudformation custom resources can help you fulfill above objective. Before reading this…