With RDS datasources, how do I insert values with colons?

0

We have a mutation resolver that uses RDS datasource, where the mapping template will compose a variableMap with date strings in ISO formats.

For example, when running these SQL statements for either insert or update with the date string 1970-01-01T00:00:00Z inside the variableMap, the RDS Data API returns the following error.

RDSHttp:{"message":"Cannot find parameter: 00"}

It seems that RDS data source is trying to recursively replacing variables with values, even if those are already inside a variableMap.

Is there a workaround for this?

How do I provide date-time values for RDS resolvers?

Aucune réponse

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions