Skip to content

Commit

Permalink
Feedback Proposal for #1018 (#1056)
Browse files Browse the repository at this point in the history
* Create Essay Proposal

* Create Feedback Proposal for #1018

* Create Tutorial Proposal

* Delete README.md

* Revert "Delete README.md"

This reverts commit 247d8be.
  • Loading branch information
felix-seifert authored Mar 31, 2021
1 parent e3691bc commit 44aefe3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions contributions/executable-tutorial/axp-fseifert/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Tutorial: Serverless Applications on Heroku

## Members

Axel Pettersson (axp@kth.se)
GitHub: [Ackuq](https://github.com/Ackuq)

Felix Seifert (fseifert@kth.se)
Github: [felix-seifert](https://github.com/felix-seifert)

## Proposal

Heroku is a webservice where users can run simple web applications for free for a limited number of hours per month. The obvious approach is to run serverless applications which are billed per second. However, Heroku does not offer the option to deploy serverless applications of-the-shelf.

We found a way on how to use Heroku's One-off Dynos, which are not addressable via HTTP requests, to process Functions-as-a-Service via providing arguments via environment variables. This approach is mentioned on the web only a single time. We want to create a tutorial on how to use Heroku to deploy a serverless application. As this tutorial is not executable simply via the browser and requires interactions with Heroku and GitHub, we do not want to use a platform for online tutorials and suggest to create a GitHub repo which contains source code examples and detailed descriptions on how to achieve the serverless deployment.
10 changes: 10 additions & 0 deletions contributions/feedback/fseifert/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Feedback
## *SaaS, PaaS, IaaS? A taxonomy of cloud service models*

### Members
Felix Seifert (fseifert@kth.se)
GitHub: [felix-seifert](https://github.com/felix-seifert)

### Proposal

After scanning many essay proposals, I found #1018. The topic sounds interesting for a wide range of people, also non-developers. I want to provide feedback for this essay to help the authors to ensure that this essay is perceived well by many readers.

0 comments on commit 44aefe3

Please sign in to comment.