Closed ewbankkit closed 3 years ago
The resource handlers JSON tag is declared as handler
handler
type Resource struct { ... Handlers map[string]*Handler `json:"handler,omitempty"` ... }
but in actuality is handlers
handlers
"handlers" : { "create" : { "permissions" : [ "ecs:CreateService", "ecs:DescribeServices", "iam:PassRole" ], "timeoutInMinutes" : 180 }, ... },
Correct this.
The resource handlers JSON tag is declared as
handler
but in actuality is
handlers
Correct this.