0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

サーバーレスな何かについて

0
Posted at

初記事です。業務で教わったこととか書いていけたらと思います。

きっかけ

今日業務でaaapiとかrest apiのお話をしてその際にサーバーレスについて先輩にざっくり教わった。
その際に少し説明が印象的だったのでメモ。

サーバーレスとは

サーバーを意識しないようにした仕組みのこと。AWSとか
リソースを置いておくと「いい感じ」に処理をしてくれるらしい。

サーバーレスのメリット&本質を、AWS Lambdaを使って理解しよう

ラムダ

上述の「いい感じ」にやってくれるサーバーレスな関数群。
nodeとか実行に必要なリソースを配置するといい感じに(ry

AWS Lambda とは

まとめ

AWSで提供している仕組みにラムダがあって、それらはサーバーレスで動いているよ。

感想

先輩の会話がラムダラムダでラムダ式か何かだと思ったけど、全然違ったんだなと。
自分でも弄ってもっとわかるようになれたらいいな。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?