question

Peter Drozdowski avatar image
Peter Drozdowski asked

Do Playfab Cloudscripts support AWS Lamdba Functions,Do PlayFab Cloudscripts support AWS Lambda Function

We host most of our infrastructure in AWS but use Playfab. Currently all our Cloudscripts are Azure Functions.

If we hosted our functions in AWS Lambda can we simply set the Function URL for our cloudscript to point to the AWS lambda endpoint?

,

We host most of our infrastructure in AWS but use Playfab. Currently all our Cloudscripts are Azure Functions.

If we hosted our functions in AWS Lambda can we simply set the Function URL for our cloudscript to point to the AWS lambda endpoint?

CloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Made Wang avatar image
Made Wang answered

The methods provided by PlayFab to register Cloud Script and call Cloud Script are designed for Cloud Script hosted on Azure Function. However, if AWS Lamdba Function supports HTTP calls, then you can use them directly in the game as HTTP without going through PlayFab.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

JayZuo avatar image JayZuo ♦ commented ·

I'm not familiar with AWS Lambda. For HTTP trigger, we are just posting to the URL you've registered with some specific content. So, AWS Lambda may also work. You can have a try.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.