@jessiehernandez/aws-synthetics-logger-local
v0.1.7
Published
dev library for aws synthetics canary
Downloads
284
Maintainers
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/[email protected]",
"SyntheticsLogger": "npm:@sixleaveakkm/[email protected]"
}
}