Tim-B / grunt-aws-lambda

A grunt plugin to assist in developing functions for AWS Lambda.
MIT License
247 stars 100 forks source link

Move AWS config update region to handle region parsed in ARN #83

Closed maniolias closed 8 years ago

maniolias commented 8 years ago

Small modification to do AWS.config.update({region..}) after parsing the ARN.

When done before all functions not in us-east-1 result in : [ResourceNotFoundException: Functions from 'region' are not reachable in this region ('us-east-1')]

maniolias commented 8 years ago

Sorry I haven't see the previous pull request on the same subject. I close this pull request.