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
What stacktrace or error message from your provider did you see?
CREATE_FAILED: ApiGatewayMethodProcessPost (AWS::ApiGateway::Method)
Parameter validation failed:
Invalid type for parameter selectionPattern, value: 200, type: <class 'int'>, valid types: <class 'str'>
Similar or dependent issues:
NA
Additional Data
Serverless Framework Core Version you're using: 3.34.0
The Plugin Version you're using: 3.17.0
Operating System: MacOS
Stack Trace:
Provider Error messages: Invalid type for parameter selectionPattern, value: 200, type: <class 'int'>, valid types: <class 'str'>
I checked the code and found it is defined in int not string. Does anyone face the same issue? Could I create PR for it?
This is a Bug Report
Description
For bug reports:
CREATE_FAILED: ApiGatewayMethodProcessPost (AWS::ApiGateway::Method)
Parameter validation failed:
Invalid type for parameter selectionPattern, value: 200, type: <class 'int'>, valid types: <class 'str'>
Similar or dependent issues:
Additional Data
I checked the code and found it is defined in int not string. Does anyone face the same issue? Could I create PR for it?
serverless-step-functions/lib/deploy/events/apiGateway/methods.js
Line 199 in 8772ae7
The text was updated successfully, but these errors were encountered: