diff --git a/README.md b/README.md index a52bbda..31c0e9a 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ npx cdk deploy \ --context deploySoracomAirMetadataSource=1 \ --context deploySoracomAirSmsSink=1 \ --context deploySoracomHarvestDataSource=1 \ - --context deploySoracomImageSource=1 \ + --context deploySoracamImageSource=1 \ --context deployGoogleSheetsSink=1 \ --context deployPhoneCallSink=1 \ --context soracomAuthKeyId="${SORACOM_AUTH_KEY_ID}" \ diff --git a/bin/flux-toys.ts b/bin/flux-toys.ts index 276288d..eb12455 100644 --- a/bin/flux-toys.ts +++ b/bin/flux-toys.ts @@ -28,7 +28,7 @@ const props: FluxToysStackProps = { ) ? true : false, - deploySoracamImageSource: app.node.tryGetContext("deploySoracomImageSource") + deploySoracamImageSource: app.node.tryGetContext("deploySoracamImageSource") ? true : false, deployGoogleSheetsSink: app.node.tryGetContext("deployGoogleSheetsSink")