Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:24:11.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T01:32:36.121Z (over 1 year ago)
- Topics: aws, aws-lambda, java11, nodejs, python3
- Language: Makefile
- Size: 301 KB
- Stars: 3
- Watchers: 1
- 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/)