AWS LAMBDA

Study notes & sandbox — built from the interview exercise

Lambda Tester

Local invoker for any handler(event, context) in the project root. Captures the AWS-equivalent REPORT metrics, stdout, structured JSON log lines, and CloudWatch EMF metric records — the latter two will populate automatically once the corresponding function-side improvements land.

Hit Invoke to run the selected function.
Result (JSON)
No invocation yet.
stdout / stderr
No output yet.
Structured logs (JSON-per-line on stdout — currently empty, will populate after improvement #2)
No structured logs detected.
EMF metrics (CloudWatch embedded-metric-format on stdout — currently empty, will populate after improvement #3)
No EMF metrics detected.

History

Click a row to view its full record. Cleared on page reload (FastAPI keeps the last 200 invocations server-side regardless).

#TimeFunctionStart Init (ms)Duration (ms) Max RSS (MB)Status
No invocations yet.

Scripts

Support scripts bundled with the selected function — any .py besides handler.py.