dynamo-browse/_site/data/scriptmods/av.yaml
Leon Mika b4cee0e2e5
Some checks failed
ci / Build (push) Failing after 3m41s
Release / Build (push) Failing after 3m41s
Release / Site (push) Has been skipped
Release / Release (push) Has been skipped
Updated the documentation
2025-11-15 11:34:07 +11:00

23 lines
553 B
YAML

module: av
docs: |
Provides commands for translating between UCL and DynamoDB types.
symbols:
- name: 'true'
syntax: av:true
docs: |
Returns a true BOOL attribute value.
- name: 'false'
syntax: av:false
docs: |
Returns a false BOOL attribute value.
- name: 'null'
syntax: av:null
docs: |
Returns a NULL attribute value.
- name: string-set
syntax: av:string-set LIST
docs: |
Converts a list into a string set (SS) attribute value.
example: |
av:string-set [apple banana cherry]