devops hipster in training.

Results 6 issues of devops hipster in training.

I guess this was probably written before this was possible but any thoughts on using [AWS.DynamoDB.DocumentClient](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html)? It would remove the need for the type guessing in `parse()` and the need...

## Feature Request Resolution of Cloudformation referenced environment variables serverless recently added better support for cloudformation referenced environment variables for `sls invoke local`. They currently support !Ref and !ImportValue https://www.serverless.com/framework/docs/providers/aws/cli-reference/invoke-local#local-function-invocation-setting-environment-variables...

feature

Love this library! At the moment there appears to be no hooks to determine if the cached key lookup was a hit or a miss or the number of times...

enhancement

Can the github release action be kicked off? serverless is up to 3.28.1 now.

Hi. Ran into object caching issues in our test suites due to the usage of require to read the sample mocks as described here. https://goenning.net/2016/04/14/stop-reading-json-files-with-require/ This PR should address the...