Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)