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 732e9d1 commit 8f87826Copy full SHA for 8f87826
lambdas/example-lambda/src/index.ts
@@ -1,3 +1,4 @@
1
+// Replace me with the actual code for your Lambda function
2
import { Handler } from 'aws-lambda';
3
4
export const handler: Handler = async (event) => {
0 commit comments