demo-serverless-aspnetcore
demo-serverless-aspnetcore copied to clipboard
Run some benchmarks
It would be great to see how this performs.
- Concurrency
- Cold starts
- Warm starts
- Maybe HTTP vs REST APIs vs ALB
Had to request concurrent Lambda execution limit be raised from the default 1,000
AWS got back to my request and asked for the following info:
- Expected Average Requests Per Second:
- Expected Peak Requests per Second:
- Expected Function Duration in Seconds:
- Function Memory Size:
- Invocation Type (Event / Request-response):
- Event Source (If Applicable):
Will need to come up with some answers