Skip to content

Commit

Permalink
get main branch module (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishalp-crest authored Jan 4, 2024
1 parent 8e46253 commit 3d2cf8f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
6 changes: 5 additions & 1 deletion awslambda.json
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,10 @@
"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"
Expand All @@ -1135,7 +1139,7 @@
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
"input_file": "wheels/shared/six-1.15.0-py2.py3-none-any.whl"
},
{
"module": "urllib3",
Expand Down
1 change: 1 addition & 0 deletions awslambda_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def _sanitize_data(self, cur_obj):
return cur_obj

def _make_boto_call(self, action_result, method, paginate=False, empty_payload=False, **kwargs):

if paginate is False:
try:
boto_func = getattr(self._client, method)
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
boto3==1.17.30
docutils==0.18
six==1.15.0
Binary file added wheels/shared/docutils-0.18-py2.py3-none-any.whl
Binary file not shown.
Binary file added wheels/shared/six-1.15.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/six-1.16.0-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 3d2cf8f

Please sign in to comment.