Problem:
An AWS Lambda in TypeScript ends unexpectedly with a CloudWatch success message (i.e. no errors logged).
Solution:
a. Increase Lambda memory size if low.
b. Check for missing await. Various console.log statements might log to CloudWatch but Lambda does not run to completion.
No comments:
Post a Comment