Support ScheduleV2 Events in Serverless Application Repository 🙏 #2712
Closed
BourgoisMickael
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Can you clarify what you mean? We already support Transform: AWS::Serverless-2016-10-31
Resources:
MyFunction:
Type: AWS::Serverless::Function
Properties:
Runtime: python3.8
Handler: foo
InlineCode: bar
Events:
Schedule:
Type: ScheduleV2
Properties:
ScheduleExpression: rate(1 day) Deploy:
Which deploys correctly. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@BourgoisMickael - I've just been about to file a bug for this, but couldn't reproduce the problem, i.e. I've been able to publish an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Try to publish this to the Serverless Application Repository
🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions