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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -