https://github.com/simonaco/serverless-can-do-that
Slides for Serverless can do that?! presentation
https://github.com/simonaco/serverless-can-do-that
Last synced: 10 months ago
JSON representation
Slides for Serverless can do that?! presentation
- Host: GitHub
- URL: https://github.com/simonaco/serverless-can-do-that
- Owner: simonaco
- Created: 2019-04-12T08:48:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T17:39:15.000Z (almost 7 years ago)
- Last Synced: 2025-08-31T19:39:24.617Z (10 months ago)
- Language: CSS
- Homepage: https://serverlessstartups.azurewebsites.net/gitpitch/desktop#/
- Size: 10.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless can do that?!
**Abstract:** As a frontend developer you might think - why would I even care about servers? Or lack thereof!
In this session we'll explore how empowering serverless is for the Javascript developer and how much we can already achieve by not reinventing the wheel. We'll also sprinkling a bit of serverless magic and learn how we can use it once we add it to our toolbox.
## Running locally
```
docker run -it -v :/repo -p 9000:9000 gitpitch/desktop:pro
```
## Push to cloud
```
docker build --rm -f "Dockerfile" -t sicotin.azurecr.io/tourprez:1.0 .
docker push sicotin.azurecr.io/tourprez:1.0
```