Merge remote-tracking branch 'origin/release/2024-10-25' into feature/IO-2998-enhanced-api-logging

This commit is contained in:
Dave Richer
2024-10-24 13:18:21 -07:00
18 changed files with 4107 additions and 4484 deletions

View File

@@ -154,7 +154,7 @@ exports.default = async (req, res) => {
async function getPrivateKey() {
// Connect to AWS Secrets Manager
const client = new SecretsManagerClient({ region: "ca-central-1" });
const command = new GetSecretValueCommand({ SecretId: CHATTER_PRIVATE_KEY });
const command = new GetSecretValueCommand({ SecretId: "CHATTER_PRIVATE_KEY" });
logger.log("chatter-get-private-key", "DEBUG", "api", null, null);
try {