2 Answers
- Newest
- Most votes
- Most comments
1
SageMaker Python SDK, as a third party Python package, is not naturally installed Lambda's default runtime. You need to install this package.
You can either follow steps in https://docs.aws.amazon.com/lambda/latest/dg/python-package.html to form a zip archive or similarly install sagemaker Python SDK as a layer as in https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
This should provide a similar runtime env as you container.
answered 2 years ago
0
I have build a codepipeline where after build I am executing lambda in the deploy stage.
In Lamdba I am executing the docker image.
To execute docker image I need to first provide it file from s3 and after script processing file generated need to move to S3.
Is it actually possible in Lambda limitations?
answered 2 years ago
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago