ttl stack
parent
3b3e463ab6
commit
0775afa3b2
|
|
@ -130,7 +130,7 @@ Resources:
|
||||||
GenerateCronExpLambda:
|
GenerateCronExpLambda:
|
||||||
Type: "AWS::Lambda::Function"
|
Type: "AWS::Lambda::Function"
|
||||||
Properties:
|
Properties:
|
||||||
Name: !Join [ "", [ 'GenerateCronExpLambda', !Ref BUILDID ] ]
|
FunctionName: !Join [ "", [ 'GenerateCronExpLambda', !Ref BUILDID ] ]
|
||||||
Code:
|
Code:
|
||||||
ZipFile: |
|
ZipFile: |
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue