localstack / airspeed

A Python implementation of Velocity templates, tailored to VTL in AWS (e.g., API Gateway, AppSync)
Other
2 stars 1 forks source link

Fix putting nulls in maps #17

Closed simonrw closed 10 months ago

simonrw commented 10 months ago

Motivation

There is a template parsing error for null handling in situations like:

$myMap.put('key', null)

Changes