Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 2d60ac7

Browse files
committed
remove quantity in initial assignment
1 parent f60722e commit 2d60ac7

File tree

1 file changed

+0
-1
lines changed
  • packages/serverless-components/domain

1 file changed

+0
-1
lines changed

packages/serverless-components/domain/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ const addDomainToCloudfrontDistribution = async (
409409

410410
// 5. then make our changes
411411
params.DistributionConfig.Aliases = {
412-
Quantity: 1,
413412
Items: [subdomain.domain]
414413
};
415414

0 commit comments

Comments
 (0)