One Api Gateway, multiple integration types?

I am attempting to create a single api gateway that has two different integration types. 5 endpoints are simply proxies to DynamoDB and 1 endpoint uses a Lambda function.

How do I do this with Serverless? All of my attempts resulted in Serverless throwing errors during deploy. I am trying to use the Resources section of the serverless.yml file, but I haven’t had much luck.

Serverless version v1.0-beta.

well, i figured it out, for the most part. I had to look through the cloud formation scripts to see what I was doing wrong.

yup serverless deploy --noDeploy should help a lot there to show you the actual CF template so you can overwrite things