CutiePie
CutiePie

Reputation: 1

How to auto deploy AWS lambda functions to multiple aws accounts

I am working on AWS lambda functions using python and SAM deployment.Already i am deploying in one account with two environments. If i need to deploy it to multiple AWS accounts, then how to auto deploy all lambdas to those both accounts and how to manage table names and api in the lambda?

I have tried only deploying each lambda one by one to each account separately and by changing table names. I need to auto deploy all lambdas to both accounts having multiple accounts table name

Upvotes: 0

Views: 39

Answers (0)

Related Questions