メインコンテンツまでスキップ

ApiGatewayHttp



リソースアイコン

リソース概要

API Gateway で HTTP API は、API Gateway の一つのタイプであり、簡単で軽く HTTP プロトコルに基づく API を構築するためのものです。 HTTP API は従来の RESTAPI よりもシンプルでコスト効率が高く、主にサーバレスウェブアプリケーションとシンプルなマイクロサービスに適しています。

上位リソース

関連リソース

リソース設定値

  • integration : API Gateway Integration の名前

    • http_integration
      • integration_type : API Gateway Integration のタイプ - Http, Lambda
      • integration_method : API Gateway Integration の HTTP Method
      • integration_url : The specify a fully-qualified URL for HTTP integration
    • lambda_integration
      • integration_type : API Gateway Integration のタイプ - Http, Lambda
      • integration_method : API Gateway Integration の HTTP Method
      • linked_lambda_name : Lambda プロキシ統合のための Lambda ファンクション名
  • route

    • route_method : HTTP API に対する HTTP Method
    • route_path : HTTP API に対するリソースパス
    • target_integration : Route を接続する API Gateway Integration 名 - http_integration, lambda_integration
  • deployment

    • description : API Gateway Deployment 説明
  • stage

    • dev
      • enable_deployment : API Gateway Stage デプロイ
      • auto_deployment : オートデプロイ活性化
    • test
      • enable_deployment : API Gateway Stage デプロイ
      • auto_deployment : オートデプロイ活性化
      • deployment_name : 接続する API Gateway Deployment 名
    • prod
      • enable_deployment : API Gateway Stage デプロイ