Vinod R Kisanagaram
Results
2
issues of
Vinod R Kisanagaram
Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname ` LogGroupName: {...
enhancement
good first issue
When using aws-sdk 2.307.0 for aws-sdk-mock 4.3.1 below worked successfully. ``` const AWSMock = require('aws-sdk-mock'); const AWS = require('aws-sdk'); AWSMock.setSDKInstance(AWS); AWSMock.mock('DynamoDB.DocumentClient', 'update', function (params, callback) { callback(null, { Item: {...
help wanted
chore