theBenForce/vscode-appsync-resolver-autocomplete

View on GitHub
test_templates/dynamo.vtl

Summary

Maintainability
Test Coverage
#set($range = [0..5])

$util.toJson({
    "foo": "bar"
})

{
    "test": true
#foreach($i in $range)
    ,"idx_$i": "The $i index"
#end

}