Slide 27
Slide 27 text
@IamStan
FaaSaaS - Zappa
-VTL to map body, headers, method, params and
query strings into JSON, and then turning that
into valid WSGI
-Attaching response codes to response bodies,
Base64 encoding, using that as a regex to
route the response code, decoding in VTL, then
mapping the response body
-Packing and Base58 encoding multiple cookies
into a single cookie
-Turning cookie-setting 301/302 responses into
200 responses with HTML redirects