How to use AWS as Google App Engine back end

0 votes

I am using google app engine as my mobile application back end. But I am facing difficulties while performing certain tasks. But I want to retain Google App Engine and use AWS to perform these specific tasks.

So, Is there a simple way to pass these specific tasks from Google App Engine to AWS?

Dec 27, 2018 in AWS by datageek
• 3,090 points
804 views

1 answer to this question.

0 votes

Well, there are two ways. One, you can either push tasks from GAE towards AWS, or have your AWS instances pull tasks from GAE.

So, if you want to push tasks from GAE towards AWS, use URLFetch command. But, if you want AWS instances to pull tasks from GAE, put your tasks in the queue using PullQueue command and then make AWS instances to use AWS API to take tasks from the queue.

answered Dec 27, 2018 by Archana
• 5,640 points

Related Questions In AWS

+2 votes
1 answer
+1 vote
2 answers

How to use jenkinsfile to get content from AWS SQS?

You can import standard AWS SDK to ...READ MORE

answered Jul 20, 2018 in AWS by Flying geek
• 3,280 points
2,113 views
0 votes
1 answer

How to Use hypen as key name in dynamo db mapper

It seems you cannot have a column ...READ MORE

answered Aug 22, 2018 in AWS by Priyaj
• 58,090 points
2,733 views
+1 vote
1 answer

Can we use AWS Public DNS as Domian name to enable https on our instance

I don't believe you can get a ...READ MORE

answered Aug 23, 2018 in AWS by Priyaj
• 58,090 points
714 views
0 votes
1 answer
0 votes
1 answer
+2 votes
3 answers
0 votes
1 answer

How to get aws lambda response as an HTML page

Store the HTML markup in a variable and return ...READ MORE

answered Dec 4, 2018 in AWS by Archana
• 5,640 points
1,649 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP