Skip to content

Commit 38b1d04

Browse files
CCM-10591: Add Lambda Boilerplate
1 parent 21a1361 commit 38b1d04

File tree

4 files changed

+4
-7738
lines changed

4 files changed

+4
-7738
lines changed

lambdas/example-lambda/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"//": "PLEASE UPDATE THE NAME APPROPRIATELY.",
23
"dependencies": {
34
"esbuild": "^0.24.0"
45
},
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Replace me with the actual code for your Lambda function
2+
// This is a simple example of an AWS Lambda function written in TypeScript.
13
export const handler = async () => {
24
console.log('Lambda function has been invoked.');
35
};

0 commit comments

Comments
 (0)