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

Hello, related to #57, I am wondering if it is possible to disable entirely the throttling (for a stage or a method)? I see the `throttlingBurstLimit` and `throttlingRateLimit` options, but...

question

I'm seeing failure on the Validating template stage without the API Keys feature in use. I'd be glad to provide more information to get this resolved, as my team would...

bug
plugin-support

# This is a Feature Proposal ## Description On AWS tags are commonly used for logically associating resources with each other and simplifying billing. Amazon's API Gateway stages support tags...

feature

First off, great plugin. It's been solving some very tough challenges for me and my team. Great work! However, I've been trying to add the plugin to some already existing...

enhancement

@HyperBrain Thanks for the plugin. I see that you had mentioned this plugin wouldn't work with the [PR](https://github.com/serverless/serverless/pull/3934) that enables reusing existing API GW's across multiple sls stacks. Do you...

help wanted
question

The README should contain a section that shows how to call aliased lambda functions (e.g. setting the Qualifier).

help wanted
question
documentation

Serverless version: 1.19 serverless-aws-alias: 1.5 When I try to update my alias with follow command: `node ./node_modules/serverless/bin/serverless deploy --alias uat` My CF stack update fail with follow error: `21:21:24 UTC+1300...

If you try to show the logs for a function with `serverless logs --function=XXXX [--alias=YYYY]` and the aliased function has not been called (i.e. there are no log streams available...

bug
help wanted

The rollback command should support alias rollbacks. The semantics here is quite difficult, because multiple aliases could be deployed currently. There are a variety of different cases that can appear:...

help wanted
question
feature