Skip to content

Instantly share code, notes, and snippets.

View WhatIsHeDoing's full-sized avatar

Darren Hickling WhatIsHeDoing

View GitHub Profile
@mendhak
mendhak / apigateway.tf
Last active April 24, 2024 10:52
Terraform - API Gateway with greedy path (proxy+) calling httpbin. Also includes deployment
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
}
}
}
provider "aws" {