Config Jets Deploy Runtime

Reference

The table below covers each setting. Each option is configured with config.OPTION. The config. portion is not shown for conciseness. IE: logger.level vs config.logger.level.

Name Default Description
runtime.ruby 3.2 The default AWS Lambda Runtime to use. This is really only applicable for “simple functions” or internal functions when using the package type zip. In general, you do not set this because Jets determines your Ruby Version from your project. This setting may be removed in the future.

See Full Config Reference