Shabeer Ali M

Results 2 issues of Shabeer Ali M

Hello, My serverless.yml ```functions: hello: handler: handler.hello events: - http: path: hello method: get authorizer: authorizerFunc authorizerFunc: handler: handler.authorizerFunc ``` What I want is to set some value in `auth.js`...

In dynamodb we can use page size, so with this package can I sent page size? ``` aws dynamodb query --table-name Movies \ --projection-expression "title" \ --key-condition-expression "#y = :yyyy"...