Reputation: 11
Anything otherthan Jmeter tool
Upvotes: 1
Views: 79
Reputation: 167992
In absolute majority of cases you don't need to test the serverless application itself as it is being run by 3rd-party provider, i.e. Microsoft or Amazon
The only thing it makes sense to do is to perform analysis of the "function" implementation in order to identify that it is well developed from code perspective:
All this can be done using source code analysis and profiling tools
If your question is broader and you're looking for a load testing tool other than JMeter - check out Open Source Load Testing Tools: Which One Should You Use? article which describes alternatives including but not limited to:
However "classic" load testing tools are not applicable to FAAS applications
Upvotes: 1