serverless-aws-alias
serverless-aws-alias copied to clipboard
Alias support for Serverless 1.x
We are using serverless 1.28 to setup lambda triggers. https://serverless.com/framework/docs/providers/aws/events/sqs/ Without the serverless-aws-alias plugin, this functionality works correctly. With it, we run into some really odd problems where all functions...
This makes sure that the event source ARN is a reference to a resource defined in serverless.yml and not just an ARN to an existing resource, which is not defined...
When using eventbridge event for a lambda, the created rule refers to the lambda, not to the lambda alias. ``` functions: - xxx: handler: file.handler events: - eventBridge: eventBus: arn:aws:***...
Using a combination of the alias + stepfunction plugin caused the following error: (I am guessing that alias plugin doesn't understand that stepfunction plugin has changed the resource name, e.g....
Dear team, We've been digging your readme for a day but with no luck :-( The questions are still open for us: **Is this plugin can preserve previous _versions_ of...
Consider the two main responsibilities of the plugin: - Create a lambda function with an alias. - Make an API Gateway entry (like `GET /user`) which points to that specific...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.2 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...
Deployment ends with `Error: Error: Failed to find CloudFormation resources for example.com` when using serverless-aws-alias plugin together with serverless-domain-manager plugin when using serverless-domain-manager-plugin with version greater than 3.1.0-beta.0. This version...
- Fixes #25 - Upgraded eslint package - Added support for ecma 9 (inclusive of spread operator) - Updated editorconfig so all files are consistent with tab (was plying hell...