Upload artifacts which contain lambdas
See original GitHub issueAs I understand, the Task.upload_artifact
function in ClearML is limited by what Python’s pickle.dump
can do. As of now pickle.dump
cannot deal with objects that contain lambda
functions.
Is there a way to upload these objects without resorting to storing the object on disk with e.g. dill and then uploading the file?
Issue Analytics
- State:
- Created a year ago
- Comments:15
Top Results From Across the Web
Lambda deployment packages - AWS Documentation
Open the Functions page on the Lambda console. · Select a function. · In the Code Source pane, choose Upload from and then...
Read more >Artifacts - The Serverless Way
Sometimes you might want to upload a zipfile for a Lambda function or scripts ... To set this up you can use the...
Read more >Optimise upload of deployment artifacts · Issue #8666 - GitHub
When configuring the lambda artifact location in CF template internally resolve hash for given artifact and return name dedicated for S3 bucket.
Read more >How to conditionally upload Lambda artifact to s3 with ...
I use a separate project to keep Lambda code, which has separate build pipeline and deploy to the same s3 bucket.
Read more >Serverless Lambda deployment tutorial - Harness.io Docs
Objectives · Before you begin · Limitations · Create the Deploy stage · Add the manifest · Add the artifact. Installing Serverless on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@gbartyzel, Actually no, we somehow missed that 😃 I’ll make sure it’s out in the next version that’s supposed to be released in a week or two.
@gbartyzel That is the plan 😃 Will update here once it’s out!