@serverless-local-proxy/mw_ddb_mock_api

serverless-local-proxy plugin: Mocks new DynamoDB APIs not supported by DynamoDB local

Usage no npm install needed!

<script type="module">
  import serverlessLocalProxyMwDdbMockApi from 'https://cdn.skypack.dev/@serverless-local-proxy/mw_ddb_mock_api';
</script>

README

DDB MOCK API

This middleware mocks the APIs that DynamoDB local doesn't have ( like DescribeTimeToLive, tags etc ) It's useful if you use tools that require those APIs like Terraform ( issue ). It also allows you to redirect to the local DynamoDB /shell

Name:

ddb_mock_api

Middleware state

Input Output
none none

N.B. This package is part of the monorepo serverless-local-proxy