forked from awslabs/aws-deployment-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on botocore.vendored.requests
**Why?** Releases of botocore will no longer support the requests library as part of its vendored libraries. The samples/sample-expunge-vpc code was relying on this dependency indirectly. **What?** The samples/sample-expunge-vpc code included the crhelper library directly. This change will remove the dependency from being committed into this repository and install it on the fly instead. The latest update of the crhelper is removing the dependency of the botocore.vendored.requests library. So by changing this to update/install on the fly it will resolve issue awslabs#324.
- Loading branch information
Showing
6 changed files
with
11 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -e | ||
|
||
cd src/lambda_vpc | ||
|
||
pip install crhelper -t . | ||
|
||
cd - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
samples/sample-expunge-vpc/src/lambda_vpc/crhelper/log_helper.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.