You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We actively use AWS Snapstart for Java. However, the main challenge is understanding what code should be pre-warmed in Snapstart hook (priming). For example objectMapper should be warmed skd clients, etc.
Describe the solution you'd like
We can run lambda with a java agent that will instrument code and log the most time-consuming lines of code and advise to warm it. Maybe ideally add AI suggestions (but it's optional :) )
Describe alternatives you've considered
The alternative is to locally add system.out.println for every line and see what line of code is slow
Additional context
In this case we will have better adoption os snapstart
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We actively use AWS Snapstart for Java. However, the main challenge is understanding what code should be pre-warmed in Snapstart hook (priming). For example objectMapper should be warmed skd clients, etc.
Describe the solution you'd like
We can run lambda with a java agent that will instrument code and log the most time-consuming lines of code and advise to warm it. Maybe ideally add AI suggestions (but it's optional :) )
Describe alternatives you've considered
The alternative is to locally add system.out.println for every line and see what line of code is slow
Additional context
In this case we will have better adoption os snapstart
The text was updated successfully, but these errors were encountered: