There are currently docs for how to implement a Cloudfront lambda edge event - but what about cloudfront functions? They are far cheaper and would be very beneficial. Does this functionality exist today?
Yes, you can fall back on using underlying CloudFormation inside serverless.yml.
I used it to implement “URL rewrite to append index.html to the URI for single page applications”