I would like to use gcc compiler in my aws lambda function. In my application user can upload their code (c, c++) and I have to evaluate it in my lambda function. I am just wondering is there any way to convert gcc compiler into a zip file? If it is possible then I can upload it as a lambda layer then access it from my lambda function.
Thanks,