https://github.com/mihaibogdaneugen/learn-aws-lambda
Learn how to use AWS Lambda to create Serverless spplications
https://github.com/mihaibogdaneugen/learn-aws-lambda
aws aws-lambda java11 nodejs python3
Last synced: 2 months ago
JSON representation
Learn how to use AWS Lambda to create Serverless spplications
- Host: GitHub
- URL: https://github.com/mihaibogdaneugen/learn-aws-lambda
- Owner: MihaiBogdanEugen
- License: apache-2.0
- Created: 2020-01-01T15:49:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:24:11.000Z (about 3 years ago)
- Last Synced: 2025-02-13T03:53:37.279Z (11 months ago)
- Topics: aws, aws-lambda, java11, nodejs, python3
- Language: Makefile
- Size: 301 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn AWS Lambda
Learn how to use AWS Lambda to create Serverless spplications
## Prerequisites
- [AWS Command Line Interface](https://aws.amazon.com/cli/) installed and properly set up
## Getting Started with AWS Lambda
- [AWS Lambda using Java with Java11 Runtime](hello-aws-lambda-java11/)
- [AWS Lambda using Javascript with NodeJs12.x Runtime](hello-aws-lambda-nodejs12.x/)
- [AWS Lambda using Python with Python3.8 Runtime](hello-aws-lambda-python3.8/)