initial commit

This commit is contained in:
2026-08-07 20:35:20 +05:30
commit 7d477888a5
9 changed files with 176 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowInvokeDomainCheckLambda",
"Effect": "Allow",
"Action": "lambda:InvokeFunction",
"Resource": "arn:aws:lambda:eu-west-1:458835642486:function:domainCheck"
}
]
}