0.1.7 • Published 2 years ago

@jessiehernandez/aws-synthetics-logger-local v0.1.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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"
    }
}