You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// set removalPolicy to DESTROY to make sure the open search domain is deleted on stack deletion.
735
+
// set removalPolicy to DESTROY to make sure the OpenSearch domain is deleted on stack deletion.
701
736
removalPolicy: RemovalPolicy.DESTROY,
702
737
encryptionAtRest: {
703
738
enabled: true,
@@ -946,5 +981,5 @@ const schema = a.schema({
946
981
947
982
Once you've deployed the resources, you can verify the changes by checking the AppSync console. Run the 'searchTodo' query and review the results to confirm their accuracy.
948
983
949
-

984
+

0 commit comments