New
Mar 17, 2025
Core
In the Core environment, developers can work directly with the AI Commerce core architecture. This option requires a deeper understanding of the system's operation and may involve more limitations, but it also provides direct access to all core features and functions.
Lambda
Lambda is a serverless development environment that enables partners to develop their own logic and extensions to the AI Commerce core without having to modify the actual core backend code.
Flexibility: Partners can add new features such as webhook interfaces or completely new routes.
Overriding Capability: Lambda allows for bypassing and rerouting native AI Commerce functions, such as search and filtering, directly to the partner's Lambda interface.
Scalability: Lambda functions scale automatically, allowing them to handle large volumes of traffic without burdening the core implementation.
Partners should choose Lambda if they want a more flexible and easily manageable environment, particularly in large projects such as ERP integrations.
Both options offer different benefits, and the choice depends on the project's needs and the developers' preferences.