The second is that we now 'lift' members of a POJO...
# general
l
The second is that we now 'lift' members of a POJO object when you have an
Output
wrapping that object. i.e. instead of neeing to write code like:
Copy code
certificate.domainValidationOptions.apply(d => d[0].resourceRecordName) // you can now just write 
certificate.domainValidationOptions[0].resourceRecordName
👍 5
👏 3