mlevit / aws-auto-cleanup

Programmatically delete AWS resources based on an allowlist and time to live (TTL) settings
MIT License
495 stars 55 forks source link

Error: TypeError: (intermediate value).run is not a function #128

Closed DesAWSume closed 2 years ago

DesAWSume commented 2 years ago

Describe the bug When deploying web module by running npm run deploy:client, it errors out with below message Error: TypeError: (intermediate value).run is not a function

To Reproduce Steps to reproduce the behavior:

  1. Go to 'web'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Error: TypeError: (intermediate value).run is not a function

Screenshots If applicable, add screenshots to help explain your problem.

Stacktrace If applicable, add stacktraces to help explain your problem.

Versions (please complete the following information):

AWS (please complete the following information):

Additional context Add any other context about the problem here.

mlevit commented 2 years ago

I believe you have an issue with your serverless-finch add-on. Can you try manually installing v3.0.0 and trying to deploy again?