cloudtools / cloudtools/troposphere

ECS Entrypoint as a CommaDelimitedList

Open
#788 2 comments 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.9k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

With AWS CloudFormation I know that we can supply a CommaDelimitedList parameter for the EntryPoint property when setting up the ContainerDefinition. When I try to do the same thing using this library I get the error ```Attribute EntryPoint must be a list.```

Looking at the source I see that it is expecting a list of strings. So clearly it is doing what it is supposed to do.

Just making sure I am not missing anything here. I can easily convert my parameter to a list of strings.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.