Error:Configuration file not found in directory “/” for command serverless config
I am deploying an Express.js application using the Serverless framework on AWS, but the command below is giving an error
InvalidEntryPoint error for AWS Lambda Serverless on provided.al2023 runtime
I’m trying to setup a Serverless lambda function using Go (provided.al2023) but I get an InvalidEntryPoint error:
how can i deploy multiple endpoints to single lambda using serverless
functions:
ptDevices:
name: ptDevices
handler: dist/devices/serverless.handler
timeout: 15
architecture: arm64
events:
– http:
method: any
path: /devices
– http:
method: any
path: /devices/connections
– http:
method: any
path: /devices/contexts
– http:
method: any
path: /devices/datetodate