Create new lambda

Register a Swift repository and executable target with a clean, auditable contract.

This screen is intentionally narrow. You are not uploading code or configuring infrastructure here. You are defining the exact Swift package entry point the backend should compile and run.

Repository source
Use the public GitHub URL the backend will clone directly.
Execution contract
Package path and target name tell SwiftLambda exactly what to build.
Guardrails

Only public HTTPS GitHub repositories are accepted in this MVP.

Package path must be repo-relative and end with Package.swift.

Target name should match the executable product SwiftLambda will compile and run.

You need an account before creating projects.

Log in or create an account, then come back here to register the repository.