claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 276 forks source link

enable claudia to be used in the us-gov partition #201

Closed gojko closed 5 years ago

gojko commented 5 years ago

we are currently hard-coding the partition to 'aws', causing problems for us-gov partition (see https://gitter.im/claudiajs/claudia?at=5d5f6902142faa4fbd5361d7)

gojko commented 5 years ago

extracted all partition code here https://github.com/claudiajs/claudia/commit/c7055c2fed5d26a2364c658c4a38c48d67503c4b

gojko commented 5 years ago

this should be now OK with claudia 5.8.0 from NPM