Skip to content

Commit

Permalink
New Words
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Oct 27, 2023
1 parent 6815d1c commit 0b6f078
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/name-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3854,6 +3854,12 @@ const commonTechNames = [
'Zendesk',
];

let awsWords = ['Fargate', 'CloudWatch', 'QuickSight'];
let awsWords = [
'Fargate',
'CloudWatch',
'QuickSight',
'CloudFront',
'CloudFormation',
];

export let names = personNames.concat(companyNames, awsWords, commonTechNames);

0 comments on commit 0b6f078

Please sign in to comment.