Aws Lambda is supporting C++ since late 2018 (official announcement). I would like to know which versions of the C++ standard library I can use AWS Lambda. Could you point me to an official AWS document?
Why I am asking this: I recently switched from C++ 11 to C++ 17 and have issues now. I suspect it might be the C++ version.
Sidenote: The example in the post above is using C++ 11.