These modules are required when deploying to a Silverstripe Cloud environment.
Crontask
This Silverstripe module provides developers the possibility to define tasks that can be triggered by cron jobs or other time based scripts.
composer require silverstripe/crontask
Alternative versions can be found at packagist.org/silverstripe/crontask.
If you wish to trigger a Silverstripe CMS task periodically on Cloud see the module usage instructions.
DynamoDB
This module enables storing PHP sessions across multiple servers. Failure to install this module may cause users to lose their session as they navigate your website and requests are routed to different servers.
composer require silverstripe/dynamodb --with-all-dependencies
Alternative versions can be found at packagist.org/silverstripe/dynamodb.
No further setup is required when deploying to a Silverstripe Cloud environment.