Skip to content

Send SNS push notifications painlessly from terminal

License

Notifications You must be signed in to change notification settings

creasty/aws-sns-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-sns-push

Build Status GoDoc GitHub release License

Send SNS push notifications painlessly.

$ aws-sns-push -h
Send SNS push notifications painlessly.

USAGE:
    aws-sns-push [OPTIONS] TARGET

TARGET:
    1. {application-name}/{user-id}
       e.g., sample-production/12345

    2. {application-name}/{device-token}
       e.g., sample-production/ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

    3. {endpoint-arn}
       e.g., arn:aws:sns:ap-northeast-1:000000000000:endpoint/sample-production/ffffffff-ffff-ffff-ffff-ffffffffffff

OPTIONS:
    -y    Send without confirmation
    -h    Show help