Skip to content

Latest commit

 

History

History
45 lines (20 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

45 lines (20 loc) · 2.04 KB

2.1.2 (2022-11-08)

Bug Fixes

  • avoid logging the same resolved layer multiple times (#33) (33f289f)

2.1.1 (2020-09-20)

Bug Fixes

  • use aws credential from serverless internal (3a79fe0), closes #7

2.1.0 (2019-12-31)

Bug Fixes

  • fix invalid case-insensitive layer resolution (1310f6b), closes #5

Features

  • add invidual function deployment support (2191273), closes #3

2.0.0 (2019-12-16)

Bug Fixes

  • resolve pseudo parameters in layer arn (abcc6f9), closes #2 #3

BREAKING CHANGES

  • these changes may break deployments

1.0.3

  • Fixed a bug that cause plugin failure when there's no any Resources field exists on the serverless.yml (#1, Thanks to @falaa)

1.0.2

  • Initial release