Suggest an idea
Similar
NextJS using OpenNext
1 0
completed
Native images: base web lambda stack
Java is slow to start on Lambda and CLI. Need to use native GraalVM images to speed up. Specifically on Lambda base stack for all of DS lambdas including authorizer, control, ingest lambdas
1 0
cancelled
Matus
This has been completed, although this was recently turned off: it takes a long time to build and the benefits compared to SnapStart are minimal. Keeping this as a potential future improvement, but not really necessary at this time.
Native image: Stream processors
GraalVM native image for lambda for customer stream processors. Most likely an optional thing, would need to ensure customer compiles for right architecture. Note: GH Actions don't support ARM out of the box.
1 0
cancelled
Matus
With AWS Lambda Snap-start, there isn't a huge benefit to native images anymore.
Loop prevention
A processor may call itself in a loop. Need to prevent or warn if this sort of loop is detected
1 0
completed
Matus
Completed, on lambda deploy, a graph is constructed of all lambdas and a loop detection is in place.
