Skip to content

Commit f2da34f

Browse files
authored
Add Lambda recursion instructions
1 parent 12a0729 commit f2da34f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/HOWTO_DEPLOYING_AWS_LAMBDA.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ $ AWS_PROFILE=[your_profile_nickname] claudia add-scheduled-event \
229229
--event ./deploy/lambda-scheduled-event.json
230230
```
231231

232+
### Allowing Recursion
233+
After the Lambda is deployed, you will need to manually enable recursion. Go to the Lambda page, then the Configuration tab and select the "Concurrency and recursion detection" subtab. Edit the "Recursive loop detection" setting and set to "Allow recursive loops".
234+
232235
### Migrating the Database
233236

234237
Migrations are created with knex[https://knexjs.org/#Migrations].

0 commit comments

Comments
 (0)