Seth Geoghegan
05/06/2022, 6:29 PMSeth Geoghegan
05/06/2022, 6:30 PM8ca436e9-8142-4610-a010-ceeec9997a4d REQUEST sgeoghegan-rest-api-postg-ClusterMigrationFunction-3SNcTxJ6VIqU [index.handler] invoked
ReferenceError: module is not defined in ES module scope
This file is being treated as an ES module because it has a '.js' file extension and '/Users/sgeoghegan/dev/rest-api-postgresql/backend/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
at file:///Users/sgeoghegan/dev/rest-api-postgresql/backend/migrations/first.js1651861529442.js:1:1
at ModuleJob.run (node:internal/modules/esm/module_job:175:25)
at async Loader.import (node:internal/modules/esm/loader:178:24)
at async importModuleDynamicallyWrapper (node:internal/vm/module:437:15)
at async DynamicFileMigrationProvider.getMigrations (/Users/sgeoghegan/dev/rest-api-postgresql/.sst/artifacts/sgeoghegan-rest-api-postgresql-MyStack-Cluster-MigrationFunction/Users/sgeoghegan/dev/rest-api-postgresql/node_modules/@serverless-stack/resources/dist/RDS_migrator/index.js:7427:29)
at async Migrator.resolveMigrations_fn (/Users/sgeoghegan/dev/rest-api-postgresql/.sst/artifacts/sgeoghegan-rest-api-postgresql-MyStack-Cluster-MigrationFunction/Users/sgeoghegan/dev/rest-api-postgresql/node_modules/@serverless-stack/resources/dist/RDS_migrator/index.js:6223:25)
at async Migrator.getMigrations (/Users/sgeoghegan/dev/rest-api-postgresql/.sst/artifacts/sgeoghegan-rest-api-postgresql-MyStack-Cluster-MigrationFunction/Users/sgeoghegan/dev/rest-api-postgresql/node_modules/@serverless-stack/resources/dist/RDS_migrator/index.js:6082:24)
at async Runtime.handler (/Users/sgeoghegan/dev/rest-api-postgresql/.sst/artifacts/sgeoghegan-rest-api-postgresql-MyStack-Cluster-MigrationFunction/Users/sgeoghegan/dev/rest-api-postgresql/node_modules/@serverless-stack/resources/dist/RDS_migrator/index.js:7407:12)
Seth Geoghegan
05/06/2022, 6:33 PM"type": "module"
Seth Geoghegan
05/06/2022, 6:33 PMthdxr
05/06/2022, 7:15 PM.cjs
thdxr
05/11/2022, 2:18 PM