serverless-with-aws icon indicating copy to clipboard operation
serverless-with-aws copied to clipboard

Update course

Open rexosariemen opened this issue 5 years ago • 1 comments

I think this course needs an update. I get error starting the app

rexosariemen avatar Feb 27 '21 12:02 rexosariemen

I updated the package.json like so - I am using node 14

{
  "dependencies": {
    "express": "4.18.1",
    "serverless-http": "3.0.1",
    "serverless-offline": "8.8.0"
  },
  "scripts": {
    "dev": "sls offline start  --lambdaPort 4501 --httpPort 4500",
    "test": "jest"
  },
  "devDependencies": {
    "jest": "28.1.0",
    "supertest": "6.2.3"
  },
  "name": "serverless-with-aws",
  "description": "> Learn how to use AWS Lambda functions, by [Scott Moss](https://github.com/hendrixer)",
  "version": "1.0.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FrontendMasters/serverless-with-aws.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/FrontendMasters/serverless-with-aws/issues"
  },
  "homepage": "https://github.com/FrontendMasters/serverless-with-aws#readme"
}

sidouglas avatar May 21 '22 06:05 sidouglas