More refactors, adding wider support
This commit is contained in:
@@ -33,5 +33,5 @@ abstract-action.handler.ts
|
||||
* format: the format for output (XML or JSON)
|
||||
* action: the action the handler is implementing (will be use to key by)
|
||||
* validator: the Joi validator to be executed to check for required params
|
||||
* handle(queryParams: T, awsProperties: AwsProperties): Record<string, any> | void
|
||||
* handle(queryParams: T, { awsProperties} : RequestContext): Record<string, any> | void
|
||||
* the method that implements the AWS action
|
||||
|
||||
Reference in New Issue
Block a user