Skip to content

Commit

Permalink
update python 3.7 runtime to 3.8 because of EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Sep 25, 2023
1 parent be131f5 commit dd7a198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion s3.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ s3_custom_resources:
S3BucketCreateOnlyCR:
code: s3_bucket.py
handler: s3_bucket.handler
runtime: python3.7
runtime: python3.8
timeout: 5
role: S3CustomResource
environment:
Expand Down
2 changes: 1 addition & 1 deletion spec/cors_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
end

it "to have property Runtime" do
expect(resource["Properties"]["Runtime"]).to eq("python3.7")
expect(resource["Properties"]["Runtime"]).to eq("python3.8")
end

it "to have property Timeout" do
Expand Down

0 comments on commit dd7a198

Please sign in to comment.