Welcome to the WKND Asset Compute project!
This project contains the example code use to define a custom Asset Compute worker as illustrated in the Asset Compute extensibility tutorial.
- Populate the
.envfile in the project root and fill it as shown below. Note that theconsole.jsonfile must also contain accurate information for Local Dev.
aio app runto start your local Dev server- App will run on
localhost:9000by default
- Run
aio app testto run unit tests for ui and actions
aio app deployto build and deploy all actions on Runtime and static files to CDNaio app undeployto undeploy the app
# This file must not be committed to source control
## please provide your Adobe I/O Runtime credentials
# AIO_RUNTIME_AUTH=
# AIO_RUNTIME_NAMESPACE=- List your backend Asset Compute Workers under the
actionsfield within the__APP_PACKAGE__package placeholder. We will take care of replacing the package name placeholder by your project name and version. - For each action, use the
functionfield to indicate the path to the Asset Compute worker code entry point.
Looking to contribute to this project? Please review our Contributing guidelines prior to opening a pull request.
We look forward to working with you!
This project is licensed under the Apache V2 License. See LICENSE for more information.