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
.env
file in the project root and fill it as shown below. Note that theconsole.json
file must also contain accurate information for Local Dev.
aio app run
to start your local Dev server- App will run on
localhost:9000
by default
- Run
aio app test
to run unit tests for ui and actions
aio app deploy
to build and deploy all actions on Runtime and static files to CDNaio app undeploy
to 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
actions
field 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
function
field 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.