Releases: lalalilo/aws-spa
Releases · lalalilo/aws-spa
v4.6.0
4.6.0 (2024-11-12)
Features
- cloudfront: add option to redirect 403 to root (78ad282)
v4.5.1
4.5.1 (2024-10-17)
Bug Fixes
- cloudfront: re-implement waitUntilDistributionDeployed function (fb188d9)
v4.5.0
4.5.0 (2024-10-16)
Features
- acm, cloudfront: replace deprecated waitFor methods in tests (ec6ce43)
- acm, cloudfront: replace deprecated waitFor methods with waitUntil equivalents (0ea9370)
v4.4.0
4.4.0 (2024-10-09)
Features
- cloudfront: improve logging (c139c9f)
v4.3.0
4.3.0 (2024-10-07)
Features
- cloudfront: update function to handle assets paths (d274535)
v4.2.0
4.2.0 (2024-10-07)
Features
- cloudfront: add logging during distribution setup (5aa28d1)
v4.1.0
4.1.0 (2024-10-07)
Features
- cloudfront: don't create function if it can't be published (5aa1898)
- cloudfront: make staging's cloudfront distribution redirect the user to the right index.html (6e6765b)
- cloudfront: Update distribution function update process (d4c2171)
- lambda: remove --credentials option (1ce70f9)
v4.0.1
4.0.1 (2024-06-04)
Bug Fixes
- Use domainName to find same origin (0292202)
v4.0.0
4.0.0 (2024-06-04)
BREAKING CHANGES
- The following IAM rights are now required:
- cloudfront:ListOriginAccessControls,
- cloudfront:UpdateDistribution,
- cloudfront:GetOriginAccessControl
Additional IAM right are also necessary if using
shouldBlockBucketPublicAccess:
- cloudfront:CreateOriginAccessControl,
- cloudfront:DeleteOriginAccessControl
v3.3.1
3.3.1 (2024-06-04)
Bug Fixes
- do not look for oac if shouldBlockBucketPublicAccess is false (1150a7b)