nmq64

Results 1 comments of nmq64

The solution is to replace this `const ApiGatewayManagementApi = require('aws-sdk/clients/apigatewaymanagementapi');` and this `const apiGwManagementApi = new ApiGatewayManagementApi({ endpoint });` with this `const AWS = require('aws-sdk');` and this `const apiGwManagementApi =...