Frank Schmid
Frank Schmid
If you add a S3 event to your service the event will trigger the `$LATEST` version instead of the deployed alias. Expectation: The trigger should call func:`alias`.
AWS now supports sub stages for APIG stages, that let you do canary deployments easily. Additionally, the canary stage can "take over" the requests incrementally until it is fully serving...
The README should contain a section that shows how to call aliased lambda functions (e.g. setting the Qualifier).
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...
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:...
Additionally to function information, the plugin should display APIG information of the deployed APIG stages when invoked by `serverless info`.
The deployments listed with "deploy list" should show the deployed alias for the specified deployment. That makes it a lot easier to find the right deployment.
Does the plugin add any internal lifecycle events (similar to the extensions, the AWS plugin does)? If yes, then it would be great if I could add them to the...
# This is a Feature Proposal ## Description AWS just announced encrypted CW logstreams (by using KMS) on a log group basis. As soon as this is supported in CloudFormation...