You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: How to Call A Deployed API Endpoint in Amazon API Gateway
subtitle: Snippit used for calling API endpoints
description: Snippit used for calling API endpoints
slug: how-to-call-a-deployed-api-endpoint-in-amazon-api-gateway
tags: [note, aws]
category: dev-blog
image:
date: 2023-02-01
canonical: https://georgeoffley.com/how-to-call-a-deployed-api-endpoint-in-amazon-api-gateway
The restapi_id is the API ID found in API Gateway on the AWS Management Console, pictured below. Remember that each deployment you have will have an API ID set up for it. So your test API ID won't be the same as your prod API.
I put in the closest region for me (us-east-1), but that can be any region.
Then you put in the stage the API is deployed to. So prod, dev, test, or whatever environments you have set up.
And that's it. There's a more extensive conversation about permissions, deployments, etc. I might have that conversation on this blog. Stay tuned.
-George
The text was updated successfully, but these errors were encountered:
georgeoffley
changed the title
How to Call A Deployed API Endpoint in Amazon API Gateway?
How to Call A Deployed API Endpoint in Amazon API Gateway
Feb 1, 2023
georgeoffley
changed the title
How to Call A Deployed API Endpoint in Amazon API Gateway
How to Call A Deployed API Endpoint in Amazon API Gateway?
Feb 1, 2023
georgeoffley
changed the title
How to Call A Deployed API Endpoint in Amazon API Gateway?
How to Call A Deployed API Endpoint in Amazon API Gateway
Feb 1, 2023
title: How to Call A Deployed API Endpoint in Amazon API Gateway
subtitle: Snippit used for calling API endpoints
description: Snippit used for calling API endpoints
slug: how-to-call-a-deployed-api-endpoint-in-amazon-api-gateway
tags: [note, aws]
category: dev-blog
image:
date: 2023-02-01
canonical: https://georgeoffley.com/how-to-call-a-deployed-api-endpoint-in-amazon-api-gateway
TL:DR
The
restapi_id
is the API ID found in API Gateway on the AWS Management Console, pictured below. Remember that each deployment you have will have an API ID set up for it. So yourtest
API ID won't be the same as yourprod
API.I put in the closest
region
for me (us-east-1
), but that can be any region.Then you put in the stage the API is deployed to. So
prod
,dev
,test
, or whatever environments you have set up.And that's it. There's a more extensive conversation about permissions, deployments, etc. I might have that conversation on this blog. Stay tuned.
-George
The text was updated successfully, but these errors were encountered: