You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add internal features to aws-single-page-static-site (#125)
Add internal features to aws-single-page-static-site### Summary
This PR brings features over from CZI's internal repo to the public aws-single-page-static-site module. This includes overriding the bucket name, public access blocks, more allowed headers, ordered cache behavior, more outputs, and upgrading the minimum TLS version.
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging)| string | n/a | yes |
50
51
| index\_document\_path | The path to the index document of your site. | string |`"index.html"`| no |
51
52
| minimum\_tls\_version | Minimum TLS version to accept. | string |`"TLSv1_2016"`| no |
52
53
| owner | Owner for tagging and naming. See [doc](../README.md#consistent-tagging)| string | n/a | yes |
54
+
| path\_pattern | The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. | string |`"*"`| no |
53
55
| project | Project for tagging and naming. See [doc](../README.md#consistent-tagging)| string | n/a | yes |
54
56
| service | Service for tagging and naming. See [doc](../README.md#consistent-tagging)| string | n/a | yes |
55
57
| subdomain | The subdomain for this static site. | string | n/a | yes |
0 commit comments