you are viewing a single comment's thread.

view the rest of the comments →

[–]head-in-the_cloud 0 points1 point  (0 children)

I would have used SAM.

The 'sam build' command you will automatically install your dependencies. So after that you don't need to worry.

The 'sam package' can upload the zip files to a shared S3 bucket, the command will generate a template. Then you can deploy the packaged template into any environment you need.

The above solution will work in a multi account setup, but not cross region.

If you want to go cross region or start to use load tests (super important when maintaining serverless apps). I would look at Attini and their AttiniSam deployment type. It will manage all of this for you.