Skip to content

Commit

Permalink
Merge pull request #128 from umccr/fix-deploy-example
Browse files Browse the repository at this point in the history
build(deploy): add resolvers environment variable to deploy example
  • Loading branch information
mmalenic authored Jan 6, 2023
2 parents 5f0ea19 + a0b55f8 commit 4ed6d8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/lib/htsget-http-lambda-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ export class HtsgetHttpLambdaStack extends Stack {
timeout: Duration.seconds(10),
// Change environment variables passed to htsget-http-lambda.
environment: {
HTSGET_S3_BUCKET: 'umccr-research-dev',
HTSGET_STORAGE_TYPE: 'AwsS3Storage',
HTSGET_RESOLVERS: '[{storage_type={type=S3, bucket=umccr-research-dev}}]',
RUST_LOG: 'info,htsget_http_lambda=trace,htsget_config=trace,htsget_http_core=trace,htsget_search=trace'
},
architecture: Architecture.ARM_64,
Expand Down

0 comments on commit 4ed6d8e

Please sign in to comment.