1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-26 04:52:43 +00:00

Terraform updates

Attempting to do some log parsing into cloudwatch logs
This commit is contained in:
Jocelyn Badgley (Twipped)
2021-03-01 12:40:35 -08:00
parent ab28508bca
commit 3f6077eb18
15 changed files with 2062 additions and 126 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "cloudfront-logs",
"version": "0.0.1",
"dependencies": {
"aws-sdk": "*"
},
"devDependencies": {
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-plugin-import": "*"
},
"scripts": {
"lint": "eslint ."
}
}