0

I have aws-nuke running on Lambda using a container. aws-nuke is returning exit code 0, but the Lambda returns Runtime.ExitError

Cloud watch logs:

...
Scan complete: 221 total, 0 nukeable, 221 filtered.
No resource to delete.
INIT_REPORT Init Duration: 77885.80 ms Phase: invoke Status: error Error Type: Runtime.ExitError
START RequestId: xxx Version: $LATEST
RequestId: xxx Error: Runtime exited without providing a reason Runtime.ExitError
END RequestId: xxx
REPORT RequestId: xxx Duration: 77905.56 ms Billed Duration: 77906 ms Memory Size: 256 MB Max Memory Used: 99 MB 

Thank you

1 Answer 1

0

AWS Lambda is not a generic container runtime. The container needs to implement the AWS Lambda runtime API

If you want a more generic serverless container environment, I suggest ECS Fargate

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.