Hey,
I am setting environment variables in serverless.yml
like this:
environment:
DYNAMODB_TABLE:
Ref: DynamodDBTable
That does not work with local function invocation, because than the variable is set to: [object Object]
.
Can I somehow overwrite the environment variables when invoking lambda local?