aws-lambda-extensions icon indicating copy to clipboard operation
aws-lambda-extensions copied to clipboard

cache-extension-demo

Open agnel0410 opened this issue 3 years ago • 0 comments

Hi,

It looks like this extension works only for string data type. If "Data" has an object it returns none.

DDB entry: { "pKey": "pKey2", "sKey": "sKey2", "Data": { "Admission": "12345" } }

Query: const options = { hostname: 'localhost', port: 4000, path: '/dynamodb?name=DynamoDbTable-pKey2-sKey2', method: 'GET' };

output : {"pKey":"pKey2"}

agnel0410 avatar Jul 03 '22 15:07 agnel0410