Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

WebSocket API with SNS

LocalStack AWS

This sample project demonstrates how to use WebSocket API to integrate with Amazon Simple Notification service (SNS) to send notifications

Notes

Use tfswitch or tfenv to install the required provider version

Prerequisites

Start LocalStack

export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start
make ready

Run Sample

make install
make init
make deploy