Fix to deprecated the configFile option in the pacakage command#344
Conversation
Even if you specify it in the current specification, nothing has any effect. Therefore, I thought that it might be good to abolish it, but how about you? Since sudden deletion has a big influence, we have issued a warning once.
DeviaVir
left a comment
There was a problem hiding this comment.
👍 sounds good to me, but looks like we'll have to cut another release soon so we have this deployed before actually removing it.
|
Thank you! |
|
@abetomo I'm curious why this option was removed, and what users who use only the |
|
@monsonjeremy The Environment variables are set from the API or web console. Previously, there was no way to set environment variables in Lambda, so I included it in my code when creating the zip file. |
Even if you specify it in the current specification, nothing has any effect.
Therefore, I thought that it might be good to abolish it, but what do you think?
Since sudden deletion has a big influence, we have issued a warning once.
Relation: #246