-
Native support for TS in netlify functions landed last year and I missed it ! https://www.netlify.com/blog/2021/04/19/announcing-native-typescript-support-for-netlify-functions/
- There is still a little bit of boiler plate to set up, ie type checking and linting. This all needs to be configured from scratch.
- http redirects. Achieved by using 30X status code and providing a
Location
header e.g
Location: "/success"