Skip to content

app

stac_fastapi.pgstac.app

FastAPI application using PGStac.

Enables the extensions specified as a comma-delimited list in the ENABLED_EXTENSIONS environment variable (e.g. transactions,sort,query). If the variable is not set, enables all extensions.

create_handler

create_handler(app)

Create a handler to use with AWS Lambda if mangum available.

lifespan async

lifespan(app: FastAPI)

FastAPI Lifespan.

run

run()

Run app from command line using uvicorn if available.