how to decrease the exceution time of aws lambda function nodejs
i’ve written an api in aws sam lambda function node x20.
this api is responsible for login into the user and return me the response.
while at cold start it look 6 seconds, after that it took 3 seconds (average) to return the response.
How to interpret AWS Lambda billing based on duration and GB-second
I find some discrepancies among the information that I can find by so far. For example, here is one log entry from my Lambda:
AWS lambda error ” unable to import module . No module named typing_extension
I have diploid my lambda and trying to run it from aws console, but receiving this error message what can cause this?