Skip to content

Instantly share code, notes, and snippets.

View unijad's full-sized avatar
🔍
R&D mode

Younis Jad unijad

🔍
R&D mode
View GitHub Profile
@BizarroDavid
BizarroDavid / send-sms.go
Last active March 21, 2025 00:18
Sending an SMS Text Message using AWS SNS service in GoLang
//assumes you have the following environment variables setup for AWS session creation
// AWS_SDK_LOAD_CONFIG=1
// AWS_ACCESS_KEY_ID=XXXXXXXXXX
// AWS_SECRET_ACCESS_KEY=XXXXXXXX
// AWS_REGION=us-west-2( or AWS_DEFAULT_REGION=us-east-1 if you are having trouble)
package main
import (
"fmt"