My observations on pains related to testing serverless applications reported by survey respondents.| Serverless First
Write most of your tests at a low level (unit tests) with a few broad-stack tests, eg via UI. UI tests tend to be fragile and slow.| martinfowler.com