We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50c7d3 commit 283f2deCopy full SHA for 283f2de
serverless.yml
@@ -14,10 +14,8 @@ provider:
14
- "s3:*"
15
Resource:
16
- "*"
17
- deploymentBucket: # Custom configuration for deployment bucket is unique and put here
+ deploymentBucket: # Custom configuration for deployment bucket
18
blockPublicAccess: true
19
- environment:
20
- INPUT_BUCKET: ${env:INPUT_BUCKET}
21
22
functions:
23
saf:
@@ -32,6 +30,7 @@ functions:
32
30
existing: true # test pending in CMS
33
31
environment:
34
COMMAND_STRING: ${env:COMMAND_STRING}
+ INPUT_BUCKET: ${env:INPUT_BUCKET}
35
INPUT_PREFIX: ${env:INPUT_PREFIX, ""}
36
OUTPUT_BUCKET: ${env:OUTPUT_BUCKET, env:INPUT_BUCKET}
37
OUTPUT_PREFIX: ${env:OUTPUT_PREFIX, "results/"}
0 commit comments