actions-marketplace-validations/AWS API Gateway Request with OIDC
GitHub Action to make AWS SigV4 requests to API Gateway using OIDC
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 17, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/jveldboom_action-aws-apigw-oidc-request@974f621d8b3bae5f2d0ad9e0ace529ccada67844 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-role-to-assume | AWS IAM role arn to assume via OIDC | yes | — |
| aws-region | AWS region name | yes | — |
| url | AWS API Gateway URL | yes | — |
| method | Request method - GET, POST, PUT, etc | no | GET |
| headers | Request headers in multi-line key/value string format | no | — |
| payload | Request body payload in JSON string format | no | — |
| max-retries | Number of times to retry the request | no | 0 |
Outputs
| name | description |
|---|---|
| status-code | response status code |
| headers | response headers |
| body | response body |