Matt Towers

Results 2 issues of Matt Towers

When using `npdynamodb` with a [serverless](https://serverless.com/) application and [dynamodb-local](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html), validation errors are thrown for every database access call after the first one. I'm working on a serverless application that uses...

Add the types to your project ```bash $ yarn add -D @types/koa-cache-control ``` Create a custom context that is composed of the legal options to pass to `cacheControl(options?)` ```typescript import...