Skip to content

Commit

Permalink
feat: stackname and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.mueller committed Oct 9, 2020
1 parent d6dadf5 commit 89e42d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/executer-update-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export const handler = async (event: SQSEvent): Promise<any> => {
{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},
Expand Down

0 comments on commit 89e42d6

Please sign in to comment.