Skip to content

Commit 6eab555

Browse files
authored
feat: Add aws node typescript warmup community example (#698)
1 parent 627701a commit 6eab555

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

community-examples.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,5 +566,10 @@
566566
"name": "Google Logging event subscription",
567567
"description": "This example demonstrates how to trigger a cloud functions when a specific event occurs in Google Cloud Platform project.",
568568
"githubUrl": "https://github.com/gnokoheat/serverless-gcp-logging-event-subscription"
569+
},
570+
{
571+
"name": "AWS Node Typescript Warmup Lambda Example",
572+
"description": "The following simple example shows how to solve the cold start problem of AWS lambda functions, through keeping function warm using Serverless WarmUp Plugin.",
573+
"githubUrl": "https://github.com/Pigius/AWS-Node-Typescript-Warmup-Lambda-Example"
569574
}
570575
]

0 commit comments

Comments
 (0)