Jacek Lawniczak
Results
1
issues of
Jacek Lawniczak
https://github.com/johnagan/serverless-slack/blob/master/src/dynamo.js#L4 To work with the offline local environment using serverless plugins: ``` plugins: - serverless-dynamodb-local - serverless-offline ``` additional configuration of DocumentClient is required. Since Dynamo service is a hardcoded...