CppCon 2019: Marco Magdy “The Design of the C++ Runtime for AWS Lambda”

Описание к видео CppCon 2019: Marco Magdy “The Design of the C++ Runtime for AWS Lambda”

http://CppCon.org

Discussion & Comments:   / cpp  

Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2019

AWS Lambda allows developers to write their code and run it without worrying about provisioning machines and/or scaling them. AWS Lambda's billing model is based on how much memory your code consumes and how fast it completes. That makes C++ an ideal candidate for AWS Lambda.

However, C++ programs are compiled with many different compilers and linked against different versions the standard library. This poses a challenge for deployment when the target environment is not something under your control. It can also be too restrictive to require users to build their programs from scratch in that environment and that environment only.

In this talk, I will walk you through the problems we faced and the techniques we used to solve them in order to make running C++ on AWS Lambda a reality.

Marco Magdy
Senior Software Engineer, Amazon
Marco is a senior software engineer at AWS who works full time on developing & maintaining the C++ SDK for AWS. He is also the author of the C++ runtime for AWS Lambda.

Videos Filmed & Edited by Bash Films: http://www.BashFilms.com

*-----*
Register Now For CppCon 2022: https://cppcon.org/registration/
*-----*

Комментарии

Информация по комментариям в разработке