Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynnaloo/1988
:notes: Uses the power of three cloud platforms to find the best of 1988 :notes:
https://github.com/lynnaloo/1988
80s amazon-web-service azure-functions cloud-functions google-cloud-platform lambda-functions microsoft-azure movies music rick-astley tom-hanks
Last synced: 16 days ago
JSON representation
:notes: Uses the power of three cloud platforms to find the best of 1988 :notes:
- Host: GitHub
- URL: https://github.com/lynnaloo/1988
- Owner: lynnaloo
- License: mit
- Created: 2020-02-09T17:32:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:49:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T03:49:27.318Z (29 days ago)
- Topics: 80s, amazon-web-service, azure-functions, cloud-functions, google-cloud-platform, lambda-functions, microsoft-azure, movies, music, rick-astley, tom-hanks
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1988
1988 was an exceptionally good year in the 80s. 1988 brought you amazing things like the movie Heathers and the show Mystery Science Theater 3000.
## Other greats from 1988:
Music:
* Father Figure – George Michael
* Sweet Child O’ Mine – Guns N’ Roses
* Get Outta My Dreams, Get into My Car – Billy Ocean
* Wild, Wild West – Escape Club
* Don’t Worry Be Happy – Bobby McFerrin
* It Takes Two – Rob Base & D.J. E-Z RockNotable Events:
* Edmonton Oilers win the Stanley Cup
* Doppler radar was invented
* 13% of Americans surveyed thought the Moon was made of cheese
* Table Tennis (Ping Pong) became an Olympic Sport
* CDs out-sold vinyl records for the first time
* Microsoft releases [SQL Server](https://channel9.msdn.com/Series/History/The-History-of-Microsoft-1988)## What this is
A Serverless Framework Example with a simple HTTP service deployed on three different cloud platforms - Microsoft Azure, Amazon Web Services, and Google Cloud Platform.
## Setup
See the `README.md` in each service for more instructions for that FaaS environment.
# Install
With [Node LTS](https://nodejs.org/) installed, install the Serverless Framework:
```
$ npm install -g serverless
```Clone this repository
```
$ git clone [email protected]:lynnaloo/1988.git
$ cd 1988
```Choose a cloud platform, install libraries, deploy, and run!
```
$ cd [cloud company name]
$ npm install
$ serverless deploy
$ serverless invoke -f best
```Since these are HTTP services, you can execute them like a REST API
```
http://{generated cloud platform url}/best
```