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

Lightning Talk: Going Serverless with Cloud Functions #7

Open
halfwhole opened this issue Jan 21, 2022 · 0 comments
Open

Lightning Talk: Going Serverless with Cloud Functions #7

halfwhole opened this issue Jan 21, 2022 · 0 comments

Comments

@halfwhole
Copy link
Contributor

halfwhole commented Jan 21, 2022

Summary

Managing servers is often a painful task. With technologies like Google Cloud Functions, you can avoid having to run your own server: just write your application code, deploy it onto the cloud, and you're good to go! Using these functions can save you the headache of managing your own server, and save you some money too.

Presentation

Title: Going Serverless with Cloud Functions

WIIFY: Cloud Functions are simple and easy for you to deploy, cost-effective, and appropriate for your needs.

Key points:

  1. Cloud Functions make deployment easy and configuration-free
  2. Cloud Functions are cost-effective as they scale automatically
  3. Cloud Functions excel at single-purpose and specific needs, like database actions and scheduled tasks

Impact:

  1. Know: How easy and cheap it is to use Cloud Functions compared to servers or other platforms
  2. Believe: Cloud Functions can benefit the user by making deployments simple and painless
  3. Do: Use Cloud Functions as your cloud platform of choice

Slides: https://docs.google.com/presentation/d/1ScCF67W6E17RKh35LHoXFjOUFoC3jAvCSby7CmmzDJw

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

No branches or pull requests

2 participants