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 1 year has passed since last update.

【備忘録】サーバーレスなお問い合わせフォームを実装してみた

Posted at

##背景
友達が申し込みフォームを利用してイベントの参加を募っていたが、申し込みの後、アドレスに返事がなくて文句言われてるのを聞いて、自動返信も大切なんだなぁと思い、作ろうと思いました。

#サーバーレスなお問い合わせフォームって何?
AWS上のサービスを利用し、サーバーレス(サーバーを構築しないで)実装してみました。
AWSで言うとEC2を利用せずに、アプリを構築したイメージです。
Webサーバーを「S3」と「Lambda」、「API Gateway」、メールサーバーを「SES」で設定をしました。

##やり方
下記サイトを見たらできました。
ネットの海は宝物庫

S3 静的ウェブサイトにサーバーレスなお問い合わせフォームを実装してみた(Amazon SES + AWS Lambda + API Gateway)
https://dev.classmethod.jp/articles/serverless-mailform-s3-website-hosting/

筆者が作ってみたサイト
http://portfolio-regards.s3-website-ap-northeast-1.amazonaws.com

##終わりに
サーバーを借りることなく、サービスが公開できる時代になったんですね〜

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?