Sébastien Stormacq

Results 180 comments of Sébastien Stormacq

Thank you for having submitted this. I agree that we should document how to nicely integrate with `sam` native way of managing the build. `Makefile` is indeed part of the...

@adam-fowler now that we adopted Swift HTTP Types in Lambda Events, is this still an issue ?

Transfering from swift-aws-lambda-runtime project as this relevant to this lib.

@johnbona Can you review #333 and let us know if this implementation would match your needs. I'm curious to learn about the requirement for the directory name. Can you customize...

Probably fixed by pull request #333 - closing this now. Feel free to reopen if this does not work for your use case

@fabianfett This is the code from v1 ``` // when log level is trace or lower, print the first Kb of the payload if logger.logLevel

Looks like the compiler crash happens on Mutex with generic types only https://github.com/swiftlang/swift/issues/78048

I also think https://github.com/swiftlang/swift/issues/80020 is not related to `Mutex`

Hey @MahdiBM . I'm sorry you're experiencing such intermittent error. From what I understand, your CI runs in a swift:6.0:amazonlinux2 container and uses the `1.0.0-alpha.3` branch of the runtime. Is...

Hey @MahdiBM . I'm sorry you're experiencing such intermittent error. Can you try with the new 2.0.0-beta.1 release. There is no change in the archiver plugin but compiling with the...