Skip to content

Instantly share code, notes, and snippets.

View flarocca's full-sized avatar
💭
Coding...

Facundo La Rocca flarocca

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