CircleCI-Public / aws-parameter-store-orb

MIT License
4 stars 8 forks source link

Doesn't support slashes in parameter names #9

Closed poneill-spark closed 4 years ago

poneill-spark commented 4 years ago

Orb version

1.0.0

What happened

environment: line 15: /tmp/parameterstore//my/test/parameter: No such file or directory
Exited with code 1

Expected behavior

Not clear - not only is that not a valid filename on its own, but even if it were it's not a valid environment variable name so far as I can tell. I guess we'd need to replace slashes with... something (underscores? dashes?) to make the name both a valid filename and a valid environment variable name.