API - activateEventSource and deactivateEventSource - Possible bug

0

Hey there!

I'm trying to use activateEventSource and deactivateEventSource on Lambda using aws-sdk. We have a rule with the following name:

example_name-rule

When we try calling the API methods, the following response is returned:

ValidationException: 1 validation error detected: Value 'example_name-rule' at 'name' failed to satisfy constraint: Member must satisfy regular expression pattern: aws.partner(/[.-_A-Za-z0-9]+){2,}

It looks to me that this is a bug. Note this bit: (/\[.-_A-Za-z0-9]+){2,} (Link for proper formatting: https://regexr.com/5gnfl)

Shouldn't this be (/[.-_A-Za-z0-9]+){2,}? (Link for proper formatting: https://regexr.com/5gnfu) Dashes are allowed in names, which is why we could create the rule in the first place.

Am I doing something wrong?

已提問 3 年前檢視次數 191 次
1 個回答
0

Closing this, this is entirely my mistake.

I mixed up between Partner Event Source and Rules. Apologies.

已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南