function()

in serverless/fargate/index.js [38:41]


    function(data) {
     console.log(`Message ${params.Message} sent to the topic ${params.TopicArn}`);
     console.log("MessageID is " + data.MessageId);
    }).catch(