UNPKG

open-next-cdk

Version:

Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK

7 lines (6 loc) 165 B
export function fromUtf8(input) { return new TextEncoder().encode(input); } export function toUtf8(input) { return new TextDecoder("utf-8").decode(input); }