-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from aws-solutions/release/v1.5.1
Update to v1.5.1
- Loading branch information
Showing
136 changed files
with
11,254 additions
and
12,520 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,69 @@ | ||
|
||
.DS_Store | ||
inputs.md/* | ||
source/example* | ||
**/__pycache__/* | ||
source/playbooks/**/_description.txt | ||
deployment/temp/* | ||
deployment/test/* | ||
|
||
**/build | ||
**/package | ||
**/global-s3-assets | ||
**/regional-s3-assets | ||
**/open-source | ||
**/.zip | ||
**/tmp | ||
**/out-tsc | ||
|
||
# dependencies | ||
**/node_modules | ||
|
||
# coverage | ||
**/coverage | ||
**/package | ||
**/.coverage | ||
|
||
# misc | ||
**/npm-debug.log | ||
**/testem.log | ||
**/.vscode/settings.json | ||
**/*.zip | ||
**/*local-runner* | ||
**/*create-stack.sh | ||
|
||
|
||
# System Files | ||
**/.DS_Store | ||
**/.vscode | ||
|
||
# CDK files | ||
*.js | ||
!jest.config.js | ||
*.d.ts | ||
node_modules | ||
|
||
# CDK asset staging directory | ||
.cdk.staging | ||
cdk.out | ||
|
||
# Python modules | ||
*.dist-info | ||
source/solution_deploy/source/certifi | ||
source/solution_deploy/source/chardet | ||
source/solution_deploy/source/idna | ||
source/solution_deploy/source/requests | ||
source/solution_deploy/source/urllib3 | ||
|
||
# Parcel build directories | ||
.cache | ||
.build | ||
|
||
*.idea | ||
|
||
# Build files | ||
source/playbooks/*/template | ||
deployment/setenv.sh | ||
source/solution_deploy/source/bin | ||
source/playbooks/*/source/lib/* | ||
deployment/temp |
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
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
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 +1,7 @@ | ||
requests>=2.25.0 | ||
requests==2.28.1 | ||
## urllib3 should match Lambda runtime | ||
urllib3==1.26.6 | ||
## The following requirements were added by pip freeze: | ||
certifi==2022.12.7 | ||
charset-normalizer==2.1.1 | ||
idna==3.4 |
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,7 +1,32 @@ | ||
pytest-mock>=3.1.0 | ||
pytest>=4.2.1 | ||
pytest-cov | ||
pytest-env | ||
bandit | ||
boto3==1.23.9 | ||
requests==2.27.1 | ||
bandit==1.7.4 | ||
## 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 | ||
pytest==7.2.0 | ||
pytest-cov==4.0.0 | ||
pytest-env==0.8.1 | ||
pytest-mock==3.10.0 | ||
requests==2.28.1 | ||
## urllib3 and six should match Lambda runtime | ||
urllib3==1.26.13 | ||
six==1.16.0 | ||
## The following requirements were added by pip freeze: | ||
attrs==22.1.0 | ||
certifi==2022.12.7 | ||
charset-normalizer==2.1.1 | ||
coverage==6.5.0 | ||
exceptiongroup==1.0.4 | ||
gitdb==4.0.10 | ||
GitPython==3.1.29 | ||
idna==3.4 | ||
iniconfig==1.1.1 | ||
jmespath==0.10.0 | ||
packaging==22.0 | ||
pbr==5.11.0 | ||
pluggy==1.0.0 | ||
python-dateutil==2.8.2 | ||
PyYAML==6.0 | ||
s3transfer==0.5.2 | ||
smmap==5.0.0 | ||
stevedore==4.1.1 | ||
tomli==2.0.1 |
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
Oops, something went wrong.