Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {
  2. "errorMessage": "Unable to import module 'lambda_function'"
  3. }
  4.  
  5. $ zip ../path/to/my/deployment-package.zip ./my_function.py
  6.  
  7. $ cd ../path/to/my/py2.7_virtualenv
  8. $ zip -ru ../path/to/deployment-package.zip *
  9.  
  10. $ ls -l
  11. $ -rw-r--r-- 1 user staff 9036477 Feb 26 00:15 deployment-package.zip
  12.  
  13. $ unzip deployment-package.zip
  14. ...
  15. $ ls
  16. deployment-package.zip XlsxWriter-0.9.6.dist-info
  17. _markerlib pip
  18. boto3 pip-7.1.0.dist-info
  19. boto3-1.4.4.dist-info pkg_resources
  20. botocore python_dateutil-2.6.0.dist-info
  21. botocore-1.5.18.dist-info s3transfer
  22. concurrent s3transfer-0.1.10.dist-info
  23. dateutil setuptools
  24. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement