In the early days, when we were experimenting with Serverless we created several apps that we now lost track (staff left etc.). So I basically have no idea where is the place or even the machine where the app was deployed so no way of running serverless remove
command.
If going to the console and clicking on the the 3-dots icon and asking the option to delete the app I see:
Are you sure you want to delete the app oct-js-convert-s3?
Deleting an app does not remove any services already deployed. To remove the services, go to your project directory, and use the CLI to run:
sls remove
What would be the alternative? Is there a tutorial or something showing how to deleted things in AWS, like in CloudFormation and S3?