Skip to content

SST

SST入門

SvelteKitをAWSのLambdaで動かす方法を探していて、ゼロコンフィグデプロイ • Docs • SvelteKitUse SvelteKit with SST | SSTが紹介されていた。

SSTってSega Sound Teamしか知らないけど、Serverless Stackの略らしい(Tはどこから?)。

で、ドキュメントに沿って動かしてみたら、いい感じにデプロイできた。

が、Prismaを使ったツールをデプロイしたら

“PrismaClientInitializationError: Prisma Client could not find its schema.prisma. This is likely caused by a bundling step, which leads to schema.prisma not being copied near the resulting bundle. We would appreciate if you could take the time to share some information with us.”,

Read more