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
will cause the deployment to fail due to kmsKeyID not being a recognized property. By switching to configValidationMode: warn, you can successfully deploy and have the bucket use the KMS key provided. If I want to keep the configValidationMode property as error, then I cannot use this to set up KMS encryption.
I am using serverless 3.22.0
The text was updated successfully, but these errors were encountered:
Having the property
in your serverless.yaml while also having
will cause the deployment to fail due to
kmsKeyID
not being a recognized property. By switching toconfigValidationMode: warn
, you can successfully deploy and have the bucket use the KMS key provided. If I want to keep the configValidationMode property as error, then I cannot use this to set up KMS encryption.I am using serverless 3.22.0
The text was updated successfully, but these errors were encountered: