Closed membra closed 2 years ago
The error seems to have disappeared when I removed following from serverless.yml
tracing: apiGateway: true lambda: true
Any requirements from the aws-auto-cleanup to have it?
Hey @membra thanks for raising this, I'm currently taking a little break and will be back in a week or so to look into this.
@membra is this still an issue for you? I've upgraded to Serverless V3, not sure if that changes anything or not.
Hello,
While trying to set up a pipeline to deploy and run aws-auto-cleanup noticed that when deploying api component
npm run deploy -- --region ap-southeast-2
the stack looks to be deployed fine, all resources inside it as well
But in the very end npm throws this error: Rest API id could not be resolved.
and exits with status 1 (error)
Attaching full log: apideploylogs.txt
When I was deploying initially from local machine it didn't matter much as I checked that it deployed fine and was working after that, But now it is failing pipeline because of that.
What exactly is it trying to resolve and why? Thanks!