Reputation: 1
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