Skip to content

Commit

Permalink
build(deploy): add resolvers environment variable to deploy example
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Jan 6, 2023
1 parent ad096c8 commit a0b55f8
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 a0b55f8

Please sign in to comment.