Inspire
Design
Apps
Landing Page
Logo
User Interface
User Experience
Web
Blockchain
DAO
Marketing
Social Media
Management
Leadership
Organization
Growth
Workflow
See All
Design
Graphics
Apps
User Interface
Apps
Web
User Experience
Apps
Workflow
Productivity
Resources
Stock Photos
Vector Graphics
See All
Develop
AI
LLM
Machine Learning
Backend
API
Database
PHP
Node.js
TypeScript
Python
Ruby
Serverless
GoLang
Frontend
Accessibility
HTML
CSS
CSS-in-JS
JavaScript
TypeScript
Next.js
React.js
Vue.js
SEO
DevOps
CI/CD
Cloud
Docker
Server
Reliability
Testing
Static Analysis
Security
Workflow
Git
Shell
Management
Markdown
Markup
Productivity
Blockchain
Network
Smart Contracts
Snippets
PHP
JavaScript
Resources
Backend
Frontend
See All
Market
Social Media
Influencer
Strategy
SEO
Content
Robots.txt
Resources
Social Media
See All
#sls
Following posts match this tag
How to Schedule a Cron to Run on Specific Days Using Serverless?
Learn how you can create a scheduled cron (i.e. AWS CloudWatch scheduled event) to run on specific days of the week using the Serverless framework.
blog
4 years ago
How to Fix "Parameter ScheduleExpression is not valid" Serverless Error?
If you're trying to setup a CloudWatch scheduled event via serverless, and are encountering the error "
ServerlessError Parameter ScheduleExpression is not valid
", then it means that your
cron
(or
rate
) expression is incorrect or invalid. In this post we will show you how to fix the issue and avoid common mistakes that may lead to this kind of error.
blog
4 years ago