# python-lambda-timeout-repro **Repository Path**: mirrors_getsentry/python-lambda-timeout-repro ## Basic Information - **Project Name**: python-lambda-timeout-repro - **Description**: Project to test AWS Lambda timeouts. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-11 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-lambda-timeout-repro Project to test AWS Lambda timeouts. After making changes to `sam-app`, use: ```bash sam build --template-file sam-app/template.yaml ``` To run the lambda function, run the following commands in two terminals: ```bash sam local start-lambda --debug --template .aws-sam/build/template.yaml sam local invoke HelloWorldFunction ```