JetBrains / kotless

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

Multiple Lambdas (project modules) in one bucket #88

Open BlackHornet opened 3 years ago

BlackHornet commented 3 years ago

Hi,

I have a question if how to deploy the following setup.

When deploying the modules to the same bucket, only the last lambdas for the last processed module is available in my S3 bucket. The only solution I found was using different buckets for each module.

Do I really have to use a different bucket for each module?

Or it is possible to just deploy the lambdas to the same bucket (the names and paths are different, so they should not override each other)

Regards