y5347m/Invoke AWS Lambda by OIDC
Invoke AWS Lambda By OIDC
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | Which AWS region to use | yes | — |
| role-to-assume | The Amazon Resource Name (ARN) of the role to assume. Use the provided credentials to assume an IAM role and configure the Actions environment with the assumed role credentials rather than with the provided credentials. | yes | — |
| function-name | Lambda function name | yes | — |
| payload | Lambda payload | yes | — |
| additional-parameters | Additional parameters for the aws lambda invoke command(e.g. --color auto) | no | — |
Outputs
| name | description |
|---|---|
| lambda-invoke-response | The result of the Lambda function |