Yiannis Siantos

Results 12 issues of Yiannis Siantos

The JS produced in certain webdriver.io tests seems to not be valid JS syntax. Minimum test to reproduce (in the sample export format) ``` sendKeys | css=button[name="search"][value="abc"] | abc ```...

Added support for AWS profiles (as per https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_credentials_profiles.html)

Add name to the and fields This is to remove certain Chrome "improvement" notices like: "A form field element has neither an id nor a name attribute. This might prevent...

Add the headers passed via the event callback to the response to match the behaviour of the Application Load Balancer event. ## Description The headers of the ALB event response...

## Feature Request Support `?` wildcards in ALB event path condition. **Sample Code** The following should work: ```yaml functions: myFunc: handler: alb.handler events: - alb: listenerArn: priority: conditions: path: /api/v?/*...

**Description** Can we add generic phpDoc blocks for promises? **Example** For example in the promise interface: ```

Issue is shown when using the following snippet: ``` import * as OAuth from 'oauth'; const manager = new OAuth.OAuth('', '', 'key', 'secret', '1.0', () => {}, 'HMAC-SHA1'); manager.signUrl('https://example.com?query=a&query=b') ```...

Allow multiple request methods on a single ALB event listener

## Bug Report The [ALB event documentation](https://www.serverless.com/framework/docs/providers/aws/events/alb) allows specifying multiple methods. However if I try to run my configuration using serverless-offline, only the top method is used. **Current Behavior** **Sample...

Changed the node engine requirement from ^12 to >=12. It should work for all node releases as far as I know it however it was blocking all my installs when...