Skip to content

Commit 74b54c6

Browse files
committed
fix: Fix syntax error
1 parent 9db3a1e commit 74b54c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

community-examples.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,8 @@
523523
"description": "Boilerplate to live stream using AWS MediaLive and MediaStore",
524524
"githubUrl": "https://github.com/adimoraret/golive/"
525525
},
526-
{ "name": "HTTP Headers Checks",
526+
{
527+
"name": "HTTP Headers Checks",
527528
"description": "Serverless Application to check integrity of the headers of a given HTTP server",
528529
"githubUrl": "https://github.com/authdog/http-headers-check"
529530
},
@@ -626,5 +627,5 @@
626627
"name": "Serverless Typescript using Middy with Custom Middlewares",
627628
"description": "Serverless Framework example to deploy a lambda function using https://middy.js.org/, the stylish Node.js middleware engine for AWS Lambda with custom middlewares.",
628629
"githubUrl": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless/serverless-middy-custom-middleware"
629-
},
630+
}
630631
]

0 commit comments

Comments
 (0)