mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #759 from Hestia-Homes/bug/add-missing-queue-name-to-engine
Add categorisation_sqs_url to serverless environment variables
This commit is contained in:
commit
897bc1f877
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ provider:
|
||||||
GOOGLE_SOLAR_API_KEY: ${env:GOOGLE_SOLAR_API_KEY}
|
GOOGLE_SOLAR_API_KEY: ${env:GOOGLE_SOLAR_API_KEY}
|
||||||
ENGINE_SQS_URL:
|
ENGINE_SQS_URL:
|
||||||
Ref: EngineQueue
|
Ref: EngineQueue
|
||||||
|
# hardcode the categorisation queue for now as it's created in terraform
|
||||||
|
CATEGORISATION_SQS_URL: "https://sqs.eu-west-2.amazonaws.com/337213553626/categorisation-queue-dev"
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- serverless-python-requirements
|
- serverless-python-requirements
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue