Jean-Philippe Lemelin
02/15/2022, 2:44 AMrest-api-tse931cfac63969aeba3deb3d4f0842fe544bcd2f1SST: 0.60.8
CDK: 2.7.0aws-lambda-rci.../node_modules/@serverless-stack/aws-lambda-ric/lib/index.js:34
const error = new Errors.UnhandledPromiseRejection(reason?.toString(), promise);
SyntaxError: Unexpected token '.'
    at Loader.moduleStrategy (internal/modules/esm/translators.js:140:18){
        "name": "Debug SST Start",
        "type": "node",
        "request": "launch",
        "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
        "runtimeArgs": ["start", "--increase-timeout", "--region", "ca-central-1"],
        "env": {
            "AWS_SDK_LOAD_CONFIG": "1",
            "AWS_PROFILE": "my-aws-profile",
        },
        "console": "integratedTerminal",
        "skipFiles": ["<node_internals>/**"]
      },thdxr
02/15/2022, 2:42 PM