Can not delete EventBridge rule target & EventBridge rule #6671
Labels
bug
This issue is a bug.
closing-soon
This issue will automatically close in 4 days unless further comments are made.
p2
This is a standard priority issue
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Checkboxes for prior research
Describe the bug
I used AWS sdk v3 to delete eventbridge Rule Target & Rule, the response returned with both httpStatusCode 200. But the rule does not removed.
I used this aws lambda function to invoke :
Regression Issue
SDK version number
"@aws-sdk/[email protected]"
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
20.16.0
Reproduction Steps
use the lambda function above and test it with the id target rule & rule name
Observed Behavior
returned both success with delete target & rule :
But no rule was deleted. I checked in the AWS Dashboard Console
Expected Behavior
EventBridge Rule deleted
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: