as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

convertArgMap

convertArgMap(args, funcName): Record<string, DataType>

Converts given map of classic message format arguments to a map of KeplerI18nTypes.DataType objects with the same keys.

Parameters

args

Map of argument names to their values.

undefined Map<string, string | number | Date>

funcName

string

Returns

Record<string, DataType>

map of argument names to KeplerI18nTypes.DataType objects.

Oaram

funcName Name of calling function, used in error logging.


Last updated: Sep 30, 2025