You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to execute the resulting evaluated mapping template against a real data source.
I should be able to select existing data sources in the currently selected API. When the mapping template is evaluated with the given context object, the result should be "executed" against the selected data source, and the result returned.
Note: request Mapping Templates only (e.g. DynamoDB GetItem)
A warning (info) should be shown to the user that it is just a simulation and that the result is interpreted "locally", not on the real API
The text was updated successfully, but these errors were encountered:
bboure
changed the title
Mapping template planner: execute against real data sources
Mapping template planner: execute against real data sources. v1
Sep 28, 2022
As a user, I want to be able to execute the resulting evaluated mapping template against a real data source.
I should be able to select existing data sources in the currently selected API. When the mapping template is evaluated with the given context object, the result should be "executed" against the selected data source, and the result returned.
Note: request Mapping Templates only (e.g. DynamoDB
GetItem
)A warning (info) should be shown to the user that it is just a simulation and that the result is interpreted "locally", not on the real API
The text was updated successfully, but these errors were encountered: