You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
Additional context
Having a look at the Boto3 code, it looks like this might not be a Cloudformation output problem, but rather how you're parsing the Glue API call results.
If you're accepting PRs, I can take a stab at fixing this one.
The text was updated successfully, but these errors were encountered:
Describe the bug
When recording a Glue Connection, the resulting Cloudformation text is malformed.
Related Mapping
glue.createConnection
Related Language
Cloudformation
To Reproduce
Expected behavior
This is what I get currently:
It should be something like:
Screenshots
n/a
Additional context
Having a look at the Boto3 code, it looks like this might not be a Cloudformation output problem, but rather how you're parsing the Glue API call results.
If you're accepting PRs, I can take a stab at fixing this one.
The text was updated successfully, but these errors were encountered: