Włodzimierz Rożkow
Włodzimierz Rożkow
@ghzatomic I used Docker containers with Beanstalk so Spring Boot runs in embedded server and all works pretty fine except of proper hostname resolving problem described here: #30 So I...
@spencergibb as far as I remember, there wasn't any errors, client just was unable to connect to peer.
@Kaoschuks bro, this code is 5 years old. The project seems to be abandoned so I doubt anyone help you. Anyways, speaking about your problem, you'd probably want to add...
It would be awesome to add JodaTime/DateTime api support because now I have to mess between my code which uses new apis and old awkward java.time APIs
Same for me, Linux Mint 20.3. Even worse, awsume crashes terminal session.
Same here. This is super annoying.
btw, stuff like ``` jar { manifest { attributes("Main-Class": "me.rozhok.Main") } } ``` Doesn't worked for me. Only application+mainClassName helped.
Same issue here, I'm trying to send email with attachment, but I'm getting error `Header section too long`
This is not possible at the moment because backup lambda uploads file to s3 without granting full control on the object to the bucket owner.
@keen99 as far as I understand, several triggers in lambda just execute several lambdas simultaneously or execute them one by one. I've already configured single lambda to handle 30's streams...