aws-samples / sagemaker-custom-project-templates

MIT No Attribution
214 stars 156 forks source link

update the group name #5

Closed Saggi432 closed 2 years ago

Saggi432 commented 2 years ago

Issue #, if available:

Description of changes:

Fixes the below error.

[ERROR] IndexError: list index out of rangeTraceback (most recent call last):  File "/var/task/lambda_function.py", line 149, in lambda_handler    group_id = gl.groups.list(search='my-group')[0].id [ERROR] IndexError: list index out of range Traceback (most recent call last):   File "/var/task/lambda_function.py", line 149, in lambda_handler     group_id = gl.groups.list(search='my-group')[0].id

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.