You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I call the endpoint with the custom source path, I get the following error response:
StatusCode: 502 Error:
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
Note that this file exists and is a valid lambda handler: ${repositoryRoot}/whatever/http/dir/you/want/index.ts
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: