Closed danjoneslf closed 3 years ago
This allows us to get things like build lambda zip files and copy them to where terraform expects them
copy_artifacts.py -h for usage copy_artifacts.py -e for example input JSON
copy_artifacts.py -h
copy_artifacts.py -e
Turns the artifact name into CODEBUILD_SRC_DIR_{artifact_name} and appends the specified source path. Copies to target path.
CODEBUILD_SRC_DIR_{artifact_name}
source
target
This allows us to get things like build lambda zip files and copy them to where terraform expects them
copy_artifacts.py -h
for usagecopy_artifacts.py -e
for example input JSONTurns the artifact name into
CODEBUILD_SRC_DIR_{artifact_name}
and appends the specifiedsource
path. Copies totarget
path.