We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad1f91 commit d5214e9Copy full SHA for d5214e9
2 files changed
lambdas/api-handler/src/handlers/__tests__/hello-world.test.ts
lambdas/api-handler/src/index.ts
@@ -1,4 +1,3 @@
1
// Export all handlers for ease of access
2
export { getLetters } from './handlers/get-letters';
3
export { patchLetters } from './handlers/patch-letters';
4
-export { helloWorld } from './handlers/hello-world';
0 commit comments