Skip to content
Advertisement

Tag: aws-sam-cli

aws sam build not able to build packages which require paramiko due to “Error: PythonPipBuilder:ResolveDependencies”

I’ve been learning the ropes with AWS SAM and have successfully deployed a number of lambdas together with dependencies and other AWS services. However, I seem to have run into a problem when trying to deploy a lambda which relies on some specific dependencies. Here is my requirements.txt file: This file is found in “packageRoot/myCodeUri/requirements.txt” When I run sam build

Advertisement