Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 543 Bytes

File metadata and controls

33 lines (21 loc) · 543 Bytes

Nextzen Developers

Developer portal for managing Nextzen tile service API keys. Deployed as an AWS Lambda function using Zappa.

Note: Nextzen is no longer accepting new signups. The service is winding down.

Setup

Requires uv for dependency management.

uv sync

Local Development

uv run python wsgi_server.py

Deployment

Deploy to dev:

uv run zappa update dev

Deploy to production:

uv run zappa update prod