aws-sns-subscription-confirmation
Express middleware (NodeJS) to respond to SNS subscription confirmations.
Usage
Install the library:
npm install aws-sns-subscription-confirmation
Use the library in your express application:
const express = ;const bodyParser = ;const snsSubscriptionConfirmation = ; const app = ; // Fix the wrong request content-type as required by the body-parserapp;app;app;