I have built out a bunch of micro-services (mainly deployed Lambda functions) that I have Cloudformation templates already created (One Cloudformation template deploys one micro-service). Now I want to create one single PCF deployment script to deploy all of these micro-services in some sort of logical sequence/hierarchy, and also deploy some additional cloud resources that are not covered by any of the existing microservice Cloudformation templates. It would be nice to have a Cloudformation template particle to address my use case.
Use Case:
I have built out a bunch of micro-services (mainly deployed Lambda functions) that I have Cloudformation templates already created (One Cloudformation template deploys one micro-service). Now I want to create one single PCF deployment script to deploy all of these micro-services in some sort of logical sequence/hierarchy, and also deploy some additional cloud resources that are not covered by any of the existing microservice Cloudformation templates. It would be nice to have a Cloudformation template particle to address my use case.