building-a-serverless-api-with-nodejs-and-aws-aurora-serverless icon indicating copy to clipboard operation
building-a-serverless-api-with-nodejs-and-aws-aurora-serverless copied to clipboard

Results 4 building-a-serverless-api-with-nodejs-and-aws-aurora-serverless issues
Sort by recently updated
recently updated
newest added

I'm getting "TypeError: Os.tmpDir is not a function" when I run "sls offline start --skipCacheInvalidation"

I had to modify the code to get sequelize to work properly. The issue was caused by srs deploy not properly sending the mysql2 dependency. This was fixed by modifying...

Hi @adnanrahic , In your tut you're able to run your functions locally and connect to the DB. I'm unable to, so I was wondering if you're doing anything special...

https://github.com/adnanrahic/building-a-serverless-api-with-nodejs-and-aws-aurora-serverless/blob/c5a3d8b92d661eeaa2930bddd92572e44abc03e5/package.json#L16