Skip to content

Commit

Permalink
[AWS] Add support for Python 3.11, arm64 for RDS/VPC lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelAllier committed Jan 30, 2024
1 parent d5e6024 commit 396c2ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion aws/rds_enhanced_monitoring/rds-enhanced-sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Resources:
Policies:
KMSDecryptPolicy:
KeyId: !Ref KMSKeyId
Runtime: python3.10
Architectures:
- arm64
Runtime: python3.11
Timeout: 10
KmsKeyArn:
!Sub
Expand Down
4 changes: 3 additions & 1 deletion aws/vpc_flow_log_monitoring/vpc-flow-log-sam-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Resources:
Policies:
KMSDecryptPolicy:
KeyId: !Ref KMSKeyId
Runtime: python3.10
Runtime: python3.11
Architectures:
- arm64
Timeout: 10
KmsKeyArn:
!Sub
Expand Down

0 comments on commit 396c2ed

Please sign in to comment.