Skip to content

Commit

Permalink
chore: 🤖 updated serverless runtime envs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRDias committed Oct 8, 2024
1 parent bbd41ae commit e568db1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package:

provider:
name: aws
runtime: python3.10
runtime: python3.12
timeout: 30
logRetentionInDays: 14
stage: ${opt:stage, 'dev'}
Expand Down Expand Up @@ -79,6 +79,8 @@ layers:
- python3.8
- python3.9
- python3.10
- python3.11
- python3.12
compatibleArchitectures:
- x86_64
- arm64
Expand Down

0 comments on commit e568db1

Please sign in to comment.