https://github.com/dagmawig/aws-lambda-market-data-api
This node application, which is deployed to AWS lambda serverless function, fetches stock price history for a given stock.
https://github.com/dagmawig/aws-lambda-market-data-api
aws aws-lambda cloud lambda-functions nodejs serverless stock-market stock-price
Last synced: about 1 month ago
JSON representation
This node application, which is deployed to AWS lambda serverless function, fetches stock price history for a given stock.
- Host: GitHub
- URL: https://github.com/dagmawig/aws-lambda-market-data-api
- Owner: dagmawig
- Created: 2024-03-18T01:10:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T01:18:17.000Z (over 2 years ago)
- Last Synced: 2025-05-18T04:16:22.477Z (about 1 year ago)
- Topics: aws, aws-lambda, cloud, lambda-functions, nodejs, serverless, stock-market, stock-price
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Market Data Node JS app
This Node.js app fetches stock price open, close, high and low values for a give stock.
The app is deployed to AWS Lambda Serverless function.