I use aws-glue now and would like to connect aws-glue to aws-aurora(Postgres)!
So, I created aws-glew job to connect aws-glue to aws-aurora(Postgres) by using pg8000.
But I get the error message like title:
ImportError: No module named pg8000
No module named pg8000
When creating job, I set parameter of python library through S3.
How can I solve this problem? And how can I connect aws-glue to aws-aurora(Postgres)?