Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shortthirdman-org/espncricinfo-lambda-functions
ESPNcricinfo on AWS Lambda
https://github.com/shortthirdman-org/espncricinfo-lambda-functions
amazon-web-services aws aws-lambda espncricinfo nodejs
Last synced: 6 days ago
JSON representation
ESPNcricinfo on AWS Lambda
- Host: GitHub
- URL: https://github.com/shortthirdman-org/espncricinfo-lambda-functions
- Owner: shortthirdman-org
- License: mit
- Created: 2024-05-26T09:45:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:15:34.000Z (5 months ago)
- Last Synced: 2024-06-18T22:04:05.217Z (5 months ago)
- Topics: amazon-web-services, aws, aws-lambda, espncricinfo, nodejs
- Language: TypeScript
- Homepage: https://www.espncricinfo.com
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESPNcricinfo on AWS Lambda
[ESPNcricinfo](https://www.espncricinfo.com) APIs on [Amazon Web Services (AWS) Lambda](https://aws.amazon.com/lambda/)
## Tech Stack
shortthirdman-org/ESPNcricinfo-Lambda-Functions is built on the following main stack:- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – Languages
Full tech stack [here](/techstack.md)
## Documentation and References
- [Configuring environment variables (AWS CLI)](https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html)
- [Building Lambda functions with Node.js](https://docs.aws.amazon.com/lambda/latest/dg/lambda-nodejs.html)
- [Lambda runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)
- [Building Lambda functions with TypeScript](https://docs.aws.amazon.com/lambda/latest/dg/lambda-typescript.html)
- [Deploy transpiled TypeScript code in Lambda with container images](https://docs.aws.amazon.com/lambda/latest/dg/typescript-image.html)
- [Deploy transpiled TypeScript code in Lambda with .zip file archives](https://docs.aws.amazon.com/lambda/latest/dg/typescript-package.html)
- [Define Lambda function handler in TypeScript](https://docs.aws.amazon.com/lambda/latest/dg/typescript-handler.html)
- [AWS Lambda function logging in TypeScript](https://docs.aws.amazon.com/lambda/latest/dg/typescript-logging.html)
- [Tracing TypeScript code in AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/typescript-tracing.html)
- [AWS Lambda function logging in TypeScript](https://docs.aws.amazon.com/lambda/latest/dg/typescript-logging.html)