Ondrej Musil
Ondrej Musil
You are right. OneSDK never supported applying multiple security configurations to one request, so it needs to be added.
Next.js supports [output file tracing](https://nextjs.org/docs/advanced-features/output-file-tracing), which does static analysis of the code and includes files that are used. Next.js uses for it https://github.com/vercel/nft, so we can look if we can...
@jnv AWS request signing is different, this is quiet simple payload signiture, which could be done in map (if stdlib with crypto would be available). compared to https://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html Unfortunately neither...