Hi, how do I enable CORS on per method basis for A...
# typescript
m
Hi, how do I enable CORS on per method basis for AWS API gateway?
t
I don't think there is a similar shortcut for this, so you'd essentially have to implement all the operations from
m
Thanks !