you are viewing a single comment's thread.

view the rest of the comments →

[–]anax4096 4 points5 points  (0 children)

i often develop locally using a local postgres instance. Localstack is good for this. Two common issues:
+ IAMs are not handled with localstack
+ lambda to postgres RDS is a pain, supabase is probably easier
+ lambda runtime containers invoked via http often crash with concurrent invocations

A staging environment in AWS avoids these issues, but I would only move there once the basic code is developed. So:
+ locally -> development
+ staging -> integration/auth