ACloudGuru / serverless-plugin-cloudwatch-sumologic

Plugin which auto-subscribes a log delivery lambda function to lambda log groups created by serverless
MIT License
12 stars 15 forks source link

No artifact path is set for function: "sumologicShipping" #7

Closed onyxraven closed 1 year ago

onyxraven commented 7 years ago

I Think I have this setup right, but I'm running into the title'd error

  Your Environment Information -----------------------------
     OS:                 darwin
     Node Version:       4.3.2
     Serverless Version: 1.5.0
...
Serverless: Checking if serverless is managing logs via cloudformation
Serverless: Adding Cloudwatch to Sumologic lambda function

  Error --------------------------------------------------

     No artifact path is set for function: "sumologicShipping"
Error: No artifact path is set for function: "sumologicShipping"
    at AwsCompileFunctions.compileFunction (node_modules/serverless/lib/plugins/aws/deploy/compile/functions/index.js:71:13)
    at node_modules/serverless/lib/plugins/aws/deploy/compile/functions/index.js:212:39
    at Array.forEach (native)

I do have the serverless-build-plugin also installed, I think theres a conflict, where the new function isnt setup right for the build plugin.

onyxraven commented 1 year ago

Old ticket, can close