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
Post a Comment