serverlessopsio/assume-aws-credentials
Assume AWS credentials
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build_aws_account_id | Account ID of CI/CD account. | yes | — |
| deploy_aws_account_id | Account ID of account to deploy to. | no | — |
| aws_account_region | AWS region to deploy to | no | us-east-1 |
| gha_build_role_name | Name of GitHub Actions IAM role in build account | no | GitHubActionsBuildRole |
| gha_deploy_role_name | Name of GitHub Actions IAM role in deployment account | no | GitHubActionsCfnDeployRole |
Outputs
| name | description |
|---|---|
| aws-build-account-id | Account ID of build account |
| aws-deploy-account-id | Account ID of deploy account |
| gha-build-role-name | Name of GitHub Actions IAM role in build account |
| gha-deploy-role-name | Name of GitHub Actions IAM role in deployment account |