README
macro-log-subscription
arc macro for cloudwatch log subscriptions
example arc
@app
macro-test
@http
get /
post /log
@macros
log-subscription
@logSubscription
function PostLog
filter ?error ?notice ?timeout ?"timed out"
retention 14
arc macro for cloudwatch log subscriptions
<script type="module">
import arcMacroLogSubscription from 'https://cdn.skypack.dev/arc-macro-log-subscription';
</script>
arc macro for cloudwatch log subscriptions
@app
macro-test
@http
get /
post /log
@macros
log-subscription
@logSubscription
function PostLog
filter ?error ?notice ?timeout ?"timed out"
retention 14