Cloud Gem Framework
Cloud Gem Framework
The Cloud Gem Framework and this documentation are in preview release and are subject to change. More topics are planned. |
The Lumberyard Cloud Gem Framework makes it easy to build popular cloud-connected features, such as dynamic content, leaderboards, and daily messages. The Cloud Gem Framework has two components:
- Cloud Gem Portal – A web application for visually managing and administering your cloud features (like scheduling messages, releasing dynamic content, or deleting a fraudulent leaderboard score)
- Cloud gems – Modular packages of discrete functionality and assets that include everything necessary for a game developer to include that functionality into their project, including backend and client functionality.
Cloud gems can be used out of the box in production, and they come with full source code in case you want to customize their behavior.
Topics
- Getting Started with the Cloud Gem Framework
- Creating a Cloud Gem
- Getting Started With Game Development on the Cloud Gem Portal
- Lambda Language Support in the Cloud Gem Framework
- Making HTTP Requests Using the Cloud Gem Framework
- Cloud Gem Framework Resource Manager Hooks
- Running AWS API Jobs Using the Cloud Gem Framework
- AWS Behavior Context Reflections
- Adding AWS Resources to a Cloud Gem
- Cloud Gem Framework Service API
- Using the Cloud Gem Framework Command Line
- Using Shared Code
- Cloud Gem Framework and Resource Manager Versioning
- Updating Projects and Cloud Gems to Version 1.0.0 of the Cloud Gem Framework