Overview

Considerations

UploadType: INLINE / ASSET#

  • Fewer permissions — with inline content instead of an S3 asset, the SopsSyncProvider doesn't need permissions to access the asset bucket or its KMS key.
  • Faster — skipping the upload/download round trip to and from S3 makes deploys a little faster.
  • Interchangeable — the same information is used to generate the secret version, so switching from INLINE to ASSET (or back) doesn't create a new secret version, even though the CloudFormation resource itself updates.

Stability#

This package is considered stable. Updates follow Semantic Versioning.

Still, pinning the exact version of this library in your package.json is recommended.