{"id":18347880,"url":"https://github.com/collaborne/aws-sns-subscription-confirmation","last_synced_at":"2025-04-06T09:31:30.037Z","repository":{"id":57188422,"uuid":"91353473","full_name":"Collaborne/aws-sns-subscription-confirmation","owner":"Collaborne","description":"Express middleware (NodeJS) to respond to SNS subscription confirmations","archived":false,"fork":false,"pushed_at":"2018-11-21T12:52:54.000Z","size":29,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T22:38:49.858Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Collaborne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-15T15:25:47.000Z","updated_at":"2025-01-24T22:22:25.000Z","dependencies_parsed_at":"2022-08-28T11:11:41.310Z","dependency_job_id":null,"html_url":"https://github.com/Collaborne/aws-sns-subscription-confirmation","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Faws-sns-subscription-confirmation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Faws-sns-subscription-confirmation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Faws-sns-subscription-confirmation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Faws-sns-subscription-confirmation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Collaborne","download_url":"https://codeload.github.com/Collaborne/aws-sns-subscription-confirmation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247463744,"owners_count":20942935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T21:15:28.140Z","updated_at":"2025-04-06T09:31:29.657Z","avatar_url":"https://github.com/Collaborne.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-sns-subscription-confirmation [![Build Status](https://travis-ci.org/Collaborne/aws-sns-subscription-confirmation.svg?branch=master)](https://travis-ci.org/Collaborne/aws-sns-subscription-confirmation)\n\nExpress middleware (NodeJS) to respond to [SNS subscription confirmations](http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html).\n\n## Usage\n\nInstall the library:\n\n```bash\nnpm install aws-sns-subscription-confirmation\n```\n\nUse the library in your express application:\n\n```javascript\nconst express = require('express');\nconst bodyParser = require('body-parser');\nconst snsSubscriptionConfirmation = require('aws-sns-subscription-confirmation');\n\nconst app = express();\n\n// Fix the wrong request content-type as required by the body-parser\napp.use(snsSubscriptionConfirmation.overrideContentType());\napp.use(bodyParser.json());\napp.use(snsSubscriptionConfirmation.snsConfirmHandler());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Faws-sns-subscription-confirmation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollaborne%2Faws-sns-subscription-confirmation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Faws-sns-subscription-confirmation/lists"}