serverless-plugin-canary-deployments icon indicating copy to clipboard operation
serverless-plugin-canary-deployments copied to clipboard

When deploying a single function - the changes aren't reflected

Open bobbypiperagrovista opened this issue 2 years ago • 0 comments
trafficstars

What are the steps to reproduce this issue?

  1. create example repo
  2. add plugin
  3. deploy full service
  4. add console.log or something obvious to a single function
  5. deploy the function with sls deploy function -f functionName

What happens?

When invoking the function after secondary deployment, the console.log or changes are not reflected

What were you expecting to happen?

see the console log/changes submitted to function

Any logs, error output, etc?

no

Any other comments?

What versions of software are you using?

node: '18.13.0', [email protected] [email protected]

bobbypiperagrovista avatar Jan 28 '23 10:01 bobbypiperagrovista