You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2020. It is now read-only.
Setting default values will allow backwards incompatible migrations for existing items without the need to define optional new fields.
Item stored in ddb:
Current ddb item:
You should be able to update the struct with a new field providing a default:
When converting from the dynamodb item, if the value is missing, the default should be used.