Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.24 KB

File metadata and controls

35 lines (25 loc) · 2.24 KB

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