https://github.com/masaok/serverless-nodejs-app-demo
Basic Serverless AWS Node.js "Hello World" Demo
https://github.com/masaok/serverless-nodejs-app-demo
aws aws-lambda hello-world nodejs serverless
Last synced: about 1 year ago
JSON representation
Basic Serverless AWS Node.js "Hello World" Demo
- Host: GitHub
- URL: https://github.com/masaok/serverless-nodejs-app-demo
- Owner: masaok
- Created: 2019-06-14T06:23:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:04:39.000Z (over 3 years ago)
- Last Synced: 2025-01-29T17:14:08.257Z (about 1 year ago)
- Topics: aws, aws-lambda, hello-world, nodejs, serverless
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickstart
```
npm install
serverless deploy -v
```
Then, open the URL in a browser to see "Hello World!"
# Shutdown
```
serverless remove
```
# Source
https://dev.to/adnanrahic/how-to-deploy-a-nodejs-application-to-aws-lambda-using-serverless-2nc7