Can AWS Lambda be used in conjunction with services in other regions? -


i'm interested in using lambda few projects i"m working on, it's not available in asia pacific/singapore region we're hosting our stuff in.

would possible set in, example, us-west region (oregon) , interact infrastructure in other regions such sns , and couple of sqs queues?

you can use api gateway create endpoint lambda function , call region (or outside aws).

or, according answer (aws lambda & sns: invoke lambda cross-region) can create sns topic in region , subscribe lambda function , should work.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -