feat(P02): l1-sqs manifest + mock_apply (T-2.6)
---ci--- phase: 2 milestone: v1.0 status: execute persona: infra-stub-engineer task: T-2.6 requirements: covered: [REQ-02, REQ-03] ---/ci--- Wave 1, task T-2.6. Creates modules/l1/l1-sqs/ with manifest.yaml (flat inputs per D-017) and the uniform mock_apply.sh (D-007 + D-018).
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
name: l1-sqs
|
||||
kind: l1
|
||||
description: Queue primitive
|
||||
inputs:
|
||||
queue_name:
|
||||
description: Name of the SQS queue
|
||||
type: string
|
||||
visibility_timeout:
|
||||
description: Visibility timeout in seconds for in-flight messages
|
||||
type: string
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
echo "[L1: l1-sqs] applying..."
|
||||
sleep 1
|
||||
echo "[L1: l1-sqs] OK"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user