While smithy has some minimal coverage of CORS in the trait documentation, the ssdk generator docs don't . Do you have to handle OPTIONS yourself (this seems to be the case), or is there some magic in the generated code?
If you must wire up handling CORS preflights yourself, how/where should you do that?