Created
May 3, 2017 02:00
-
-
Save mweagle/2648a75a5989fbb541ba405476a68494 to your computer and use it in GitHub Desktop.
Python core shim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bytesWritten = lib.Lambda(funcName.encode(‘utf-8’), | |
json.dumps(request).encode(‘utf-8’), | |
credentials.access_key.encode(‘utf-8’), | |
credentials.secret_key.encode(‘utf-8’), | |
credentials.token.encode(‘utf-8’), | |
byref(exitCode), | |
response_content_type_buffer, | |
MAX_RESPONSE_CONTENT_TYPE_SIZE-1, | |
response_buffer, | |
MAX_RESPONSE_SIZE-1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment