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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The key ID for deploying via KMS signer is now set in the AWS_KMS_KEY_ID environment variable, instead of with a CLI flag. Correspondingly, the flag to toggle using a KMS account is now a `boolean``--kms` instead of `--awsKmsKeyId`.
The key ID for deploying via KMS signer is now set in the AWS_KMS_KEY_ID environment variable, instead of with a CLI flag. Correspondingly, the flag to enable KMS signing is now a `boolean``--kms` instead of `--awsKmsKeyId`.