arkhotech/API Gateway Deployer Action
Custom Action para desplegar api gateway contra servicios EKS que usan NLB y API Link
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 30, 2023
- License
- GPL 3.0
Pinned Snippet
uses: arkhotech/api-gateway-deploy@6340edf4acd9ed654c9c46c77224d95eb903f7ba # v.1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| swagger_path | Ubicación del archivo Swagger | no | apidef/apidef-swagger.yaml |
| service_version | Version del container | yes | — |
| stage_name | Identificador de stage_name | no | v1 |
| eks_cluster_name | Cluster sobre el cual se relacionará api gateway | yes | — |
| service_name | Nombre del servicio o imagen | yes | — |
| project | Identificador del proyecto | yes | — |
| authorizer_function | Nombre de la funcion lambda authorizer | yes | — |
| authorizer_role_name | Nombre del rol para ejecución de authorizer | yes | — |
| environment | Ambiente de despliegue de la api | yes | — |
| region | Region AWS | no | us-east-1 |
| aws_access_key_id | access key | no | — |
| aws_secret_access_key | Secret access key | no | — |
| cors_domain | CORS Domain allowed | no | * |
| namespace | Namespace objetivo | no | cpat |
Outputs
no outputs