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
I receive an error when I try to create Glue Crawler using CfnCrawler construct.
Regression Issue
Select this option if this issue appears to be a regression.
Last Known Working CDK Version
No response
Expected Behavior
The crawler is created as expected.
Current Behavior
The creation ends up with the error
Resource handler returned message: "SQS queue XXXXX does not exist or the role provided does not have access to it. (Service: Glue, Status Code: 400, Request ID: XXXXXX)" (RequestToken: XXXXX, HandlerErrorCode: InvalidRequest)
Describe the bug
I receive an error when I try to create Glue Crawler using CfnCrawler construct.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
The crawler is created as expected.
Current Behavior
The creation ends up with the error
Reproduction Steps
I have following CDK code
Possible Solution
No response
Additional Information/Context
I managed to create the crawler manually in AWS Web Console using the same queues, role, and bucket.
CDK CLI Version
2.1006.0 (build a3b9762)
Framework Version
2.185.0
Node.js Version
v22.13.1
OS
Linux
Language
TypeScript
Language Version
TypeScript 5.8.2
Other information
No response
The text was updated successfully, but these errors were encountered: