typescript aws
parent
1790195b70
commit
087f0cb8de
|
|
@ -130,7 +130,7 @@ Resources:
|
||||||
GenerateCronExpLambda:
|
GenerateCronExpLambda:
|
||||||
Type: "AWS::Lambda::Function"
|
Type: "AWS::Lambda::Function"
|
||||||
Properties:
|
Properties:
|
||||||
FunctionName: !Join [ "", [ 'GenerateCronExpLambda', !Ref BUILDID ] ]
|
FunctionName: !Sub "MakeCronLambda-${StackName}"
|
||||||
Code:
|
Code:
|
||||||
ZipFile: |
|
ZipFile: |
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue