You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should check that the encrypted value using the CloudFormation formatter does not exceed 4096 bytes causing an runtime error.
Another solution: Splitting the value into multiple parameters of the maximum size (recommended by CloudFormation) and envsec handling the join transparently.
The text was updated successfully, but these errors were encountered:
We should check that the encrypted value using the CloudFormation formatter does not exceed 4096 bytes causing an runtime error.
Another solution: Splitting the value into multiple parameters of the maximum size (recommended by CloudFormation) and
envsec
handling the join transparently.The text was updated successfully, but these errors were encountered: