matano icon indicating copy to clipboard operation
matano copied to clipboard

Expose Lambda configuration options to Matano config

Open timoguin opened this issue 2 years ago • 1 comments

We need to be able to modify things like function CPU, memory, and timeouts. Figure out a good UX for exposing these options (maybe others as well) via the Matano config.

Maybe something like this in matano.config.yml:

functions:
  data_batcher:
    memory_size: 1024
    timeout: 80
    ephemeral_storage_size: 512
  metadata_writer:
    memory_size: 2048
    timeout: 200
    snapstart_apply_on: PublishedVersions
    ephemeral_storage_size: 1024

timoguin avatar Feb 08 '23 23:02 timoguin

This is also a good place to expose options for things like setting log levels.

timoguin avatar Feb 09 '23 04:02 timoguin