JetBrains / kotless

Kotlin Serverless Framework
Apache License 2.0
1.15k stars 58 forks source link

Feature Request: Lambda annotation + MergeOptimization PerLambdaConfig #89

Open BlackHornet opened 3 years ago

BlackHornet commented 3 years ago

Currently I'm checking out the features and optimizations of the kotless possibilities.

Have you thought about a Lambda annotation (e.g to define memory usages on a Lambda level) (and merge only those together, which are configured with same annotation values).

This would helps configuring lambdas more flexible to what they really need and reduce costs. Of course this also can be done manually in the AWS console, but I'm not sure if a kotless deployment would "reset" these settings?!