actions-marketplace-validations/AWS Request Signer SigV4
Signs and request using AWS SigV4
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| method | The request method | no | GET |
| region | AWS Region | no | — |
| service | The AWS Service | yes | — |
| domain | The AWS API domain | yes | — |
| content_type | Request's content-type | no | application/json |
| uri | The request's URI | no | / |
| payload | The request's Payload | no | — |
Outputs
| name | description |
|---|---|
| body | The body of the response |
| status | The response's status code |
| headers | An json string with response's headers |