Failed to deploy with Leaderboard cloud gem

0

Hi

I tested with CloudGemSamples project, which included in the Starter Game on Lumberyard 1.9.0.1.

First, I deployed with three cloud gems such as "Dynamic Content", "Player Account" and "Message of the day" without "Leaderboard cloud gem" for some reason and everything working fine.

Later, I added the "Leaderboard Cloud Gem" to the same project from the project configurator and deployed again.

As a result, I received following error message, even my account has Administrator privileges.

ERROR 'CloudGemSamples-Develop-CloudGemLeaderboard-2LLPGCNF0EBG' resource 'ScoreStreamReaderMapping' CREATE FAILED: Cannot access stream arn:******

I checked my account privileges with "Iam Policy Simulator", and confirmed all permissions have allowed.

REMOVEDUPLOAD

Is there any extra permission required for that gem or did I do something wrong?

Regards.

已提問 7 年前檢視次數 171 次
3 個答案
0
已接受的答案

Hi Soeda,

I was able to reproduce the error in Lumberyard 1.9.

I have filed an internal bug and I recommend this as a temporary solution.

Open the file:

<LumberyardInstallPath>\dev\Gems\CloudGemLeaderboard\AWS\resource-template.json
Line: 337 "ResourceSuffix": "/stream/*"

Switch the resource suffix on the "MainTable" resource from

"ResourceSuffix": "/stream/*" to

"ResourceSuffix": "*/stream/*"

This will allow the Lumberyard Resource Manager to generate a proper Cloud Gem Leaderboard resource group.

I'll reply with a more secure suffix when our dev's look at it.

Cheers,

Tony.

已回答 7 年前
0

Good Morning Soeda,

Let me see if I can reproduce that error this morning.

You definitely didn't do anything wrong. Typically you would enable the Cloud Gem Leaderboard, save, rebuild Lumberyard, and update your deployment stack.

I'll investigate.

Thanks for raising the issue! If you have run into it, I'm sure others have as well.

Tony.

已回答 7 年前
0

Hi By the way, it will be nice to show the line number in the Cloud Canvas Resrouce Manager in the future update.

已回答 7 年前

此貼文已關閉:已停用新增新答案、評論和投票功能。