Lambda handler not found
Could not find Lambda handler at: ${repositoryRoot}/.build/whatever/http/dir/you/want
Please create a handler file, or run [npx] arc init, or add the following to your project preferences (preferences.arc or prefs.arc) file and restart Sandbox:
@create
autocreate true
whatever/http/dir/you/want),StatusCode: 502
Error:
Note that this file exists and is a valid lambda handler:
${repositoryRoot}/whatever/http/dir/you/want/index.ts