Add deprecation message for slss alias#8156
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8156 +/- ##
==========================================
- Coverage 88.28% 88.18% -0.10%
==========================================
Files 248 248
Lines 9429 9444 +15
==========================================
+ Hits 8324 8328 +4
- Misses 1105 1116 +11
Continue to review full report at Codecov.
|
medikoo
left a comment
There was a problem hiding this comment.
Thank you! That looks promising. Please see my remarks.
We need to also document this deprecation here: https://github.com/serverless/serverless/blob/master/docs/deprecations.md
|
I've just realized that this detection won't work on windows ( Having that I believe we need to introduce a temporary |
Good catch, totally forgot about windows. Going to add the dummy script then. |
Addresses: #8122