2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
Are you doing the util.autoId outside the statement block in the following manner? This will generate the id variable that will be set inside the statements.
#set($id=$utils.autoId())
{
"version": "2018-05-29",
"statements": [
"insert into Pets VALUES ('$id', '$ctx.args.input.type', $ctx.args.input.price)",
"select * from Pets WHERE id = '$id'"
]
}
Edited by: Ionut@AWS on Feb 21, 2019 2:08 PM
répondu il y a 6 ans
0
Thank you!
Yup, it's right there in the sample, the darker font in italics made it blend in. Working now :)
répondu il y a 6 ans
Contenus pertinents
- demandé il y a un an
- demandé il y a 6 mois
- demandé il y a 3 mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un mois
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans