Skip to content

Instantly share code, notes, and snippets.

@boxabirds
Created June 10, 2020 16:30
Show Gist options
  • Save boxabirds/35b64ed736cdaf726e3ec16498a47436 to your computer and use it in GitHub Desktop.
Save boxabirds/35b64ed736cdaf726e3ec16498a47436 to your computer and use it in GitHub Desktop.
Never include moto in your production dependencies "PythonPipBuilder:ResolveDependencies - WARNING: pip is being invoked by an old script wrapper"
https://github.com/spulec/moto is great for mocking out AWS,
but I accidentally had it included in requirements.txt instead of a dev dependency.
Completely insane cryptic messages when calling sam build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment