Calvin Feng
Results
1
comments of
Calvin Feng
This worked for me, but I am looking forward to the actual support for SageMaker SDK in Lambda. ```bash mkdir lambda_deployment cd lambda_deployment touch lambda_function.py ``` Write the logic in...