Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

615
Views
AWS APIGateway: ¿Cómo obtengo la URL de mi API mediante AWS CLI?

Estoy ejecutando un script con AWS CLI para definir e implementar una AWS API Gateway. Puedo obtener mi ID de API, así como la ID de implementación con comandos como este:

 API_ID=$(aws apigateway get-rest-apis --query "items[?name=='my-api'].id" --output text) DEPLOYMENT_ID=$(aws apigateway get-stage --rest-api-id $API_ID --stage-name dev --query "deploymentId" --output text)

Ahora, dado que tengo mi ID de API y mi ID de implementación, ¿cómo obtengo la URL de API, es decir, la información que aparece en la consola de API Gateway cuando navega a API->my-api->stages->dev?

Muchas gracias de antemano.

Seymour

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

La solución simple es https://$API_ID.execute-api.$AWS_REGION.amazonaws.com/$STAGE_NAME

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!