Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmurphy1217/aws-lambda-projects
AWS Lambda Proof-of-Concepts
https://github.com/danmurphy1217/aws-lambda-projects
Last synced: 29 days ago
JSON representation
AWS Lambda Proof-of-Concepts
- Host: GitHub
- URL: https://github.com/danmurphy1217/aws-lambda-projects
- Owner: danmurphy1217
- Created: 2022-02-12T16:43:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T20:00:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-26T22:10:29.877Z (3 months ago)
- Language: Python
- Size: 28.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains several projects related to real-life applications of AWS Lambda:
1. Setting up a Lambda function that can interface with an AWS RDS database [DONE]
2. Setting up a Lambda function with Kotlin + Maven [WIP]
3. Calling EC2 from Lambda (i.e. lambda function starts an ec2 instance and shuts it down) [DONE]
4. Calling EC2 from Lambda where EC2 is spun up via lambda and lambda exits, then ec2 runs some arbitrary code and shuts down when done processing
5. CICD with Lambda (Github Testing <--> AWS S3 (w. versioning) <--> AWS Lambda)