I don't see this documented anywhere, but a quick test makes me think that AWS Lambda is using a custom build of Node.js with full icu. ```js console.log(new Intl.DateTimeFormat('en-GB').format(new Date('2015-05-30'))); // prints the expected "30/05/2015" ``` Can this feature be relied upon? Node.js Docs: https://nodejs.org/docs/latest-v12.x/api/intl.html#intl_embed_the_entire_icu_full_icu AWS Lambda Docs: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html