Slide 39
Slide 39 text
© 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved.
In Partnership with
TN\*;3;2RP-.38
• AGM75-@y|
4L>L=+67>E
• Pil?M:£$kpa
• y|ªZq%:2S
4FL@$
%
• y|z $regex $
^a
• 73MJ$a
• DocumentDB©_
)
{ }
APL
{
_id: abcde,
title: "My Blog",
created: ISODate("2020-08-26…"),
author: { _id: “kuwanoa”, name: ‘Akihiro
Kuwano' },
tags: [ “blog”, … ],
detail: { text: ”…" },
comment: [
{
author: {name: ”Takashi” },
created: ISODate("2020-08-26…"),
detail: { text: ”…" }
},
{
author: {name: “Zabbio” },
created: ISODate("2020-08-26…"),
detail: { text: ”…" }
},
]
}