Using Adobe I/O Runtime
Adobe I/O Runtime is more than a way of deploying individual actions and invoking them directly in the CLI. With Runtime, you can deploy groups of related actions as packages, share them with others, set up actions as webhooks to automate responses to events, and access Runtime actions through the API. The following pages guide you through the process:
-
Creating Actions, including actions, web actions, invocation and management, and setting parameters
-
Asynchronous Calls and how to execute these long-running, non-blocking calls
-
Security issues to consider when working with I/O Runtime
-
Throughput Tuning to maximize invocations and performance
-
Securing Web Actions through effective access control
-
Creating REST APIs from your web actions
-
Using Packages to bundle and share your actions, set default parameters, and maintain security
-
Logging and Monitoring to assist with troubleshooting your actions
-
Debugging with advanced techniques for debugging Node.js actions
-
System Settings and constraints to consider when designing and debugging actions
-
CI/CD Pipeline tools available for the Runtime environment
-
Troubleshooting common issues and solutions
Next steps
Continue to Creating Actions.
Return to Guides Index.