You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am able to use LambdaStep to create a Lambda function that is used by SageMaker Pipelines when the Lambda does not exist. But after I update the Lambda script, I expect the Lambda function would be updated but it is not.
To reproduce
execute the sagemaker pipeline, that includes a lambda step, the first time to create the lambda function
update the lambda script
run the sagemaker pipeline again, the lambda script won't be updated to reflect the change
Expected behavior
The lambda script will be updated to reflect the change defined in the sagemaker pipeline
Screenshots or logs
N/A
System information
A description of your system. Please provide:
SageMaker Python SDK version: 2.66.2.post0
Framework name (eg. PyTorch) or algorithm (eg. KMeans): N/A
Describe the bug
I am able to use LambdaStep to create a Lambda function that is used by SageMaker Pipelines when the Lambda does not exist. But after I update the Lambda script, I expect the Lambda function would be updated but it is not.
To reproduce
Expected behavior
The lambda script will be updated to reflect the change defined in the sagemaker pipeline
Screenshots or logs
N/A
System information
A description of your system. Please provide:
2.66.2.post0
Additional context
The text was updated successfully, but these errors were encountered: