1
0

feat: example of apigateway rest api

This commit is contained in:
xpk
2026-03-15 13:02:59 +08:00
parent 4c3754e79f
commit c0c08b1584
8 changed files with 282 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
output "TestUrl" {
value = "${aws_api_gateway_stage.test.invoke_url}/?input_string=TestString"
}