This error happens when I attempt to encrypt. The alias for my KMS is PhotoboothConn
service: userApi
provider:
...
plugins:
- serverless-crypt
custom:
- cryptKeyId: ${env:PhotoboothConn}
functions:
...
And the command I run is
sls encrypt -n PhotoboothConn -t "postgres://restOfConnectionString" --save
This error happens when I attempt to encrypt. The alias for my KMS is PhotoboothConn
And the command I run is
sls encrypt -n PhotoboothConn -t "postgres://restOfConnectionString" --save