serverless-aws-alias icon indicating copy to clipboard operation
serverless-aws-alias copied to clipboard

Alias support for Serverless 1.x

Results 104 serverless-aws-alias issues
Sort by recently updated
recently updated
newest added

When I deploy Serverless with this plugin I get the following error. This error is shown in the alias, in the information of the '**API Gateway**': > The API with...

Hi, I'm trying to use this package in my project and I ran into a strange issue. My serverless.yml file looks as follows: ``` service: "sls-alias-test" plugins: - serverless-aws-alias provider:...

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

I am seeing the following error message when using [email protected]. This issue does not happen with prior versions. ``` Serverless: [AWS cloudformation 400 0.279s 0 retries] listImports({ ExportName: 'project-name-ServerlessAliasReference' })...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Type Error ---------------------------------------------- TypeError: this.aliasStackGetAliasStackNames(...).mapSeries is not a function at AwsAlias.aliasStackLoadAliasTemplates (/opt/atlassian/pipelines/agent/build/node_modules/serverless-aws-alias-fixed/lib/stackInformation.js:82:4) at AwsAlias.tryCatcher (/opt/atlassian/pipelines/agent/build/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/opt/atlassian/pipelines/agent/build/node_modules/bluebird/js/release/promise.js:547:31) at Promise._settlePromise (/opt/atlassian/pipelines/agent/build/node_modules/bluebird/js/release/promise.js:604:18) at Promise._settlePromiseCtx (/opt/atlassian/pipelines/agent/build/node_modules/bluebird/js/release/promise.js:641:10) at _drainQueueStep (/opt/atlassian/pipelines/agent/build/node_modules/bluebird/js/release/async.js:97:12) at _drainQueue (/opt/atlassian/pipelines/agent/build/node_modules/bluebird/js/release/async.js:86:9)...

This pull request fixes the following deprecation warning: ``` CLI options definitions were upgraded with "type" property (which could be one of "string", "boolean", "multiple"). Below listed plugins do not...

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.535.0 to 2.1030.0. Release notes Sourced from aws-sdk's releases. Release v2.1030.0 See changelog for more information. Release v2.1029.0 See changelog for more information. Release v2.1028.0 See changelog...

dependencies

When deploy region china, using plugin serverless-aws-alias to get error s3 bucket not specify I had set up region china but it's not working Currently this plugin is not woking...