I have some symlinks in my github repo.
When I have a Codebuild project that clones directly from github, symlinks are preserved.
I switched so that Codepipeline listens for changes in my dev
branch in github, and passes the artifacts to codebuild.
Since making this switch, Codebuild can't see the symlinks anymore.
Is this by design, or am I perhaps missing something in how my codepipeline is configured?