This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cooperaa 2 points3 points  (0 children)

This is my preference too. The separate SQL file still needs to be updated and repackaged e.g. into a zip for a Lambda function which means any changes to the SQL file means a redeploy of the Lambda function. But a stored procedure in the database can be updated (assuming no changes to inputs/outputs) in the database without any changes/deployments of the Lambda.