Deployment Error when adding CORS param

Anybody encountering the same error as I am?

Serverless Error ---------------------------------------
An error occurred while provisioning your cloudformation:
The following resource(s) failed to create: [PreflightMethodApigEvent2]

The problem is that, with the other end-points, on the same serverless.yml doc produces no error upon deployment. It only happens when I have all three end-points set CORS to TRUE.

functions:
putEmployee:
handler: handler.putEmployee
events:
- http:
path: employee/putEmployee
method: post
cors: true

I’m having the same issue when I try to deploy with 3 endpoints with cors set to true.

Could you try updating to the latest serverless 1.0 that was just released. This should hopefully solve that. And then run serverless deploy -v so we can see verbose output