⚠ BREAKING CHANGES
- remove apiKey option (#1585)
- MIGRATION: if you want to specify the apiKey value yourself, please define it under
provider.apiGateway.apiKeys
in the serverless config
- MIGRATION: if you want to specify the apiKey value yourself, please define it under
- remove disableScheduledEvents option (#1582)
- MIGRATION: if you want to disable the event, please define it in the
events.schedule.enabled
section of the serverless config
- MIGRATION: if you want to disable the event, please define it in the