Closed andrewkrug closed 5 years ago
This code makes this work btw:
aws dynamodb scan \
--table-name testing-identity-vault \
--projection-expression "flat_profile" \
--filter-expression 'contains(flat_profile.access_information.hris.managers_primary_work_email,:mpwe)' \
--expression-attribute-values '{":mpwe":{"S":"jbryner@mozilla.com"}}' \
--page-size 100
This now represents the flattened profile as a singular map object.