3ea36ef3ab
Squash merge of phase/03-l2-modules-and-core-scripts; 4 L2s + 5 core scripts; verify_phase03.sh green.
27 lines
808 B
YAML
27 lines
808 B
YAML
name: l2-regulatory-reporting
|
|
kind: l2
|
|
description: Regulatory compliance and reporting for energy trading
|
|
l1s:
|
|
- name: l1-eks-fargate
|
|
inputs:
|
|
cluster_name: regulatory-cluster
|
|
region: us-east-1
|
|
cpu_arch: arm64
|
|
- name: l1-iam-role
|
|
inputs:
|
|
role_name: regulatory-reporting-role
|
|
trust_policy: '{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"Service":"eks.amazonaws.com"},"Action":"sts:AssumeRole"}]}'
|
|
- name: l1-lambda
|
|
inputs:
|
|
function_name: regulatory-reporter
|
|
runtime: python3.11
|
|
handler: index.handler
|
|
- name: l1-sqs
|
|
inputs:
|
|
queue_name: regulatory-queue
|
|
visibility_timeout: "120"
|
|
- name: l1-s3
|
|
inputs:
|
|
bucket_name: acdl-regulatory-archive
|
|
region: us-east-1
|
|
retention_days: "2555" |