© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Felix Blackburn
In the first code, there is a typo: import {createTravelTable} from './database/tables.ts'
Should be: import {createTravelTable} from './database/tables'
Michael Liendo
Fullstack Cloud with TypeScript, React, and AWS CDK
Good eye and thanks for pointing that out! Just updated it, much appreciated and hope you enjoy the series!