Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update course #7

Open
rexosariemen opened this issue Feb 27, 2021 · 1 comment
Open

Update course #7

rexosariemen opened this issue Feb 27, 2021 · 1 comment

Comments

@rexosariemen
Copy link

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

@sidouglas
Copy link

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"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants