Sudheer Kumar

Results 9 comments of Sudheer Kumar
trafficstars

I need to migrate the data from one prod account to another and hence can't afford much down time... please advise..

1.dynamodata 5MB 1.5 min 2.dynamodata 12MB 7 min 3.dynamodata 32MB 25 min I see the speed reduces as the size of the file increases..

I have resolved the issue usign the AWS Backup service. They have a new feature that enables cross account and cross region back-up of Dynamo DB tables. The current Dynamo...

Ran locally as mentioned in the documentation : https://github.com/Azure/API-Portal/wiki, but getting the error: ERROR in ./node_modules/routing-controllers/esm2015/ActionParameterHandler.js Module not found: Error: Can't resolve 'class-validator' in '/Users/sudheerkumar/Documents/DAC/Code/GitHub/API-Portal/catalog/node_modules/routing-controllers/esm2015' @ ./node_modules/routing-controllers/esm2015/ActionParameterHandler.js 2:0-63 200:19-27 @...

I am still facing this issue. If I try: terraform apply or plan, it takes looong time to refresh the state and it works sometimes at the end of the...

We are using JSLT for transforming an input JSON to another format and also sometimes to enrich the JSON with additional data. So far we have a few templates only,...

You can define a custom function in Jslt as follows, not sure if this is what you were looking for.. def sum(array) if ($array) $array[0] + sum($array[1 : ]) else...

I verified the open-api spec and found that the examples have the response body, but not the request details that could create this reponse. I see the postman export JSON...

On Mockoon, I would like the rules to be added like this for each example, but the request for the example is available in postman imported json only.