Is it possible to host a static HTML website on App Engine? And how to make my domain name work with it?
This also worked for me. It's exactly like @BradAbrams solution only with static_dir for the second part :
handlers: - url: / static_files: index.html upload : index.html - url: /* static_dir: "."