{{ description }}
POST {{ WORKFLOW_API_ENDPOINT }}workflow/execution
Be sure to replace "{{ sample_file }}" with the S3 key of an actual file.
s3://{{ DATAPLANE_BUCKET }}/
. Specify the S3 key for your JSON file in the workflow configuration form.
public/upload/[filename.json]
as the S3 key for the data file.
generic_data_lookup.py
operator loads the specified JSON data into the asset metadata table in DynamoDB. It requires that the JSON data be a dict, not a list. Don't forget to extend the OpenSearch (aka Elasticsearch) consumer (source/consumer/lambda_handler.py) if you want the generic data to be indexed so it can be searchable and rendered in this front-end application.
GET {{ WORKFLOW_API_ENDPOINT }}workflow/execution/asset/{asset_id}
Be sure to replace {asset_id} with a valid asset ID.