serverless-meta-sync
serverless-meta-sync copied to clipboard
Serverless supports multiple accounts and so should meta sync
Meta sync fails when synching with stages in different accounts.
And since bucket names are unique across domains, the keyPrefix
must necessarily include the stage name.
On second thoughts: you don't want to sync prod stage even if it was in a separate account. Placing prod variables in a separate account is what prevents it from being shared in the first place.
But thinking about the case where a CI server may need access to prod variables before an auto deploy!!
+1 multiple users work on our project's stages and as such all need access to the stages meta data
+1
+1 here too. We have a separate production AWS account, so sls meta sync
should be able to sync production stage variables to a separate S3 bucket under that account.
+1