Sha256: a83df2515153fc1050b9f693436aa5aefb348bfff53c3c79b5199189460e652e
Contents?: true
Size: 840 Bytes
Versions: 18
Compression:
Stored size: 840 Bytes
Contents
Jets.application.configure do config.project_name = "project" # config.env_extra = 2 # Optional. Any value works: 1,2,abc,xyz # Allows creation of multiple instances of env. config.cors = true config.autoload_paths = %w[ app/controllers app/models app/jobs app/rules app/helpers app/shared/resources ] config.extra_autoload_paths = [] # function properties defaults config.function = ActiveSupport::OrderedOptions.new config.function.timeout = 30 # default memory setting based on: # https://medium.com/epsagon/how-to-make-lambda-faster-memory-performance-benchmark-be6ebc41f0fc config.function.memory_size = 1536 end
Version data entries
18 entries across 18 versions & 1 rubygems