Will AWS Codepipeline pass symlinks to Codebuild in artifacts
问题 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? 回答1: Up to now, AWS CodePipeline doesn't support symlinks in source. Refer to Source