Sergii Kovalov

Results 14 issues of Sergii Kovalov

sbj https://github.com/jeremydaly/serverless-mysql/blob/master/index.js#L27 https://github.com/jeremydaly/serverless-mysql/blob/master/index.js#L30

+ Fixes https://github.com/serverless-heaven/serverless-aws-alias/issues/181 + adds support for serverless v2 + drops support for serverless v1 + updated dependencies

Serverless [1.47.0](https://github.com/serverless/serverless/releases/tag/v1.47.0) introduces support for [existing S3 buckets](https://github.com/serverless/serverless/pull/6290) that relates to global [custom resources](https://github.com/serverless/serverless/issues/4241) feature. **S3 Related Artifacts:** - [customResources](https://github.com/serverless/serverless/blob/master/lib/plugins/aws/customResources/index.js) see [diff](https://github.com/serverless/serverless/pull/6290/files#diff-e486d2c64a34c72c0e997cd5fd1ae0d0R1) - [s3 events](https://github.com/serverless/serverless/blob/master/lib/plugins/aws/package/compile/events/s3/index.js) see [diff](https://github.com/serverless/serverless/pull/6290/files#diff-a5a4c36cd72d14b90ae83a1ed4bb1fdbR5) **Cognito User Pool...

help wanted
feature

Fixes IAM managed policies are not inherited https://github.com/functionalone/serverless-iam-roles-per-function/issues/86

**Issue description:** Plugin adds `sns:Publish` permission in case if function has `onError` definition and doesn't take into account that it might be SQS resource arn **Steps to reproduce:** 1. Define...

bug

Route 53 does not have IPv6 AAAA record after deploy. Would be better to have a way to configure (enable/disable) IPv6.

enhancement

Could you change click event in a way to prevent default action? https://github.com/GrillWork/react-file-reader/blob/master/ReactFileReader.js#L11 ``` clickInput = (e) => { e.preventDefault() let element = document.getElementById(this.state.elementId); element.value = ''; element.click(); } ```

We have a few actions in our repository that are now deprecated and no longer actively maintained. We are reaching out to the community to find potential maintainers who are...

help wanted
question

`@haftahave/serverless-ses-template` plugin github repository migrated from https://github.com/haftahave/serverless-ses-template to https://github.com/Enase/serverless-ses-template

Is there any chance to add an ability to have kebab filename for pascal type of export (react component)? Rule sample: `"canonical/filename-match-exported": [ 2, { "transforms": "kebab" } ]` Filename...

enhancement
help wanted