Nuxt.js Deploy
SSRのデプロイ
(AWS) APIGateway + Lambda
後述のECS + Fargateの記事によると
Lambda にはレスポンスボディサイズの制約、デプロイ可能なZIPサイズの制約などがあり
マイクロサービスの思想で付き合った方が健全だと感じます(制約も多いですし)
Nuxt.jsをAWS Lambda上で動かす.サーバレス・サーバサイドレンダリング
Nuxt appの新規作成からデプロイまで
nuxtプロジェクト作成時に Use a custom server framework が出てこない。。
https://www.keisuke69.net/entry/2020/09/18/175941
Nuxtのブログアプリで、コマンド実行でデプロイできる仕組み
デプロイ後Internal server error になるがどこでエラーログ見れば良いか分からず
https://github.com/vendia/serverless-express/tree/master/examples/basic-starter
Google App Engine
ECS + Fargate
静的サイト(SPA)のデプロイ
Netify
Amplify
S3 + Cloudfront
#Vue.js