Managing API Gateway w/ Serverless for EC2 Instances and Lambda

Our infrastructure consists of microservices that are built with the Serverless Framework as well as stateless services running on EC2 (we’re slowly moving to containers instead of EC2).

Can the Serverless Framework be used to manage API Gateway for both the Serverless services and other services that are mapped to the gateway?

Yes. You just have define it as Cloudformation code.