We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b5110 commit 1ccef7cCopy full SHA for 1ccef7c
lambdas/example-lambda/src/__tests__/index.test.ts
@@ -0,0 +1 @@
1
+// Replace me with the actual tests for your Lambda function
lambdas/example-lambda/src/index.ts
@@ -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.
3
-export const handler = async () => {
4
- console.log('Lambda function has been invoked.');
5
-};
0 commit comments