serverless-meta-sync icon indicating copy to clipboard operation
serverless-meta-sync copied to clipboard

Secure syncing of serverless project meta data across teams

Results 11 serverless-meta-sync issues
Sort by recently updated
recently updated
newest added

Would you consider adding support for S3 Server Side Encryption? I know nothing about sls plugin development, but would think this is rather trivial - and deemed useful by 'certain'...

Serverless-meta-sync should be able to support syncing the stages as well. Currently the steps to sync a new local copy is a little long: 1. Clone the repo 2. Run...

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.

@ac360, in other threads, you've been asking for thoughts about how better to make meta sync's synchronization process work. So, here are some thoughts. Hopefully, they are useful, but I'm...

The value of the `keyPrefix` configuration property has an "s" added to it when stored in the S3 bucket: ``` // s-project.json { "name": "ross", "custom": { "meta": { "name":...

currently using commit f2134b114bcf2a90999221071e38098a529376a3 so I can make use of the s3 prefix. When I call `sls meta sync` without args, it will sync only `s-variables-stage` but not `s-variables-stage-region`. I...

Would be nice if this could do the following give the right configuration options. If project init ran then download corresponding _meta files from project bucket. If sync ran and...

I think the name of this repo should be changed to indicate that this plugin only sync's `variables` in the `_meta` directory. As it is now, its misleading. IMO syncing...

During development, there are many times when we need to update the variable files for all environments at once (for example, adding a new feature). Having to run `meta sync`...

Everytime I sync, I get the following: ``` Serverless: WARNING: This variable is not defined: region Serverless: WARNING: This variable is not defined: region Serverless: WARNING: This variable is not...