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
ac360
da7a3a4d27
0.5.5
v0.5.5
2016-04-14 01:31:08 -07:00
ac360
809d558cc1
release v0.5.4
v0.5.4
2016-04-14 01:25:28 -07:00
Austen
1548f7e3d4
Merge pull request #1001 from minibikini/master
...
Move `nodejs` to the bottom of the runtimes list (in favor of `node4.3`)
2016-04-13 22:50:33 -07:00
Egor Kislitsyn
e222a57128
moves nodejs to the bottom of the runtimes list
2016-04-14 12:40:15 +07:00
Austen
ba649e70e9
Update README.md
2016-04-13 10:34:13 -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
Eslam λ Hefnawy
f5e6017601
create ISSUE_TEMPLATE.MD
2016-04-12 12:52:45 +07:00
Eslam λ Hefnawy
94e9916e03
Merge pull request #992 from rajington/patch-4
...
Fix version comparison operation
2016-04-12 09:55:14 +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
Eslam λ Hefnawy
f9bc100f74
Merge pull request #989 from minibikini/master
...
Fixes tests
2016-04-11 18:11:05 +07:00
Egor Kislitsyn
c7362fd4b7
fixes ProjectInstall test
2016-04-11 18:05:08 +07:00
Egor Kislitsyn
6ed7ee5b70
Fixes ProviderAws tests
2016-04-11 16:30:25 +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
Eslam λ Hefnawy
624df5be7c
Merge pull request #977 from mpuittinen/master
...
Addition of sc5-serverless-boilerplate and serverless-mocha-plugin to the documentation
2016-04-09 19:45:23 +07:00
Mikael Puittinen
7dd42620a5
Add sc5-serverless-boilerplate to README
2016-04-09 15:13:32 +03:00
Mikael Puittinen
91835b689d
Add serverless-mocha-plugin to README
2016-04-09 15:11:12 +03:00
Eslam λ Hefnawy
c54661be2b
Merge pull request #972 from BlueBlock/master
...
Fix 886 resource output values not updating
2016-04-09 15:56:48 +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
Eslam λ Hefnawy
e701000b80
Merge pull request #917 from stevecaldwell77/assume-role-support
...
Add support for assuming a role like AWS CLI
2016-04-07 23:17:13 +07:00
Eslam λ Hefnawy
ae91974724
Merge pull request #933 from erikerikson/ProviderAws-credential-loading-tests
...
Add ProviderAws Tests
2016-04-07 23:13:28 +07:00
Erik Erikson
1abaf409cf
Merge remote-tracking branch 'upstream/master' into ProviderAws-credential-loading-tests
2016-04-07 08:58:47 -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
Eslam λ Hefnawy
529d0f3304
Merge pull request #957 from doapp-ryanp/patch-4
...
remove wrench
2016-04-07 12:44:19 +07:00
Austen
04ff1e08d4
Merge pull request #960 from nicka/master
...
Add support for symbolic links and retain original file permissions
2016-04-06 22:10:24 -07:00
nicka
336b5bdd17
Add support for symbolic links and retain original file permissions
2016-04-07 07:08:22 +02:00