I have a question if how to deploy the following setup.
Project
Module A (Ktor)
Module B (Kotless)
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)
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