Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(s3-deployment): custom resource fails to run aws-cli (#3668)
* fix(s3-deployment): custom resource fails to run aws-cli Due to a change in our build environment (superchain) to Amazon Linux, the structure of the python modules installed in the s3 deployment custom resource lambda handler changed and the "yaml" module ended up under `lib64` instead of `lib`. Also, upgrade awscli to 1.16.218 and boto3 to 1.9.208 Fixes #3656 * do not attempt to move files from lib64 if they dont exist
- Loading branch information