Skip to content

Lambda cannot be updated in the SageMaker Pipelines LambdaStep #2948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
xietao0221 opened this issue Feb 22, 2022 · 0 comments
Closed

Lambda cannot be updated in the SageMaker Pipelines LambdaStep #2948

xietao0221 opened this issue Feb 22, 2022 · 0 comments
Assignees
Labels
component: pipelines Relates to the SageMaker Pipeline Platform type: bug

Comments

@xietao0221
Copy link

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

  1. execute the sagemaker pipeline, that includes a lambda step, the first time to create the lambda function
  2. update the lambda script
  3. 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
  • Framework version: N/A
  • Python version: 3.8
  • CPU or GPU: N/A
  • Custom Docker image (Y/N): N/A

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: pipelines Relates to the SageMaker Pipeline Platform type: bug
Projects
None yet
Development

No branches or pull requests

4 participants