Skip to content

Commit

Permalink
reverted back to original timeout and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolazurdo committed Jun 25, 2022
1 parent add5813 commit d76c827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/sample-apps/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Resources:
Type: AWS::Serverless::Function
Properties:
Handler: lambda_function.lambda_handler
Runtime: python3.7
Runtime: python3.9
CodeUri: ./function
Description: Build OTel Python Lambda Sample from scratch
MemorySize: 512
Timeout: 310
Timeout: 15
Policies:
- AWSLambdaBasicExecutionRole
- AWSLambda_ReadOnlyAccess
Expand Down

0 comments on commit d76c827

Please sign in to comment.