aws deploy push should not resolve file symlinks and should preserve directory symlinks
Open
codedeploy-push
customization
enhancement
feature-request
p3
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
As per the title. I expect my directory structure to be preserved when running `aws deploy push`
File symlinks are resolved to the actual file which is then copied to the symlink location, overwriting the symlink.
This is wrong.
Directory symlinks are ignored all together and are absent from the zip file.
This is wrong.
There is a recurring theme across the AWS tools of breaking symlink file structure. This is wrong.
Contributor guide
Assessment
This issue has not been assessed yet.