Max Marze
893bfa7aef
chore: update eslint & prettier ( #12553 )
2024-05-29 11:51:04 -04:00
Austen Collins
3bc8237d44
fix: Presentation
2024-05-19 23:22:40 -07:00
Austen
158f644cd0
feat: Refactor logging to reduce complexity ( #12432 )
...
* chore: Change logger
* chore: continue refactor
* chore: WIP
* chore: Sync
2024-04-17 13:26:31 -07:00
Mariusz Nowak
f3a191590b
feat(Console): Remove support for integrated configuration
2022-10-31 16:07:52 +01:00
Mariusz Nowak
ba71dd9fb5
refactor(Console): Improve error reporting when layer cannot be added
2022-03-24 16:51:14 +01:00
Mariusz Nowak
bdaf21e1a1
feat(Console): Initial integration
2022-02-25 20:12:02 +01:00
Mariusz Nowak
e80d0ddb30
refactor: Rename lib/plugins/aws/package/lib/saveCompiledTemplate.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
75879f866f
refactor: Rename …s/package/lib/stripNullPropsFromTemplateResources.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
9f9cac8f60
refactor: Rename lib/plugins/aws/package/lib/saveServiceState.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
4f47c63ef2
refactor: Rename lib/plugins/aws/package/lib/mergeIamTemplates.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
2e6c2941ea
refactor: Rename …gins/aws/package/lib/mergeCustomProviderResources.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
c1cc41f272
refactor: Rename lib/plugins/aws/package/lib/generateCoreTemplate.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
ecd0d5da2a
refactor: Rename …ins/aws/package/lib/generateArtifactDirectoryName.js
2022-01-27 15:21:58 +01:00
Mariusz Nowak
971c5d355b
refactor: Rename …b/plugins/aws/package/lib/addExportNameForOutputs.js
2022-01-27 15:21:58 +01:00
Piotr Grzesik
7474746a8e
feat: Remove support for provider.disableDefaultOutputExportNames
...
BREAKING CHANGE: Removed support for `provider.disableDefaultOutputExportNames`
2022-01-27 15:21:58 +01:00
Mariusz Nowak
cc71fc99ff
fix(Packaging): Ensure to show deprecation in all cases
2021-10-18 17:34:07 +02:00
Mariusz Nowak
8c9bd4a6ed
refactor(CLI): Adapt pre-created log style generators
2021-09-23 16:34:12 +02:00
Mariusz Nowak
e0befa48bb
refactor(CLI): Improve log spacing
2021-09-22 16:01:35 +02:00
Mariusz Nowak
a6553f8668
refactor(CLI): Refactor main progress event with isMainEvent option
2021-09-21 17:39:44 +02:00
Mariusz Nowak
634b59e396
refactor: Revert from mainProgressTitles handling
...
It appeared as not reliable, due to lack of means for any conditional handling of progress events
2021-09-21 17:39:44 +02:00
Mariusz Nowak
9fcb28350e
fix(CLI): Display final packaging log only with package command
2021-09-17 11:42:50 +02:00
Piotr Grzesik
fa2507dad0
feat(CLI): Modern logs for package command
2021-09-16 12:16:25 +02:00
Remigiusz Orłowski
0682ba8b6a
refactor: Convert to async/await upload and rollback functions ( #9866 )
2021-08-24 11:11:59 +02:00
Piotr Grzesik
6f494888cc
feat(AWS CloudFormation): Allow to disable default export names
2021-07-15 12:11:11 +02:00
Joseph Cha
7e139bb013
feat(AWS CloudFormation): Add default export names to outputs ( #9313 )
2021-04-22 11:45:57 +02:00
Mariusz Nowak
87d380275b
refactor: Replace config.servicePath with service.dir
2021-04-16 13:32:13 +02:00
ifitzsimmons
6e486b3eb1
refactor: Use async in lib/plugins/aws/package ( #8870 )
...
Covered the following paths:
* Files put directly into `lib/plugins/aws/package/compile`
* Files put directly into `lib/plugins/aws/package`
* `lib/plugins/aws/package/lib`
Made changes to tests where necessary.
2021-03-01 11:15:34 +01:00
yumei
9b030ad5f4
feat(AWS Deploy): Gently handle (strip) null's in CF template ( #8975 )
2021-02-24 14:42:13 +01:00
Dmitry Shirokov
77e1a6a302
refactor: Cleanup mergeIamTemplates module ( #8736 )
2021-01-12 09:23:46 +01:00
Graham McGregor
06f6c6d28e
refactor: Refactor some functions to native promises ( #8533 )
2020-11-25 13:40:48 +01:00
Mariusz Nowak
fe044758fd
Revert "Pause for mfa input"
2019-10-14 13:25:13 +02:00
drexler
e8f6026566
fix: remove unneeded validation check
2019-10-10 06:34:41 -04:00
Mariusz Nowak
4944f471b1
Prettify
2019-06-26 12:43:01 +02:00
Daniel Schep
2ad01b3fe3
[WIP] Support for publishing Lambda Layers
2018-11-29 10:55:52 -05:00
Frank Schmid
84d48a5a48
Move explicit function packaging entrypoint to topmost level.
...
3rd party plugins now can access it and trigger a single function package which was restricted to AWS before.
2017-04-20 17:49:55 +02:00
Frank Schmid
6be0ba2f8f
Move package code up and add createDeploymentArtifacts to topmost package command.
2017-04-20 15:11:35 +02:00
Philipp Muens
af6b121cf5
Add AwsPackage tests
2017-04-11 13:27:15 +02:00
Eslam A. Hefnawy
bc0eaf23e6
fixed unit tests
2017-04-07 18:30:11 +07:00
Frank Schmid
df6cff1d55
Use lifecycle dependencies for deploy function
2017-04-06 18:28:59 +07:00
Frank Schmid
0f67313e61
Save state
2017-04-06 18:28:59 +07:00
Frank Schmid
b0ef26b4a0
Fixed package events
2017-04-06 18:28:59 +07:00
Frank Schmid
0af0ef95b1
Adjusted package lifecycle for non-breaking state.
2017-04-06 18:28:59 +07:00
Frank Schmid
d9637fc534
Support deprecation with redirects
2017-04-06 18:28:59 +07:00
Frank Schmid
67f116b7ef
Added AWS common plugin. Moved cleanupTempDir. Call via spawn.
2017-04-06 18:28:59 +07:00
Eslam A. Hefnawy
e38f22585f
seperated packaging and deployment
2017-04-06 18:28:59 +07:00