v0.1 — 2026-03-11 — Initial Public Release
DynamoSQL is now publicly available. APIPOST /v1/queryendpoint withexecuteandplanmodes- Stateless offset pagination via
maxRows/resumeIdxoptions - Row and object response formats via
options.responseType x-request-idresponse header on all Lambda responses for support tracing
- Cognito JWT authentication using the OAuth 2.0 client credentials grant
- Scoped access:
query:executeandquery:plan - Multi-tenant request scoping via per-tenant IAM role assumption with ExternalId
SELECTwith column aliases,SELECT *,table.*,SELECT DISTINCTORDER BY(ascending),LIMIT,OFFSET,FETCH FIRST n ROWS ONLYINNER JOIN,LEFT OUTER JOIN,RIGHT OUTER JOIN,FULL OUTER JOINWHEREwith comparisons,BETWEEN,IN,EXISTS,LIKE,IS NULLGROUP BY,HAVING, aggregate functions (COUNT,SUM,AVG,MIN,MAX,STDDEV)WITHCTEs (single and multiple), scalar subqueries, correlated subqueries, derived tablesUNIONandUNION ALL- Arithmetic, bitwise, string operators;
CASE,COALESCE,NULLIF - Built-in numeric, string, and conditional functions
- Interactive API playground and full documentation at docs.dynamosql.com