actions-marketplace-validations/AWS SNS - Publish Topic
Send a SNS Topic via GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| MESSAGE | The message you want to send | yes | — |
| TOPIC_ARN | The topic arn you are sending | 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 |