-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
1,171 additions
and
558 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
Large diffs are not rendered by default.
Oops, something went wrong.
327 changes: 229 additions & 98 deletions
327
source/lambda/multi_account_custom_resources/npm-shrinkwrap.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
39 changes: 5 additions & 34 deletions
39
source/lambda/quicksight-custom-resources/requirements-dev.txt
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 |
---|---|---|
@@ -1,36 +1,7 @@ | ||
mock==5.1.0 | ||
moto==4.1.0 | ||
pytest==7.2.0 | ||
moto==4.2.6 | ||
pytest==7.4.2 | ||
pytest-cov==4.1.0 | ||
pytest-env==0.8.1 | ||
## boto3 and botocore should match Lambda runtime: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html | ||
boto3==1.20.32 | ||
botocore==1.23.32 | ||
## jmespath, python-dateutil, s3transfer, six, and urllib3 should match Lambda runtime | ||
jmespath==0.10.0 | ||
python-dateutil==2.8.2 | ||
s3transfer==0.5.2 | ||
six==1.16.0 | ||
urllib3==1.26.9 | ||
## The following requirements were added by pip freeze: | ||
attrs==22.2.0 | ||
certifi==2023.07.22 | ||
cffi==1.15.1 | ||
charset-normalizer==2.1.1 | ||
coverage==7.0.5 | ||
cryptography~=41.0.0 | ||
exceptiongroup==1.1.0 | ||
idna==3.4 | ||
iniconfig==2.0.0 | ||
Jinja2==3.1.2 | ||
MarkupSafe==2.1.1 | ||
packaging==23.0 | ||
pluggy==1.0.0 | ||
pycparser==2.21 | ||
requests==2.31.0 | ||
responses==0.22.0 | ||
toml==0.10.2 | ||
tomli==2.0.1 | ||
types-toml==0.10.8.1 | ||
Werkzeug~=2.2.3 | ||
xmltodict==0.13.0 | ||
pytest-env==1.0.1 | ||
boto3 | ||
botocore |
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 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 |
---|---|---|
@@ -1,19 +1,5 @@ | ||
coverage==7.0.5 | ||
pytest==7.2.0 | ||
pytest==7.4.2 | ||
pytest-cov==4.1.0 | ||
## boto3 and botocore should match Lambda runtime: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html | ||
boto3==1.20.32 | ||
botocore==1.23.32 | ||
# ## jmespath, python-dateutil, s3transfer, six, and urllib3 should match Lambda runtime | ||
jmespath==0.10.0 | ||
python-dateutil==2.8.2 | ||
s3transfer==0.5.2 | ||
six==1.16.0 | ||
urllib3==1.26.9 | ||
## The following requirements were added by pip freeze: | ||
attrs==22.2.0 | ||
exceptiongroup==1.1.0 | ||
iniconfig==2.0.0 | ||
packaging==23.0 | ||
pluggy==1.0.0 | ||
tomli==2.0.1 | ||
boto3 | ||
botocore |
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 |
---|---|---|
@@ -1,8 +1,4 @@ | ||
crhelper==2.0.11 | ||
requests==2.31.0 | ||
## urllib3 should match Lambda runtime | ||
urllib3==1.26.9 | ||
## The following requirements were added by pip freeze: | ||
certifi==2023.07.22 | ||
charset-normalizer==2.1.1 | ||
idna==3.4 | ||
urllib3<2 | ||
|
Oops, something went wrong.