README
aws-synthetics-logger-local
This a simple alternative library to develop AWS Synthetics Canary locally.
Cooperate with aws-synthetics-logger
For no code change replacement, add following two develop dependencies to your package.json
{
"devDependencies": {
"Synthetics": "npm:@sixleaveakkm/aws-synthetics-local@0.1.6",
"SyntheticsLogger": "npm:@sixleaveakkm/aws-synthetics-logger-local@0.1.6"
}
}