You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the README, the following command will clean up the project after deploying it: aws cloudformation delete-stack --stack-name tensorflow-inference-docker-lambda
When I run this, the stacks fail to be deleted because they include non-empty S3 buckets. In order to delete the stacks, I have to delete the contents of the buckets and then the buckets themselves.
It would be great to update the README with correct instructions for removing the project from AWS.
The text was updated successfully, but these errors were encountered:
According to the README, the following command will clean up the project after deploying it:
aws cloudformation delete-stack --stack-name tensorflow-inference-docker-lambda
When I run this, the stacks fail to be deleted because they include non-empty S3 buckets. In order to delete the stacks, I have to delete the contents of the buckets and then the buckets themselves.
It would be great to update the README with correct instructions for removing the project from AWS.
The text was updated successfully, but these errors were encountered: