Serverless config flag is not supported #8739
Labels
feature
This issue/PR relates to a feature request
module
module
needs_maintainer
plugins
plugin (any type)
Summary
Nothing complicated, the config flag is missing so to use this module you are required to use the default serverless path or find some workaround. I am currently juggling symlinks.
https://www.serverless.com/framework/docs/providers/aws/cli-reference/deploy
Issue Type
Feature Idea
Component Name
serverless
Additional Information
I already implemented the feature. You can view my implementation here: Comparison
I tried to respect the prevailing style. I ran the sanity checks. Please let me know if I missed anything or if something should be different. This should not be a breaking change. I chose to use
serverless.yml
as the default parameter instead of''
because it most closely matches the existing behavior.I tested the behavior locally:
main
:my branch
:If there are no objections I will open a pull request and add a changelog snippet.
Code of Conduct
The text was updated successfully, but these errors were encountered: