What is the best way to make calls to AWS services like S3, Dynamodb, cloudwatch, etc. from cloud parsing code (disconnecting while holding timeouts in a cloud function)?
Importing AWS sdk into cloud parsing code shows many wierd errors related to internal file dependencies, which are very time-consuming to solve.
Are they called through the aws lambda function? Is a REST call recommended? or Please quote me an example if any better technique is available.
thanks
source
share