Jeremy Wallace
f447aec494
Add IoT event source
2016-04-30 18:44:32 -07:00
Eslam A. Hefnawy
4d7a1bacad
tiny enhancement for help page
2016-04-29 17:17:52 +07:00
Eslam λ Hefnawy
078a028118
Merge pull request #1046 from akalra/condense-cli-output
...
Issue #657 : Condense CLI output to fit in a single screen
2016-04-29 12:48:09 +07:00
Ankur Kalra
8cc02bf773
Remove embedded newlines from all action descriptions
2016-04-28 10:59:38 -07:00
Eslam A. Hefnawy
4673488bc1
fix validation for non existing aws profile. Closes #1005
2016-04-25 14:55:27 +07:00
Eslam A. Hefnawy
f6add73f4b
Can now use a dot in endpoint paths (ie. /users.json). Closes #1041
2016-04-25 14:39:51 +07:00
Ankur Kalra
7911000325
Condense CLI output to fit in a single screen
...
Resolves : #657
2016-04-23 17:23:48 -04:00
Eslam λ Hefnawy
7273801eff
Merge pull request #1002 from HyperBrain/998-variables-support-stage-vars
...
998 variables support stage vars
2016-04-22 19:36:34 +07:00
Austen
658fc71805
Merge pull request #1022 from BlueBlock/master
...
fix typo to variable name 'functioName'
2016-04-20 13:10:39 -07:00
Austen
feb09594db
Merge pull request #1025 from Nopik/TooManyRequests
...
Fix for TooManyRequests
2016-04-20 13:10:24 -07:00
Austen
a4803792bf
Merge pull request #1026 from Nopik/restApiCache
...
Cached REST APIs
2016-04-20 13:10:17 -07:00
Frank Schmid
fca6178b69
Issue #1015
...
Added `--template/-t` parameter to `function create` that sets the template type used for the created function. Accepted values are `function`, `endpoint` and `event` and behave exactly the same as when entered through the interactive prompt.
2016-04-20 01:40:58 +02:00
Tomasz Szajna
0d3f760242
Cached REST APIs
2016-04-19 09:24:50 +02:00
Tomasz Szajna
dadc943aca
Retry on 429
2016-04-19 09:24:09 +02:00
BlueBlock
0aa00b13cc
fix typo to variable name 'functioName'
2016-04-18 19:19:36 -04:00
Jonathan Nuñez
eb20bd014c
Added missing description field to the ApiGateway deploy method
...
The description of the API Gateway deployment was being captured but not used.
2016-04-18 16:25:40 +01:00
Egor Kislitsyn
87b8f27eaf
improves FunctionRun error handling
2016-04-18 18:42:52 +07:00
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
Frank Schmid
2673dbd50e
Issue #998 Variables unset supports common, stage and region variables.
2016-04-14 11:44:01 +02:00
Frank Schmid
425ed21b13
Issue #998 - Variables set command supports common, stage and region variables now.
...
Removed support for "all" regions as it is not needed anymore due to the added hierarchy support.
2016-04-14 11:35:21 +02:00
Frank Schmid
a77921fa41
Issue #998 - Variables list shows stage variables
2016-04-14 10:53:49 +02: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