diff --git a/lambda-example/config.example.json b/lambda-example/config.example.json index 5fec76b..e1fd102 100644 --- a/lambda-example/config.example.json +++ b/lambda-example/config.example.json @@ -35,18 +35,18 @@ }, "AttributeMap": [ { - "SourceName": "First_Name", - "DestinationName": "givenName", + "Source": "First_Name", + "Destination": "givenName", "required": true }, { - "SourceName": "Last_Name", - "DestinationName": "sn", + "Source": "Last_Name", + "Destination": "sn", "required": true }, { - "SourceName": "Email", - "DestinationName": "mail", + "Source": "Email", + "Destination": "mail", "required": true } ],