All Projects → viveksyngh → aws-sns-subscriber

viveksyngh / aws-sns-subscriber

Licence: other
Subscriber for AWS SNS topic in golang

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to aws-sns-subscriber

Aws Cli Cheatsheet
☁️ AWS CLI + JQ = Make life easier
Stars: ✭ 94 (+526.67%)
Mutual labels:  sns
Aws Sdk Perl
A community AWS SDK for Perl Programmers
Stars: ✭ 153 (+920%)
Mutual labels:  sns
amazon-sns-java-extended-client-lib
This AWS SNS client library allows to publish messages to SNS that exceed the 256 KB message size limit.
Stars: ✭ 23 (+53.33%)
Mutual labels:  sns
Loafer
Asynchronous message dispatcher - Currently using asyncio and amazon SQS
Stars: ✭ 104 (+593.33%)
Mutual labels:  sns
Components Contrib
Community driven, reusable components for distributed apps
Stars: ✭ 131 (+773.33%)
Mutual labels:  sns
Justsaying
A light-weight message bus on top of AWS services (SNS and SQS).
Stars: ✭ 157 (+946.67%)
Mutual labels:  sns
Photobook Client
Image sharing service for Android
Stars: ✭ 66 (+340%)
Mutual labels:  sns
parse-oauth2-sns
Parse-server module for implementing an OAuth2 Social Media Login with Express in Node.js
Stars: ✭ 21 (+40%)
Mutual labels:  sns
Oss.clients.sns
社交网站sdk(标准库),微信公众号(订阅号,服务号,小程序)接口sdk-包含消息回复(明文和安全模式),Oauth2.0授权等
Stars: ✭ 136 (+806.67%)
Mutual labels:  sns
Collipa
The source code of Collipa
Stars: ✭ 217 (+1346.67%)
Mutual labels:  sns
Sms
Laravel SMS Gateway Integration Package
Stars: ✭ 112 (+646.67%)
Mutual labels:  sns
Aws Serverless Event Fork Pipelines
AWS Event Fork Pipelines helps you build event-driven serverless applications by providing pipelines for common event-handling requirements, such as event backup, analytics, and replay. The pipelines are based on AWS SAM, and can be deployed directly from AWS SAR into your AWS account.
Stars: ✭ 126 (+740%)
Mutual labels:  sns
Plus
💝The Plus (ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.
Stars: ✭ 2,148 (+14220%)
Mutual labels:  sns
Brighter
Command Dispatcher, Processor, and Distributed Task Queue
Stars: ✭ 1,393 (+9186.67%)
Mutual labels:  sns
aws-developer-associate-certificate
Note to pass the AWS Developer Associate Exam
Stars: ✭ 53 (+253.33%)
Mutual labels:  sns
Plus Small Screen Client
本库已经合并进入 https://github.com/slimkit/plus 中,仅提供 2.1 及以前版本下载使用!
Stars: ✭ 83 (+453.33%)
Mutual labels:  sns
Enqueue Dev
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
Stars: ✭ 1,977 (+13080%)
Mutual labels:  sns
openapi-tf-example
Example of how you can use OpenAPI with AWS API Gateway, Also includes integrations with AWSLambda, AWS Cognito, AWS SNS and CloudWatch logs
Stars: ✭ 38 (+153.33%)
Mutual labels:  sns
aws-pdf-textract-pipeline
🔍 Data pipeline for crawling PDFs from the Web and transforming their contents into structured data using AWS textract. Built with AWS CDK + TypeScript
Stars: ✭ 141 (+840%)
Mutual labels:  sns
Symphony
🎶 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。
Stars: ✭ 13,080 (+87100%)
Mutual labels:  sns

aws-sns-subscriber

Set os environment variable for AWS credentials

AWS_ACCESS_KEY_ID=<aws-access-key-id>
AWS_SECRET_ACCESS_KEY=<aws-secret-access-key>

Set os environment varibale for SNS Subscriber or edit constants in subscribe.go

AWS_REGION=<AWS-regio-of-SNS>
HTTP_ENDPOINT=<HTTP-endpoint-of-subsciber>
HTTP_PROTOCOL=<HTTP-Protocol-of-subscriber>
SNS_TOPIC_ARN=<ARN-of-AWS-topic>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].