remove token from dockerfile, and add example json payloads

This commit is contained in:
Daniel Roth 2026-02-10 11:13:31 +00:00
parent df6c42933a
commit 549eef19db
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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",
# }