I have a Serverless project that was successfully deployed to AWS with multiple Lambda functions and a Step Function state machine with an API Gateway event. I manually deleted the Step Function in AWS and now doing a sls deploy does not deploy the Step Function.
How do I get things back in sync?
Thanks!