apigw

API Gateway

IntegrationAWS
General

General information about the service.

Description

Amazon API Gateway enables you to create, publish, and manage APIs at any scale.

Service Namespace

AWS::ApiGateway::RestApi

ARN Pattern

arn:aws:apigateway:{region}::/restapis/{api-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

apigw-

Length

1-255

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_api_gateway_rest_api" "main" {
2 name = "apigw-${var.environment}"
3}
Utilities

Utilities to support app deployment or configuration.