Skip to content

Commit d7dc343

Browse files
Add Note for character limit of function path in events (#1189)
* Add Note for character limit of function path in events * Update README.md --------- Co-authored-by: monkut <shane.cousins@gmail.com>
1 parent c4596aa commit d7dc343

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ Zappa can be used to easily schedule functions to occur on regular intervals. Th
255255
These functions will be packaged and deployed along with your `app_function` and called from the handler automatically.
256256
Just list your functions and the expression to schedule them using [cron or rate syntax](http://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html) in your _zappa_settings.json_ file:
257257

258+
**Note:** `function` path cannot exceed 64 characters.
259+
258260
```javascript
259261
{
260262
"production": {

0 commit comments

Comments
 (0)