This is automated RDS restore from backup (snapshot) process conntrolled by lambda function.
NOTE: that lambda invocation is idempotent. If it exeed 15min you can invoke again to continue

image_uri: <Your AWS account ID>.dkr.ecr.eu-central-1.amazonaws.com/rds-autorestore:0.0.6 #1
environment_variables:
SOURCE_DB: "dev-development-ab-bg-rds-mys" #2
SNAPSHOT_ID: "rds:dev-development-ab-bg-rds-mys-restored-2025-07-23-09-47" #3

terraform:
spec:
persistentVolumeSize: 10Gi
keepLatestPodsOnly: true
variables:
rev: 6 # <- update number or add this if not exsist
multi_az: false
...