I'm running amazon ec2 instance. Have created a chalice project. So far, have installed pulp into the project folder using pip -install pulp -t /home/test/project/vendor/
When doing chalice deploy, I get error:
return json.dumps(serialized_body).encode(self.DEFAULT_ENCODING)
MemoryError
When deleting the pulp from the vendor folder, chalice deploy works fine. please help.