Skip to content

Commit 4884f8c

Browse files
authored
Merge pull request #7 from Securezapp/master
Add python3.7 runtime & Serverless transform
2 parents 2d0417c + f7cc673 commit 4884f8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
.idea
44
output.yml
55
build
6-
output.txt
6+
output.txt
7+
setup.cfg

cloudformation/template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
2+
Transform: 'AWS::Serverless-2016-10-31'
3+
24
Description: S3 Deployment Layer
35
Parameters:
46
DeploymentBucketName:
@@ -12,6 +14,7 @@ Resources:
1214
Properties:
1315
CompatibleRuntimes:
1416
- python3.6
17+
- python3.7
1518
Description: S3 Deployment Layer
1619
LayerName: !Ref AWS::StackName
1720
LicenseInfo: MIT

0 commit comments

Comments
 (0)