2回答
- 新しい順
- 投票が多い順
- コメントが多い順
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
回答済み 6年前
0
Thank you!
Yup, it's right there in the sample, the darker font in italics made it blend in. Working now :)
回答済み 6年前
関連するコンテンツ
- AWS公式更新しました 2年前
- AWS公式更新しました 2年前