I would like to stage a larger project with AWS SAM. Sadly a part of this project consists of a lambda function with a custom runtime and SAM does not include a way to set this up.
Does anyone know a workaround for this? If there is no other way I will try to set up the whole project with the wrong runtime and write a little function to change the runtime afterwards.