2 Answers
- Newest
- Most votes
- Most comments
0
The short answer is I can't. I removed the default values from the schema and added them to the request resolver using a util function.
Like this:
#if( $util.defaultIfNull(${context.arguments.events},0) == 1 )
The defaultIfNull will test to see if the value events param has a value and if not set it to 0
answered 5 years ago
0
This behavior is not yet supported and, as of writing, resolver templates cannot access default values from the schema.
answered 5 years ago
Relevant content
- asked 8 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago