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
This is about the need for validation of the methodArn. The methodArn value is split and then the parts like region, resource and stage are validated. We see if resource and stage are empty or not. Just wondering in what cases stage and region can be empty? Also, is there a possibility that resource is having invalid characters? Currently it is checked agains the regex which allows numbers, alphabets, -, . and *.
The text was updated successfully, but these errors were encountered:
This is about the need for validation of the methodArn. The methodArn value is split and then the parts like region, resource and stage are validated. We see if resource and stage are empty or not. Just wondering in what cases stage and region can be empty? Also, is there a possibility that resource is having invalid characters? Currently it is checked agains the regex which allows numbers, alphabets, -, . and *.
The text was updated successfully, but these errors were encountered: