Vladislav Tankov
Vladislav Tankov
Oh, that's on me. Yeah, I did got 400 too (did not notice specific status code and thought it would be 404, since the code says DOES_NOT_EXIST. As for the...
Are you building on Windows? If that's the case, please check that new line feeds are LF. It is a well-known bug that should be fixed.
I'll try to take a look into the problem with ids. But yeah, it seems that the problem is somehow near the Quartz local emulation :)
I believe we can add provisioned concurrency as an option along with autowarming. To be honest, right now we are experimenting with GraalVM and the results are very promising. `https://ktor.site.kotless.io`...
Right now we do support only Terraform. One of the reasons that Terraform is a cloud-agnostic tool. CloudFormation, on the contrary, can be used only in AWS. It is a...
GraalVM is a VM only during compilation to native binary. The result product is a native binary :)
> Here's a reason not to use GraalVM. It is GPL licensed. As far as I understand, code generated by GraalVM would not be GPL licensed. So, it should not...
Well, in general the idea was to provide useful list of mime types with correct binary flags (in some cases, those flags are not really obvious). But still, we can...
Well, actually MimeTypes are necessary only for static resources. The main reason is that static resources are served right from S3 via API Gateway integration. Because of it Kotless should...