@sixleaveakkm/aws-synthetics-logger-local

dev library for aws synthetics canary

Usage no npm install needed!

<script type="module">
  import sixleaveakkmAwsSyntheticsLoggerLocal from 'https://cdn.skypack.dev/@sixleaveakkm/aws-synthetics-logger-local';
</script>

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