actions-marketplace-validations/Publish message to SNS
Send a message to AWS SNS topic
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 | — |
| SUCCESS | Success or fail notify (ex : build success or failed) | no | — |
| MESSAGE | The message you want to send | yes | — |
Outputs
| name | description |
|---|---|
| messageID | The AWS SNS Message ID |