TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Run a Python Flask HTTP Server in AWS Lambda (w/Poetry)

3 pointsby cnuss7 months ago
Scaffoldly allows you to run any HTTP server inside AWS Lambda. It requires no code changes to your existing server and a simple configuration in the project&#x27;s pyproject.toml. Deployments can be done locally or in GitHub Actions.<p>In this example, we&#x27;re running a Flask server in AWS Lambda, and the scaffoldly toolchain handles packaging, deployment, and routing of AWS Lambda HTTP requests.

1 comment

billconan7 months ago
it uses the port 5000, can lambda open any port?
评论 #41848273 未加载