diff --git a/modules/l1/l1-api-gateway/manifest.yaml b/modules/l1/l1-api-gateway/manifest.yaml new file mode 100644 index 0000000..24093a0 --- /dev/null +++ b/modules/l1/l1-api-gateway/manifest.yaml @@ -0,0 +1,10 @@ +name: l1-api-gateway +kind: l1 +description: HTTP routing primitive +inputs: + api_name: + description: Name of the API Gateway REST/HTTP API + type: string + stage_name: + description: Name of the deployment stage (e.g. dev, prod) + type: string \ No newline at end of file diff --git a/modules/l1/l1-api-gateway/mock_apply.sh b/modules/l1/l1-api-gateway/mock_apply.sh new file mode 100755 index 0000000..7e4614f --- /dev/null +++ b/modules/l1/l1-api-gateway/mock_apply.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -euo pipefail +echo "[L1: l1-api-gateway] applying..." +sleep 1 +echo "[L1: l1-api-gateway] OK" +exit 0 \ No newline at end of file