NicolasMugnier / poc-go-segment

POC sending message to Segment from SQS using AWS Lambda & Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POC Serverless + AWS + GO + Segment

💡 Prerequisites

💾 Configuration

🚀 Deploy the application

make deploy

It will build the application and push it on AWS using serverless (see Makefile)

🎬 Use Case

The use case is about to consume SQS messages in order to send Segment's notifications.

Once the application is deployed on AWS, use the console in order to manually post a message into the SQS queue with this content :

{
    "EventName": "Awesome event",
    "userId": 1234
}

About

POC sending message to Segment from SQS using AWS Lambda & Go


Languages

Language:Go 86.0%Language:Makefile 11.7%Language:Shell 2.3%