Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j4ng5y/digitalocean-functions-challenge
https://github.com/j4ng5y/digitalocean-functions-challenge
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j4ng5y/digitalocean-functions-challenge
- Owner: j4ng5y
- Created: 2022-06-09T15:33:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T04:36:47.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:11:26.529Z (6 months ago)
- Language: Python
- Size: 128 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Ocean Functions Challenge
This repository is a just a showcase of different languages calling and being a Digital Ocean function.
## Table Of Contents
| Language | Subject | Link |
| -------- | ------------------- | -------------------------------------------------------------------------------------------- |
| Go | CLI Using Functions | https://github.com/j4ng5y/digitalocean-functions-challenge/blob/main/go/main.go |
| Python | CLI Using Functions | https://github.com/j4ng5y/digitalocean-functions-challenge/blob/main/python/main.py |
| Rust | CLI Using Functions | https://github.com/j4ng5y/digitalocean-functions-challenge/blob/main/rust/sharks/src/main.rs |