Skip to content

NicolasMugnier/poc-go-segment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published