diff --git a/src/executer-update-new.ts b/src/executer-update-new.ts index af09833e..5a92aeaf 100644 --- a/src/executer-update-new.ts +++ b/src/executer-update-new.ts @@ -89,8 +89,8 @@ export const handler = async (event: SQSEvent): Promise => { {name: 'tags', value: JSON.stringify({ 'alfInstanceId': newInstanceItem.alfInstanceId, 'userId': newInstanceItem.userId, - 'alfType': JSON.stringify(newInstanceItem.alfType), - 'additionalTags': JSON.stringify(newInstanceItem.tags), + // 'alfType': JSON.stringify(newInstanceItem.alfType), + // 'additionalTags': JSON.stringify(newInstanceItem.tags), })}, // {name: 'alfInstanceId', value: `${newInstanceItem.alfInstanceId}`}, // {name: 'userId', value: newInstanceItem.userId},