capitalone / Particle-Cloud-Framework

https://capitalone.github.io/Particle-Cloud-Framework/docs/build/html/index.html
Apache License 2.0
36 stars 28 forks source link

Create an AWS Cloudformation Template Particle #122

Closed ethanwlo closed 5 years ago

ethanwlo commented 5 years ago

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.