Skip to content

Commit 1ccef7c

Browse files
CCM-10591: Lambda Boilerplate
1 parent b8b5110 commit 1ccef7c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// Replace me with the actual tests for your Lambda function
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
// Replace me with the actual code for your Lambda function
2-
// This is a simple example of an AWS Lambda function written in TypeScript.
3-
export const handler = async () => {
4-
console.log('Lambda function has been invoked.');
5-
};

0 commit comments

Comments
 (0)