Greg Ricker • over 2 years ago
SAM and CFT
I have a cft to deploy a database(Aurora) and SAM to deploy serverless resources. For the submission do they have to be combined into one or deployed separately? I like to keep them separate as a rule..
Comments are closed.
3 comments
Stef Maccarone Manager • over 2 years ago
Hey Greg,
Good question. I'm not sure, but I'm finding out for you!
Best,
Stef
Stef Maccarone Manager • over 2 years ago
Hi Greg - I'm copying the reply I received below:
"Agreed, it’s best practice to deploy databases in a separate stack from application logic. I guess it depends on what the app itself does. I’m guessing the primary value of the app is the application logic itself and not the database. So they could submit the serverless app for the hackathon and include installation instructions in the README on how to setup the Aurora DB used by the app, either manually or via CFN."
Hope this is helpful!
Best,
Stef
Greg Ricker • over 2 years ago
okay, its what I had hoped.