Browse Source

fix serverless.yml and project loading?

main
Gisle Aune 3 years ago
parent
commit
9da9c2f87a
  1. 14
      serverless.yml

14
serverless.yml

@ -78,7 +78,7 @@ custom:
'integration.request.header.cache-control': "'public, max-age=86400, immutable'"
- s3:
path: /questlog/{pid}
path: /questlog/{gidpid+}
method: get
action: GetObject
bucket: ${self:custom.webuiBucket}
@ -87,18 +87,6 @@ custom:
requestParameters:
'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:
path: /questlog
method: get

Loading…
Cancel
Save