Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with run_aws_lambda #226

Merged
merged 2 commits into from
Apr 25, 2018
Merged

Conversation

m0ngr31
Copy link
Collaborator

@m0ngr31 m0ngr31 commented Mar 29, 2018

When from StringIO import StringIO was replaced by from io import StringIO, this broke. Here's the fix.

@tgupta3
Copy link

tgupta3 commented Apr 1, 2018

I used BytesIO to fix it. tgupta3@724afeb

@m0ngr31
Copy link
Collaborator Author

m0ngr31 commented Apr 14, 2018

I've confirmed @tgupta3's version works as well. I'm fine switching to that one since it's simpler.

@m0ngr31 m0ngr31 merged commit 7456ea5 into johnwheeler:master Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants