Is local development support *planned* for AE?
Is local development support planned for AE?

always applies
console.log a place to quickly and easily dump data to, but querying said data generally shouldn't be in the hot path of your app.

web_context to set a custom endpoint path, so it kind of works. Basic sample here: https://tsplay.dev/m3Eyqw"response_data": "200,[object Object]"SELECT
blob3 AS response_dataconsole.logweb_context[response.status, Object.fromEntries(response.headers.entries())]SELECT
formatDateTime(timestamp, '%Y-%m-%d') as day,
sum(_sample_interval) AS hits,
_sample_interval
FROM USAGE
WHERE
timestamp >= now() - INTERVAL '30' DAY
GROUP BY day, _sample_interval
ORDER BY day