File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.0 (December 30, 2020)
4
+
5
+ - Adds [ new example] ( https://github.com/dealmore/terraform-aws-next-js/blob/main/examples/custom-domain ) how to use custom domains.
6
+
7
+ ### Terraform module
8
+
9
+ - Adds ability to change the price class of the associated CloudFront distributions (` cloudfront_price_class ` ).
10
+ - Adds new option after how many days the static assets of previous deployments should be deleted from S3(` expire_static_assets ` ).
11
+ - Updates deploy trigger Lambda function to ` v0.1.0 ` .
12
+
13
+ ### Deploy trigger
14
+
15
+ - Static routes are now cached much longer by CloudFront.
16
+ - Static routes from CloudFront now get invalidated when a new deployment is pushed.
17
+ - Updates deploy trigger Lambda function to support expiration of previous deployments.
18
+
3
19
## 0.3.0 (December 23, 2020)
4
20
5
21
### Terraform module
You can’t perform that action at this time.
0 commit comments