Skip to content

Commit 3544fee

Browse files
author
AWS
committed
AWS Amplify Update: Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval - enabling can make code changes can take up to 10 minutes to roll out.
1 parent 6dc6859 commit 3544fee

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Amplify",
4+
"description": "Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval - enabling can make code changes can take up to 10 minutes to roll out."
5+
}

services/amplify/src/main/resources/codegen-resources/service-2.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,10 @@
828828
"shape":"EnableBasicAuth",
829829
"documentation":"<p> Enables basic authorization for the autocreated branch. </p>"
830830
},
831+
"enablePerformanceMode":{
832+
"shape":"EnablePerformanceMode",
833+
"documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
834+
},
831835
"buildSpec":{
832836
"shape":"BuildSpec",
833837
"documentation":"<p> The build specification (build spec) for the autocreated branch. </p>"
@@ -1011,6 +1015,10 @@
10111015
"shape":"EnableBasicAuth",
10121016
"documentation":"<p> Enables basic authorization for a branch of an Amplify app. </p>"
10131017
},
1018+
"enablePerformanceMode":{
1019+
"shape":"EnablePerformanceMode",
1020+
"documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
1021+
},
10141022
"thumbnailUrl":{
10151023
"shape":"ThumbnailUrl",
10161024
"documentation":"<p> The thumbnail URL for the branch of an Amplify app. </p>"
@@ -1268,6 +1276,10 @@
12681276
"shape":"EnableBasicAuth",
12691277
"documentation":"<p> Enables basic authorization for the branch. </p>"
12701278
},
1279+
"enablePerformanceMode":{
1280+
"shape":"EnablePerformanceMode",
1281+
"documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
1282+
},
12711283
"tags":{
12721284
"shape":"TagMap",
12731285
"documentation":"<p> The tag for the branch. </p>"
@@ -1776,6 +1788,7 @@
17761788
"EnableBranchAutoBuild":{"type":"boolean"},
17771789
"EnableBranchAutoDeletion":{"type":"boolean"},
17781790
"EnableNotification":{"type":"boolean"},
1791+
"EnablePerformanceMode":{"type":"boolean"},
17791792
"EnablePullRequestPreview":{"type":"boolean"},
17801793
"EndTime":{"type":"timestamp"},
17811794
"EnvKey":{
@@ -3162,6 +3175,10 @@
31623175
"shape":"EnableBasicAuth",
31633176
"documentation":"<p> Enables basic authorization for the branch. </p>"
31643177
},
3178+
"enablePerformanceMode":{
3179+
"shape":"EnablePerformanceMode",
3180+
"documentation":"<p> Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. Enabling performance mode will mean that hosting configuration or code changes can take up to 10 minutes to roll out. </p>"
3181+
},
31653182
"buildSpec":{
31663183
"shape":"BuildSpec",
31673184
"documentation":"<p> The build specification (build spec) for the branch. </p>"

0 commit comments

Comments
 (0)