This sample project demonstrates how to use WebSocket API to integrate with Amazon Simple Notification service (SNS) to send notifications
Use tfswitch or tfenv to install the required provider version
- A valid LocalStack for AWS license. Your license provides a
LOCALSTACK_AUTH_TOKEN. - Docker
localstackCLIawslocalCLI- Terraform
makeandjq
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start
make readymake install
make init
make deploy