Skip to content

Commit fec7804

Browse files
committed
CCM-12616: Update Mock Mesh doc
1 parent 96a241d commit fec7804

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/py-mock-mesh/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ This library does the following:
2121

2222
```bash
2323
mesh_message_id=$(uuidgen)
24-
aws s3 cp <input_file.csv> \
24+
aws s3 cp <input_file.json> \
2525
s3://nhs-<account_id>-eu-west-2-<environment>-dl-non-pii-data/mock-mesh/<mailbox-id>/in/$mesh_message_id \
2626
--metadata "{\"subject\":\"<SUBJECT>\",\"sender\":\"<SENDER_MAILBOX_ID>\",\"workflow_id\":\"<WORKFLOW_ID>\",\"local_id\":\"<LOCAL_ID>\"}"
2727
```
2828

29-
**Note:** The input file must be a CSV (comma-delimited). Ensure the sender mailbox ID exists in SSM Parameter Store at `/dl/<environment>/senders/<SENDER_MAILBOX_ID>` with valid sender configuration.
29+
**Note:** The input file must contain a FHIR resource formatted for the PDM API. Ensure the sender mailbox ID exists in SSM Parameter Store at `/dl/<environment>/senders/<SENDER_ID>` with valid sender configuration.
3030

3131
2. **Trigger the MESH poll lambda** by pressing 'Test' in the AWS console, or wait for the scheduled poll (every 5 minutes).
3232

0 commit comments

Comments
 (0)