File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/pages/[platform]/build-a-backend/data/custom-business-logic/search-and-aggregate-queries Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1396
1396
" validationData" ,
1397
1397
" vanillajs" ,
1398
1398
" varchar" ,
1399
+ " vendedlogs" ,
1399
1400
" verify.js" ,
1400
1401
" VerifyAuthChallengeResponse" ,
1401
1402
" VeriSign" ,
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ const indexMapping = {
446
446
id: {
447
447
type: " keyword" ,
448
448
},
449
- isDone : {
449
+ done : {
450
450
type: " boolean" ,
451
451
},
452
452
content: {
@@ -843,7 +843,7 @@ dynamodb-pipeline:
843
843
// highlight-start
844
844
// Create a CloudWatch log group
845
845
const logGroup = new logs .LogGroup (dataStack , " LogGroup" , {
846
- logGroupName: " /aws/vended-logs /OpenSearchService/pipelines/1" ,
846
+ logGroupName: " /aws/vendedlogs /OpenSearchService/pipelines/1" ,
847
847
removalPolicy: RemovalPolicy .DESTROY ,
848
848
});
849
849
You can’t perform that action at this time.
0 commit comments