mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove token from dockerfile, and add example json payloads
This commit is contained in:
parent
df6c42933a
commit
549eef19db
2 changed files with 6 additions and 3 deletions
|
|
@ -1,8 +1,5 @@
|
|||
FROM public.ecr.aws/lambda/python:3.10
|
||||
|
||||
# This is not going to be permenant - but until we solve for env variables in live prod
|
||||
ENV EPC_AUTH_TOKEN=a2Nvbm5rb3dsZXNzYXJAZ21haWwuY29tOjY5MGJiMWM0NmIyOGI5ZDUxYzAxMzQzYzNiZGNlZGJjZDNmODQwMzAg
|
||||
|
||||
# Set working directory (Lambda task root)
|
||||
WORKDIR /var/task
|
||||
|
||||
|
|
|
|||
|
|
@ -25,3 +25,9 @@ class ConditionTriggerRequest(BaseModel):
|
|||
# "uprn_lookup_file_bucket": "condition-data-dev",
|
||||
# "uprn_lookup_file_key": "input/peabody/uprn-lookup/PeabodyPropertymatched_Dec25_propref_UPRN.csv"
|
||||
# }
|
||||
|
||||
# {
|
||||
# "file_type": "LBWF",
|
||||
# "trigger_file_bucket": "condition-data-dev",
|
||||
# "trigger_file_key": "input/lbwf/LBWF - Example Asset Data September 2025.xlsx",
|
||||
# }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue