Simon Tam

Results 2 issues of Simon Tam

## From the MDN article on delete (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete): delete is only effective on an object's properties. It has no effect on variable or function names. ## While sometimes mis-characterized as...

> The serverless dynamodb start command can be triggered automatically when using serverless-offline plugin. In trying to run https://github.com/serverless/examples/tree/master/aws-node-rest-api-with-dynamodb-and-offline as an example, it doesn't seem like serverless-dynamodb-local is being started...