Mariusz Nowak
a4768acdb1
Pass through error
2019-08-23 18:03:37 +02:00
Mariusz Nowak
4944f471b1
Prettify
2019-06-26 12:43:01 +02:00
Paul O'Fallon
0957134cbb
Lint fixes
2019-04-03 19:55:02 -04:00
Paul O'Fallon
cf7838be20
Add additional Capability when Transform is detected
2019-04-03 19:31:54 -04:00
Austen Collins
45c65ba07d
remove platform code
2019-01-11 17:23:19 -08:00
Austen Collins
2a690f8f4c
remove platform code
2019-01-11 17:04:31 -08:00
Imran
25164d884c
change behaviour on initial stack create failed
2018-12-28 10:05:05 +11:00
Eslam A. Hefnawy
914ed94abe
always update deployment status
2018-07-25 22:21:11 +03:00
Eslam A. Hefnawy
4dd3bd8ea1
build fixes
2018-07-25 20:11:53 +03:00
Eslam A. Hefnawy
fcd62b4c5e
fix lint
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
9f54ce9258
fixed resources properties issue
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
5aa611c993
update status on cf describe call error
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
d3835fd686
updateDeployment instead of createDeployment
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
4bd4c3f5a9
tested deployment and subscription
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
c07fdf9733
handling failures
2018-07-23 16:05:45 +03:00
Eslam A. Hefnawy
cfbaa3a24f
integrate with deployment backend
2018-07-23 16:05:45 +03:00
Takahiro Horike
ab163b1fe6
Merge pull request #3999 from rmax-contrib/aws-notification-arns
...
Add notificationArns AWS parameter to enable Cloudformation notifications
2018-03-02 07:37:17 +09:00
Alex Casalboni
bb2ddc0eec
Fixed S3 Transfer Acceleration bug with custom deployment buckets ( #4606 )
...
* fixed s3 transfer acceleration bug with custom deployment buckets
* added test (custom deployment bucket case)
* unwrapping stubs (node 5.11 fail)
* increased coverage
* add return to BbPromise
2017-12-28 11:12:45 +01:00
Erik Erikson
bf8d57fa9f
Improve Stage and Region Usage
...
Remove the errant (but understandable) distributed usage of region and stage settings. This otherwise locks in a multitude of bugs around the improper algorithm for selecting (given all context) the proper region or stage setting. Instead, all code should use the centralized algorithm for determining such values. This creates a strange first and second class configuration concept but these two are sufficiently varied and complex in their creation and use that this seems appropriate.
2017-12-11 16:39:44 -08:00
Frank Schmid
81c896bc12
Removed reintroduction of stage+region in request. Added options.
...
Delete bucket was still using them
Hopefully all :)
Further test fixes.
.... worked too long yesterday
Fixed Variable tests
Remove not used parameters from request() and add options with warning
2017-12-11 12:33:35 +01:00
Alex Casalboni
07e89c72e1
Using new custom output to disable S3 Transfer Acceleration during first enabling deployment
2017-10-28 00:55:48 +02:00
Rolando (Max) Espinoza
9d3a5d0d41
Add notificationArns AWS provider property to enable Cloudformation notifications.
2017-09-17 01:18:33 -03:00
Frank Schmid
b72c990497
Serverless deploy working
2017-04-06 18:28:59 +07:00
Eslam A. Hefnawy
e38f22585f
seperated packaging and deployment
2017-04-06 18:28:59 +07:00
Yoriki Yamaguchi
49ada0530b
add RoleARN support to createStack call
2017-01-25 19:25:40 +09:00
Eslam λ Hefnawy
f3ca1fc68b
Merge pull request #2651 from laardee/deploy-offline
...
Fixes --noDeploy without credentials or internet connection
2016-11-21 15:33:29 +07:00
Eetu Tuomala
1e2cbfd5e3
moves already created resolving to request and resolves noDeploy straight away
2016-11-18 14:52:52 +02:00
Nik Graf
386d9d6718
replace ellipsis with three dots to improve non-unicode console support
2016-11-15 14:00:27 +01:00
Eetu Tuomala
97a3a74831
removes awsRequesStub from test and passes noDeploy to resolve
2016-11-14 15:22:50 +02:00
Eetu Tuomala
50d57d7977
enables offline deployment package creation
2016-11-14 15:22:50 +02:00
Eslam A. Hefnawy
61efd35850
added logical id names in naming-js file
2016-11-09 19:31:08 +07:00
Philipp Muens
fddc4db04f
Merge branch 'master' into add-custom-per-function-roles
2016-11-01 14:43:21 +01:00
Philipp Muens
31cae71158
Fix regex linting errors
2016-10-31 09:08:50 +01:00
Nik Graf
7184923667
fix createStack test
2016-10-20 14:44:06 +02:00
Eslam A. Hefnawy
6beb3a802c
update unit tests for overwrite bug fix
2016-10-19 16:50:41 +07:00
Eslam A. Hefnawy
402cc2c376
fixed overwrite resources bug
2016-10-19 16:50:41 +07:00
Nik Graf
360bfb814a
Merge branch 'master' into ellipsis
2016-10-19 10:35:34 +02:00
Philipp Muens
c7b7472a48
Update provider properties in plugins
2016-10-19 08:32:06 +02:00
Philipp Muens
df7692ac80
Introduce AwsProvider plugin
2016-10-19 08:32:06 +02:00
Nik Graf
9611150416
replace ... with ellipsis character in lib
2016-10-19 06:31:55 +02:00
Erik Erikson
8dbbb596fe
Merge branch 'master' into add-per-function-custom-roles
...
# Conflicts:
# docs/02-providers/aws/02-iam.md
2016-10-17 10:43:07 -07:00
WooDzu
2a9ae98325
default stack tags should be extended instead of replaced
2016-10-13 08:41:32 +02:00
WooDzu
73074ed8f6
Implement custom Stack Tags and Policy #1956
2016-10-13 07:39:57 +02:00
Erik Erikson
a81e36bf6e
Add 'CAPABILITY_NAMED_IAM'
...
To the "createStack" call. This allows for custom named IAM resources to be created within the stack that is sent. I'm not sure that it won't create issues in some user's cases where they have very locked down rights.
2016-10-06 00:46:51 -07:00
David Tanner
4d34dfde44
Merge with master.
...
There was a merge issue with createStack
2016-10-03 09:11:15 -06:00
Philipp Muens
94792284c8
Merge pull request #2198 from zorrofox/master
...
fix : #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-30 23:03:01 +02:00
zorrofox
9d04ca0a68
modify error message according to the review
2016-09-30 09:22:20 +01:00
David Tanner
68ef4ceab7
Move CF stack configuration to one place.
...
The stack is now set up in one place.
The S3 bucket isn't created on create if a bucket is already specified.
Working on configurability for the developer.
There is still the possibility of failing to deploy the stack
if the iamRoleArn is set, and a deploymentBucket is specified
2016-09-28 08:27:09 -06:00
Florian Motlik
9b5a58c30f
Merge pull request #2125 from rowanu/rollback-on-cfn-failure
...
Switch CloudFormation OnFailure behaviour to rollback instead of dele…
2016-09-23 21:29:42 +02:00
zorrofox
478209bfa6
fix : #1973 deploy fails with unhelpful error message when service name is not a valid CF stack name
2016-09-24 00:32:03 +08:00