Skip to content

Commit 70332ad

Browse files
committed
feat: upgrade to serverless v3
BREAKING CHANGE: no longer support 2.x versions of serverless
1 parent bcd5a9a commit 70332ad

File tree

8 files changed

+6200
-11947
lines changed

8 files changed

+6200
-11947
lines changed

.github/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Currently only the latest stream is supported.
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 1.3.x | :white_check_mark: |
10-
| < 1.3 | :x: |
9+
| >= 2 | :white_check_mark: |
10+
| < 2 | :x: |
1111

1212
## Reporting a Vulnerability
1313

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
Serverless framework plugin that will automatically generate AWS CloudFormation
1313
snippets to reference a functions **name**, **ARN** or **logical ID** value
14-
based on the internally generated Lambda logical ID.
14+
based on the internally generated Lambda logical ID. All **2.x** versions
15+
support only Serverless **3.x**. For Serverless **2.x** please use the **1.x**
16+
versions.
1517

1618
## Installation
1719

0 commit comments

Comments
 (0)