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

Using Glue Docker container for local development via SDK (boto3) or CLI #190

Open
babaMar opened this issue Jul 31, 2023 · 0 comments
Open

Comments

@babaMar
Copy link

babaMar commented Jul 31, 2023

Wondering if the image I'm using: amazon/aws-glue-libs:glue_libs_4.0.0_image_01 supports all Glue functionalities. Specifically I'd like to test boto3 Glue methods like: client.create_connection, create_job, ... where client points to the running docker container client = boto3.client('glue', endpoint_url=f'http://localhost:{port}', use_ssl=False).

Now for port I tried 4040 and 18080 found in this AWS blog, without success.

Is there a port where the container is listening to such API calls? (e.g. aws glue get-jobs --no-verify-ssl --endpoint-url http://localhost:...)

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

No branches or pull requests

1 participant