serverless-plugin-offline-dynamodb-stream icon indicating copy to clipboard operation
serverless-plugin-offline-dynamodb-stream copied to clipboard

process.env problem

Open folsh opened this issue 6 years ago • 0 comments

Hello,

First time, thanks for your plugin.

I just have a problem when I use it when I call the process.env.XXX variables : they are not initialized when my StreamHandle is called. I managed to get around the problem by using "serverless-dotenv-plugin", but I'd like not to use it.

Is it possible ?

Thanks in advance for your response

my package.json package.txt

my serverless.yml serverless.txt

folsh avatar Jan 08 '19 15:01 folsh