Results 2 comments of fedora

this is the serverless.yml file ` service: app-node frameworkVersion: '3' provider: name: aws runtime: nodejs16.x architecture: x86_64 profile: ${env:ECR_PROFILE} ecr: images: pipe-node-server: path: ./ platform: linux/amd64 functions: api: image: name:...

the error is throw at this line service.package.artifact = path_1.default.join(constants_1.SERVERLESS_FOLDER, path_1.default.basename(service.package.artifact)); at this line the service.package.artifact is undefined