remind101 / empire

A PaaS built on top of Amazon EC2 Container Service (ECS)
BSD 2-Clause "Simplified" License
2.69k stars 159 forks source link

Add Name attribute to Custom::ECSService #1130

Closed ejholmes closed 6 years ago

ejholmes commented 6 years ago

For parity with AWS::ECS::Service, this adds a Name attribute to Custom::ECSService, so that "Fn::GetAtt": ["Service", "Name"] works as expected.