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
To emulate the DynamoDB Streams → Lambda → MySQL flow locally, run the following:
42
+
## テスト方法
43
+
44
+
テストを実行する前に Docker を必ず起動してください。
52
45
53
46
```shell
54
-
$ makers build-read-model-updater-lambda
55
-
$ makers deploy-read-model-updater-localstack
47
+
$ makers test
56
48
```
57
49
58
-
`build-read-model-updater-lambda` builds the Lambda-compatible binary inside Docker and places the ZIP at `dist/lambda/read-model-updater/bootstrap.zip`.
59
-
`deploy-read-model-updater-localstack` relies on the AWS CLI to create or update the function on LocalStack and wires it to the `journal` table stream.
60
-
Configuration values are read from `common.env`, so configure the LocalStack endpoint and dummy credentials before executing the commands.
0 commit comments