Skip to content

Commit

Permalink
changing over to an http gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Oct 25, 2021
1 parent 248e289 commit 2f50479
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ resource "aws_sqs_queue" "subscriber_queue" {
kms_data_key_reuse_period_seconds = 300
}

resource "aws_api_gateway_rest_api" "subscriber_gateway" {
name = var.api_gateway_name
resource "aws_apigatewayv2_api" "subscriber_gateway" {
name = var.api_gateway_name
protocol_type = "HTTP"
}

0 comments on commit 2f50479

Please sign in to comment.