# flask-on-lambda **Repository Path**: lpwm/flask-on-lambda ## Basic Information - **Project Name**: flask-on-lambda - **Description**: 本仓库为文章 https://lpwmm.blog.csdn.net/article/details/149313858 配套示例代码 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-14 - **Last Updated**: 2025-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 本仓库为文章 [https://lpwmm.blog.csdn.net/article/details/149313858](https://lpwmm.blog.csdn.net/article/details/149313858) 配套示例代码 # 镜像构建和本地测试 ```bash docker build -t flask-on-lambda:latest . docker run -it --rm -p 8080:8080 flask-on-lambda ```