Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Created January 19, 2016 11:28
Show Gist options
  • Save tkuchiki/06b36ece29267569c3ba to your computer and use it in GitHub Desktop.
Save tkuchiki/06b36ece29267569c3ba to your computer and use it in GitHub Desktop.
error lambda
Unable to import module 'lambda_function': /var/task/array.so: undefined symbol: PyUnicodeUCS2_FromUnicode
import lamvery
def lambda_handler(event, context):
print("hoge")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment