1.2.15 • Published 9 months ago
@adobe/spacecat-shared-example v1.2.15
Spacecat Shared - Example Wrapper
When writing universal serverless functions with Helix Universal, then spacecat-shared-example
will wrap your function
to print a hello world.
Usage
import wrap from '@adobe/helix-shared-wrap';
import example from '@adobe/spacecat-shared-example';
...
export const main = wrap(run)
.with(example);