Hi Team,
I am using serverless framework and dotenv: true method to inject variables in my lambda functions
suddenly my lambdas have started to fail as some characters are automatically streamed / removed on deploying i have a variable as name=rahulbhatu= in my .env.dev file. on doing sls deploy on AWS the Envirronment variable are incorrect where name = rahulbhatu and = from the end is removed, below is my sls versions info does anyone have this issue ?
Framework Core: 3.38.0 (local) 3.38.0 (global)
Plugin: 7.2.2
SDK: 4.5.1
cheers,
Rahul