|
@ -78,7 +78,7 @@ custom: |
|
|
'integration.request.header.cache-control': "'public, max-age=86400, immutable'" |
|
|
'integration.request.header.cache-control': "'public, max-age=86400, immutable'" |
|
|
|
|
|
|
|
|
- s3: |
|
|
- s3: |
|
|
path: /questlog/{pid} |
|
|
|
|
|
|
|
|
path: /questlog/{gidpid+} |
|
|
method: get |
|
|
method: get |
|
|
action: GetObject |
|
|
action: GetObject |
|
|
bucket: ${self:custom.webuiBucket} |
|
|
bucket: ${self:custom.webuiBucket} |
|
@ -87,18 +87,6 @@ custom: |
|
|
requestParameters: |
|
|
requestParameters: |
|
|
'integration.request.header.cache-control': "'public, max-age=86400, immutable'" |
|
|
'integration.request.header.cache-control': "'public, max-age=86400, immutable'" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- s3: |
|
|
|
|
|
path: /questlog/{gid}/{pid} |
|
|
|
|
|
method: get |
|
|
|
|
|
action: GetObject |
|
|
|
|
|
bucket: ${self:custom.webuiBucket} |
|
|
|
|
|
roleArn: ${self:provider.role} |
|
|
|
|
|
key: index.html |
|
|
|
|
|
requestParameters: |
|
|
|
|
|
'integration.request.header.cache-control': "'public, max-age=86400, immutable'" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- s3: |
|
|
- s3: |
|
|
path: /questlog |
|
|
path: /questlog |
|
|
method: get |
|
|
method: get |
|
|