Releases: svdgraaf/serverless-pseudo-parameters
Releases · svdgraaf/serverless-pseudo-parameters
v2.6.0
14 Jul 14:38
Compare
Sorry, something went wrong.
No results found
V2.1.0
19 Jul 09:49
Compare
Sorry, something went wrong.
No results found
This is a major version bump, because of two important changes:
This releases enables the referencing of all cloudformation resources by default (this was disabled by default before)
This releases no longer replaces hard-coded regions in variables by default (this uses to be enabled before).
For backwards compatibility, you can enable/disable either feature like so:
Resource referencing:
custom :
pseudoParameters :
allowReferences : false
Region replacing:
custom :
pseudoParameters :
skipRegionReplace : false
v1.6.0
23 Apr 13:12
Compare
Sorry, something went wrong.
No results found
Thanks to the work by @tader in #19 we can now reference not only AWS pseudo parameters, but also references to other resources within the same template.
Thanks @tader !
v.1.5.0
23 Apr 07:37
Compare
Sorry, something went wrong.
No results found
Thanks to @DomBelcher for the PR #17 which adds more coverage within the template to do the replacements.
v.1.4.1
21 Feb 07:05
Compare
Sorry, something went wrong.
No results found
Fixes an issue with replacement because of new replacement hook #10
v1.4.0
19 Feb 08:00
Compare
Sorry, something went wrong.
No results found
Trigger replacement much sooner than before. See #9
V1.3.1
12 Feb 08:09
Compare
Sorry, something went wrong.
No results found
Fixed bug where resources without parameters caused errors.
v1.3.0
09 Feb 13:58
Compare
Sorry, something went wrong.
No results found
Removed external dependencies (less is more!)