Using Adobe I/O Runtime
Adobe I/O Runtime consists of more than simply deploying individual actions and invoking them directly in the CLI. With Runtime, you can deploy groups of related actions as packages and share them with others; set up actions as webhooks so you can incorporate automatic responses to events in your applications; and access Runtime actions through the API. The following pages guide you through the process:
- Creating Actions: actions, web actions, invoking and managing, setting params
- Asynchronous Calls: how to execute long running async (non-blocking) calls
- Throughput Tuning: how to maximize the number of action invocations
- Securing Web Actions: learn how to control the access to web actions
- Creating REST APIs: learn to create REST APIs from web actions
- Using Packages: Working with packages
- Logging and Monitoring: learn how to troubleshoot your actions
- Debugging: advanced debugging for Node.js actions
- System Settings: see the system settings and constraints
- CI/CD Pipeline: understand the tools you have to create a CI/CD Pipeline
- Troubleshooting: common issues and solutions