AWS Lambda: async C# handler
The final answer of AWS support at the time:
- The document was not up to date. It should run at maximum 15 minute timeout ( depend on the Lambda function configuration )
- The async modifier does not change how AWS behave, they will just await it.
- The behaviour diference is only on the .NET side