MicroApps is a framework for rapidly deploying and managing many micro apps that share a CloudFront, SSL Certificate, and domain. A key feature is the ability to target users to different versions that exist simultaneously in each env or to test older and newer versions to confirm regressions or changes in behavior.
At some point, a new invoke role will need to be a added by a user of the framework, and that IAM role will need to be added to the resource policy of every app Lambda in every deployed account
To-Do
[ ] The parent account deployer needs the ability to invoke the child account deployers so it can apply changes to the permissions in the child accounts
[ ] The parent account deployer needs a procedure / request that will loop through all DynamoDB records of active lambda apps and update the permissions on those lambdas in their child accounts
Motivations
To-Do