You could create a wrapper function that does the ...
# support-questions
r
You could create a wrapper function that does the whole express + CORS + init thing, and allows you to define just your functions. And then use that in all your lambda functions - this way you won't have to keep repeating the boilerplate code.