rafaelvicio/AWS SNS
Send an SMS from GitHub Actions using AWS SNS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| FROM_PHONE_NUMBER | Phone number to send the SMS to | yes | — |
| SMS_TEXT_CONTENT | The message you want to send | yes | — |
| AWS_REGION | A AWSN SNS Region. Can alternatively be stored in environment | yes | — |
| AWS_ACCESS_KEY_ID | A AWS SNS Key. Can alternatively be stored in environment | yes | — |
| AWS_SECRET_ACCESS_KEY | A AWS SNS Secret. Can alternatively be stored in environment | yes | — |
Outputs
| name | description |
|---|---|
| messageID | The AWS SNS Message ID |