From 9b3271d3ce40bd24d8d50c8cdbe0888c9a4b04f9 Mon Sep 17 00:00:00 2001 From: mishalp-crest Date: Thu, 4 Jan 2024 11:31:13 +0530 Subject: [PATCH] updated json --- awslambda.json | 42 +++--------------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/awslambda.json b/awslambda.json index 70de896..7e2ce34 100644 --- a/awslambda.json +++ b/awslambda.json @@ -21,38 +21,6 @@ "Cloud API, September 13, 2021" ], "app_wizard_version": "1.0.0", - "pip3_dependencies": { - "wheel": [ - { - "module": "boto3", - "input_file": "wheels/shared/boto3-1.17.30-py2.py3-none-any.whl" - }, - { - "module": "botocore", - "input_file": "wheels/shared/botocore-1.20.112-py2.py3-none-any.whl" - }, - { - "module": "jmespath", - "input_file": "wheels/shared/jmespath-0.10.0-py2.py3-none-any.whl" - }, - { - "module": "python_dateutil", - "input_file": "wheels/shared/python_dateutil-2.8.2-py2.py3-none-any.whl" - }, - { - "module": "s3transfer", - "input_file": "wheels/shared/s3transfer-0.3.7-py2.py3-none-any.whl" - }, - { - "module": "six", - "input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl" - }, - { - "module": "urllib3", - "input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl" - } - ] - }, "configuration": { "access_key": { "description": "Access Key", @@ -1143,7 +1111,7 @@ "versions": "EQ(*)" } ], - "pip39_dependencies": { + "pip_dependencies": { "wheel": [ { "module": "boto3", @@ -1153,10 +1121,6 @@ "module": "botocore", "input_file": "wheels/shared/botocore-1.20.112-py2.py3-none-any.whl" }, - { - "module": "docutils", - "input_file": "wheels/shared/docutils-0.18-py2.py3-none-any.whl" - }, { "module": "jmespath", "input_file": "wheels/shared/jmespath-0.10.0-py2.py3-none-any.whl" @@ -1171,11 +1135,11 @@ }, { "module": "six", - "input_file": "wheels/shared/six-1.15.0-py2.py3-none-any.whl" + "input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl" }, { "module": "urllib3", - "input_file": "wheels/shared/urllib3-1.26.16-py2.py3-none-any.whl" + "input_file": "wheels/shared/urllib3-1.26.18-py2.py3-none-any.whl" } ] }