Is it possible to trigger codebuild from aws cloudformation?
I'm trying to write a template that configures the whole ecs fargate server and its code pipeline. There is no problem in all other configurations, but the image is empty because it is right after creating the ecr in cloudformation,…