Skip to content

Commit ef5188f

Browse files
authored
Merge pull request #352 from slashdevops/feat-al2023
feat: update aws lambda runtime to provided.al2023
2 parents 76124f0 + ac02260 commit ef5188f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ AWS recently announced `AWS Lambda Deprecates Go Runtime 1.x` and posted this ar
3333

3434
This project is already migrated since version `v0.0.19` to the `provided.al2` runtime and `arm64` architecture, so you can use it without any problem.
3535

36-
| version | AWS Lambda Runtime | Architecture | Deprecation Date |
37-
|-------------|--------------------|--------------------|------------------|
38-
| <= v0.0.18 | Go 1.x | amd64 (Intel) | 2023-12-31 |
39-
| >= v0.0.19 | provided.al2 | arm64 (Graviton 2) | ---------- |
36+
| version | AWS Lambda Runtime | Architecture | Deprecation Date |
37+
|----------------------|--------------------|--------------------|------------------|
38+
| <= v0.0.18 | Go 1.x | amd64 (Intel) | 2023-12-31 |
39+
| >= v0.0.19 < v0.31.0 | provided.al2 | arm64 (Graviton 2) | 2026-06-30 |
40+
| >= v0.31.0 | provided.al2023 | arm64 (Graviton 2) | 2029-06-30 |
4041

4142
## Features
4243

template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ Parameters:
228228
The Lambda function runtime
229229
230230
Reference: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
231-
Default: provided.al2
231+
Default: provided.al2023
232232
AllowedValues:
233-
- provided.al2
233+
- provided.al2023
234234

235235
Architecture:
236236
Type: String

0 commit comments

Comments
 (0)