1700 Commits

Author SHA1 Message Date
Egor Kislitsyn
a6a2f164af don't overwrite the event.data.event if it exists already 2016-04-14 21:06:04 +07:00
Egor Kislitsyn
6cd6dd7b2d fixes Plugin.cliPromptSelectRegion (replace hardcoded amount of regions with a call to ProviderAws) 2016-04-14 20:01:51 +07:00
Egor Kislitsyn
e222a57128 moves nodejs to the bottom of the runtimes list 2016-04-14 12:40:15 +07:00
Eslam A. Hefnawy
5e370c760f set charset in the content type response in the APIG method resposne 2016-04-12 19:16:21 +07:00
Rajarshi Nigam
a357d9553e Fix version comparison operation
If you pass in a specific version using the command line, javascript parses it as a `number` which is unsuccessfully compared to the string `Version` returned from the AWS SDK.

The issue can be fixed multiple ways, this has the least side effects but consider alternatively passing in the version like "v3" instead because that's how the interactive version displays it.
2016-04-11 21:34:11 -04:00
Eslam A. Hefnawy
210f4dbcf5 removed extra LOC 2016-04-11 18:27:26 +07:00
Eslam A. Hefnawy
531bdc6db3 added retryDelay option for AWS 2016-04-11 18:20:22 +07:00
Austen
5ad328ae26 Merge pull request #986 from minibikini/master
Improves Node.js runtimes
2016-04-10 22:58:04 -07:00
Egor Kislitsyn
caf52c3529 Improves scaffolding for the Node runtimes #979 2016-04-11 12:48:49 +07:00
Egor Kislitsyn
c55c697557 Adds support for the new callback param to RuntimeNode4.3 #979 2016-04-11 12:48:07 +07:00
Eslam λ Hefnawy
f716ad67a7 Merge pull request #966 from jonathannaguin/master
Extra tags for the Resources Cloud Formation stack [#965]
2016-04-10 19:14:46 +07:00
Jonathan Aguin
dad31cebb1 Feedback from eahefnawy
Using project.toObjectPopulated
2016-04-10 12:30:13 +01:00
Eslam λ Hefnawy
000e21de93 Merge pull request #975 from arabold/file-permissions-world-readable
Ensure files uploaded to lambda are world-readable
2016-04-09 23:00:49 +07:00
Andre Rabold
24880d8bb3 Ensure files uploaded to lambda are world-readable 2016-04-08 16:48:14 -07:00
BlueBlock
39f763c836 Fix 886 resource output values not updating 2016-04-08 09:43:41 -04:00
Eslam A. Hefnawy
bf2810a759 Scheduled Event rule name now includes the stage. Closes #961. 2016-04-08 19:17:55 +07:00
Stephen Caldwell
81cd166545 make sure to preserve AWS configuration when making STS call for role-based profile. Thanks to @erikerikson for the suggestion. 2016-04-07 08:29:06 -07:00
Stephen Caldwell
166b6e28e4 make sure to support session tokens when using role-based profiles. Thanks to @erikerikson for the suggestion 2016-04-07 08:29:06 -07:00
Stephen Caldwell
7daa330b42 some stylistic tweaks recommended by @erikerikson 2016-04-07 08:26:26 -07:00
Stephen Caldwell
ac74e1bc6d add support for assuming roles defined in AWS credentials/config files 2016-04-07 08:26:26 -07:00
Stephen Caldwell
b852eb0d40 promisify the building of credentials 2016-04-07 08:23:35 -07:00
Stephen Caldwell
10f6165a64 pay attention to the AWS_SHARED_CREDENTIALS_FILE and AWS_CONFIG_FILE environment variables 2016-04-07 08:22:34 -07:00
Stephen Caldwell
591265972c split out guid util function on its own 2016-04-07 08:15:52 -07:00
Eslam A. Hefnawy
542ca150f4 added functionality to specify custom project name for projectInstall 2016-04-07 22:11:49 +07:00
Eslam λ Hefnawy
58898e7a06 Merge pull request #951 from HyperBrain/950-added-apig-proxy-support
950 added apig proxy support
2016-04-07 19:31:04 +07:00
Eslam λ Hefnawy
996bdac8dc Merge pull request #935 from HyperBrain/929-add-yaml-template-support
#929 Added YAML to serializer
2016-04-07 19:30:21 +07:00
Jonathan Nunez Aguin
29484ab876 Add support to specify tags for the Resources Cloud Formation stack 2016-04-07 10:55:16 +01:00
Eslam λ Hefnawy
f948816e11 Merge pull request #938 from arithmetric/feature/fix_profile_name_lookup
Fixing handling for profiles with uppercase characters
2016-04-07 16:54:04 +07:00
Eslam A. Hefnawy
179a95490a using path.sep instead of forward slash. Closes #954 2016-04-07 16:15:41 +07:00
Eslam λ Hefnawy
4ce93cd73a Merge pull request #962 from martinbooth/sns_allow_topic_arn
Allow topicArn config for sns event instead of topicName
2016-04-07 15:50:23 +07:00
Martin Booth
14321aa624 Allow topicArn config for sns event instead of topicName 2016-04-07 16:15:23 +10:00
nicka
336b5bdd17 Add support for symbolic links and retain original file permissions 2016-04-07 07:08:22 +02:00
Egor Kislitsyn
aeb8ac5e19 Merge branch 'master' of github.com:serverless/serverless
# By Eslam A. Hefnawy
# Via Eslam A. Hefnawy
* 'master' of github.com:serverless/serverless:
  functionDeploy: clarifying prompt messages
2016-04-06 22:28:18 +07:00
Eslam A. Hefnawy
b84ed7da96 functionDeploy: clarifying prompt messages 2016-04-06 20:22:19 +07:00
Egor Kislitsyn
08952ee36a Adds node4.3 runtime 2016-04-06 17:40:56 +07:00
Austen
e2df96bc37 Merge pull request #937 from pwagener/master
Fix #490: Connection timed out after 120000ms in function deployment
2016-04-05 20:15:21 -07:00
Frank Schmid
6a624a86da Fixed bug introduced with MOCK integration. 2016-04-05 23:06:53 +02:00
Frank Schmid
8dec76d99d Issue #950 - Added support for proxy integrations 2016-04-05 22:52:34 +02:00
Frank Schmid
8322e976df Issue #896 Add dereference option 2016-04-04 10:31:02 +02:00
Joe Turgeon
68ebc82b71 Removing code to make the profile name lowercase, as this prevents a match for any profiles with uppercase letters. 2016-04-03 12:29:04 -05:00
pwagener
9750d82ed6 Look for AWS_CLIENT_TIMEOUT in the environment to set AWS.config.httpOptions.timeout 2016-04-03 09:21:54 -04:00
Eslam A. Hefnawy
5d3553a9b5 fixed reference to utility function 2016-04-03 18:27:01 +07:00
Joe Turgeon
71f76e1161 Using copy instead of move to avoid 'EEXIST: file already exists' error due to the preceding move operation. 2016-04-01 16:42:17 -05:00
Frank Schmid
49ccc93c8a #929 Added YAML to serializer 2016-04-01 21:22:58 +02:00
Eslam λ Hefnawy
fbbd6a2c58 Merge pull request #920 from nicka/patch-1
Fix CloudWatch events target
2016-04-01 20:22:46 +07:00
Egor Kislitsyn
aad0fdf3fc removes unused dependencies 2016-04-01 10:48:49 +07:00
Egor Kislitsyn
b514ef70db Merge branch 'master' of github.com:serverless/serverless
# By Daniel Johnston (1) and Eslam A. Hefnawy (1)
# Via Eslam A. Hefnawy (1) and Eslam λ Hefnawy (1)
* 'master' of github.com:serverless/serverless:
  fixed provider init
  Fixed endpoint names.
2016-04-01 10:10:55 +07:00
Eslam A. Hefnawy
da7cdd41b6 fixed provider init 2016-04-01 10:10:22 +07:00
Daniel Johnston
577de00b7e Fixed endpoint names. 2016-03-31 09:00:38 -07:00
Egor Kislitsyn
9ae4dd6fb8 adds missing return statement 2016-03-31 21:14:14 +07:00