Skip to content

Commit

Permalink
updating python runtime to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tipuq committed Jun 10, 2022
1 parent 048be81 commit 70bc107
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,23 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: delete_access_key_pair.lambda_handler
Runtime: python3.6
Runtime: python3.8
CodeUri: ../lambda_functions/
Role: !GetAtt LambdaDeleteAccessKeyPairRole.Arn

LookupCloudTrailEvents:
Type: AWS::Serverless::Function
Properties:
Handler: lookup_cloudtrail_events.lambda_handler
Runtime: python3.6
Runtime: python3.8
CodeUri: ../lambda_functions/
Role: !GetAtt LambdaLookupCloudTrailEventsRole.Arn

NotifySecurity:
Type: AWS::Serverless::Function
Properties:
Handler: notify_security.lambda_handler
Runtime: python3.6
Runtime: python3.8
CodeUri: ../lambda_functions/
Role: !GetAtt LambdaSnsPublishRole.Arn
Environment:
Expand Down

0 comments on commit 70bc107

Please sign in to comment.