Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial: Serverless Applications on Heroku #1078

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

felix-seifert
Copy link

Tutorial: Serverless Applications on Heroku

Members

Axel Pettersson (axp@kth.se)
GitHub: Ackuq

Felix Seifert (fseifert@kth.se)
Github: 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.

@SophieHYe SophieHYe self-requested a review April 1, 2021 03:44
@SophieHYe SophieHYe self-assigned this Apr 1, 2021
@SophieHYe
Copy link

Serverless applications on Heroku is highly related to DevOps and interesting. Look forward to your tutorial! I am now merging it.

@SophieHYe SophieHYe merged commit b73dcce into KTH:2021 Apr 1, 2021
@ChristopherGustafson
Copy link

ChristopherGustafson commented Apr 1, 2021

This seems very interesting, I would like to give feedback on this tutorial (PR #1100 ) :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants